Displaying 17 results from an estimated 17 matches for "soulier".
2006 Sep 25
3
hosting multiple apps
...itecture, adding new UIs as new services are added.
I''m thinking about doing this with multiple Rails applications, and I''m
curious as to whether mongrel can most multiple apps in a single instance, as
opposed to running one for each. Is this possible?
Thanks,
Mike
--
Michael P. Soulier <msoulier at digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name:...
2007 Jan 22
2
routing in tunnel mode
...w does one set up a route like that, since the network is multiple hops
away, the route command isn''t going to accept it?
[root@vmware-espresso1 ~]# route add -net 172.16.113.0 netmask 255.255.255.0
gw 10.33.15.145
SIOCADDRT: Network is unreachable
Some help please.
Mike
--
Michael P. Soulier <michael_soulier@mitel.com>, 613-592-2122 x2522
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein
2007 Jan 21
1
logging to stdout
...9;'m using mongrel supervised via runit. I''d like to capture mongrel logs with
svlogd, which just requires logging to stdout/stderr. But, the Rails app is
logging in its own log directory.
Is there a way to make both mongrel and Rails log to stdout/stderr?
Thanks,
Mike
--
Michael P. Soulier <msoulier at digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name:...
2004 Sep 07
1
tcng and scheduling ssh
...at while the packet counts on the second band go up
initially after the ssh connection, the subsequent traffic, obviously
handled by iptables connection tracking, seems to all go to the third
band. Should it not all go to the second, as it''s still tcp port 22?
Thanks,
Mike
--
Michael P. Soulier <michael_soulier@mitel.com>, 613-592-2122 x2522
6000/6010/60* Development, Mitel Networks Corporation
"...the word HACK is used as a verb to indicate a massive amount of nerd-like
effort." -Harley Hahn, A Student''s Guide to Unix
_____________________________________________...
2008 Feb 20
1
Issue with dom0 xen ballooning
...g and crash in our production environnemnt.
The solution seems to pass a parameter at xen boot time (in grub) to
limit dom0 memory usage : " dom0_mem=256M "
As anyone encounter this type of problems ?
Is there any other solution than limitting dom0 memory usage ?
Regards
--
Frederic Soulier
Administrateur Reseau
Centre de Ressources Informatiques
Universit? Toulouse 1 Sciences Sociales
2 RUE DU DOYEN GABRIEL MARTY
31042 TOULOUSE CEDEX 9
Tel : +33 5 61 63 39 98 / +33 5 61 63 39 98
Fax : +33 5 61 63 37 98 Bureau : AR38 bis
http://cri.univ-tlse1.fr/
2004 Aug 24
1
problems with tc
...ngress
I get: RTNETLINK answers: Invalid argument
This is on an updated RedHat 7.3 box.
[root@sme61a2-1 root]# uname -a
Linux sme61a2-1 2.4.20-18.7 #1 Thu May 29 08:32:50 EDT 2003 i686 unknown
[root@sme61a2-1 root]# rpm -q iproute
iproute-2.4.7-7.80.1
Any help appreciated.
Mike
--
Michael P. Soulier <michael_soulier@mitel.com>, 613-592-2122 x2522
6000/6010/60* Development, Mitel Networks Corporation
"...the word HACK is used as a verb to indicate a massive amount of nerd-like
effort." -Harley Hahn, A Student''s Guide to Unix
_____________________________________________...
2008 Jan 14
1
Problem with CentOS 5.1 / Xen / Migration : domU time
...be synchronized again.
We manage a lot of authentications services like CAS or Shibboleth which
uses timestamp for security validation and this problem is very annoying
for us.
Anyone has encountered this problem ?
Any idea how to solve it ?
Thanks for your help.
Regards
Fred
--
Frederic Soulier
Administrateur Reseau
Centre de Ressources Informatiques
Universit? Toulouse 1 Sciences Sociales
2 RUE DU DOYEN GABRIEL MARTY
31042 TOULOUSE CEDEX 9
Tel : +33 5 61 63 39 98 / +33 5 61 63 39 98
Fax : +33 5 61 63 37 98 Bureau : AR38 bis
http://cri.univ-tlse1.fr/
2007 Mar 05
1
File exists?
...16.129.0/24 any -P out ipsec
esp/tunnel/10.33.15.145-10.33.15.151/require;
# Add policy for 172.16.129.0/24 -> 172.16.113.0/24 over
# the 10.33.15.151-10.33.15.145 tunnel
spdadd 172.16.129.0/24 172.16.113.0/24 any -P in ipsec
esp/tunnel/10.33.15.151-10.33.15.145/require;
--
Michael P. Soulier <michael_soulier@mitel.com>, 613-592-2122 x2522
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein
2007 May 06
28
mongrel becoming unresponsive
...though it''s not a site being hosted by me.
At times this seems to cause mongrel to become unresponsive, and all requests
to the site then fail with a proxy error until mongrel is restarted.
I''m not sure of how to troubleshoot this issue. Help appreciated.
Mike
--
Michael P. Soulier <msoulier at digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name:...
2011 Jan 11
1
libvirt and shared storage SAN Fiber Channel
...e an LVM Volume Group (same on each node, like that we
doing now with xen) and use it as volume pool in libvirt.
Is volume pool in libvirt is 'cluster aware' (Can i access it
simultaneously from different node) ?
I'm beginner in kvm so any advice will be great.
regards
--
Frederic Soulier
DSI / Service Syst?me
Universit? Toulouse 1 Capitole
2 rue du doyen Gabriel Marty
31 042 Toulouse Cedex 9
Tel: +33 5 61 63 39 98 Fax: +33 5 61 63 37 98
2007 Apr 10
5
comparison... why mongrel?
Hi,
I''ve recently deployed a rails app and our platform is Apache 2.2 + mongrel
cluster. It seems to be working fine... although no real tests yet. I just
recently found out that it is *quite* possible that the live server will not
be getting an update to apache 2.2, and the current version is 1.3. So...
I''ve installed Apache 1.3 + FastCGI on the dev server and it''s
2006 Sep 20
3
thank you
...ktop and the FreeBSD server that I
am deploying on. It was trivial to supervise via Runit, to ensure high
availability of the service. It was trivial to Proxy to from Apache.
The site I''m working on is now run via mongrel through apache, trivial to set
up.
Thank you.
Mike
--
Michael P. Soulier <msoulier at digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name:...
2008 Oct 31
0
Very high cpu waiting on xen domU
...terface with all the domU
using linux bridges. Each bridge refer to a different vlan.
Anyone encoutered I/O performances problems with latests centos 5.2 xen
releases ? (In fact i don't really understand if it's a xen problem or a
"hardware" problem)
Regards
--
Frederic Soulier
Administrateur Reseau
Centre de Ressources Informatiques
Universit? Toulouse 1 Sciences Sociales
2 RUE DU DOYEN GABRIEL MARTY
31042 TOULOUSE CEDEX 9
Tel : +33 5 61 63 39 98 / +33 5 61 63 39 98
Fax : +33 5 61 63 37 98 Bureau : AR38 bis
http://cri.univ-tlse1.fr/
2007 Feb 07
0
log to stdout?
Hello,
I have mongrel_rails supervised via runit, and it would be helpful if it could
log everything to stdout so it can be captured with svlogd.
Is it possible to tell mongrel to log everything to stdout? What about rails?
Thanks,
Mike
--
Michael P. Soulier <msoulier at digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name:...
2007 Jan 22
0
ipip tunnel docs broken
Hello,
Looking here
http://lartc.org/howto/lartc.tunnel.ip-ip.html
It says to load a new_tunnel.o module. There is no such module on 2.6.9, so
where would I find up-to-date documentation on ip tunnels in the Linux kernel?
Thanks,
Mike
--
Michael P. Soulier <michael_soulier@mitel.com>, 613-592-2122 x2522
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein
2007 Feb 19
3
Mongrel on FreeBSD
Hi
We have mongrel 0.3.4 (off the top of my head) on two FreeBSD
webservers, installed it out of ports. The rc script has been
installed. Is this done by the port, or does the gem do it? We want
to upgrade to mongrel 1.0.1 - are there any changes to the rc
script? I''m not sure if upgrading through gems will leave the rc
script broken in any way.
Unfortunately
2006 Oct 01
7
Log rotation
Hi mongrel-herders,
I''m just wondering what fellow railsers use to rotate their logs in an
orderly fashion? I''d like to do something lightweight, i.e. (1) rename the
logfile (2, optional) create a new empty logfile and (3) send a signal to
each mongrel in the cluster and have them understand it''s time to reopen
their log file handles. This is what I do with apache and