Re: [Mongrel] mongrel_cluster rc.d script for FreeBSD

2006-11-09 Thread Vishnu Gopal
I had this same problem. Use monit to manage your mongrels (http://www.tildeslash.com/monit/) Vish On 11/10/06, Jamie Orchard-Hays <[EMAIL PROTECTED]> wrote: > I followed the instructions for this. I can start with > mongrel_cluster_ctl no problem, but on reboot, the mongrel servers > are not sta

Re: [Mongrel] [ADV] "Mongrel: Serving, Deploying, and Extending Your Ruby Applications" BOOK

2006-11-09 Thread Michael Moen
On Nov 5, 2006, at 12:43 PM, James Hughes wrote: > I want the pdf, but I don't want to have to get a full safari > subscription. I just want to pay the $14.99 and be on my way. Any > hints? http://www.informit.com/bookstore/product.asp?isbn=9780321483508&rl=1 _

Re: [Mongrel] Apache 2.2.3 setup woes

2006-11-09 Thread Todd Fisher
Hey there,On 11/8/06, Christian Billen <[EMAIL PROTECTED]> wrote: Good morning everyone,I am running apache 2.2.3 compiled from source and proxy load balancer asdescribed on the mongrel site.I have a total of three sites, this setup works really well for two of them but for one of them, I keep gett

Re: [Mongrel] Distroy to experiment with Xen?

2006-11-09 Thread Carl Lerche
Thanks for all your suggestions, I will look into them more. > Rails Machine runs Centos 4.3 Dom0s and DomUs on all of our servers. I > haven't seen any distro-specific conflicts although I uninstall > everything but the bare minimum to run xend. Get RPMs from Xen Source > and force install them

Re: [Mongrel] Apache 2.2.3 setup woes

2006-11-09 Thread Todd Fisher
crap, sorry about my first reply slipped on the keyboardAnyways, i was trying to say... I had a simpler issue the other day.The first thing I did was make sure the file permissions on /var/www/approot/public were read by chown -R apache:apache  /var/www/approot/publicThe next step was to make s

Re: [Mongrel] mongrel_cluster rc.d script for FreeBSD

2006-11-09 Thread Jamie Orchard-Hays
I followed the instructions for this. I can start with mongrel_cluster_ctl no problem, but on reboot, the mongrel servers are not starting. I'm running user/group as www It wouldn't start when trying to write the pid files to /var/run, so I'm writing to the app's log dir. Nothing is written

[Mongrel] Failure on File::Read in Mongrel called by Flash

2006-11-09 Thread Edmund Jorgensen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I'm using Mongrel in a project and experiencing a strange failure under the following circumstances: I'm running on Debian sarge, using the ruby 1.8.5-3 packages from testing, and Mongrel 0.3.13.4. The application serves a number of flash

Re: [Mongrel] OptimizedMutex for Mongrel

2006-11-09 Thread Zed A. Shaw
On Thu, 9 Nov 2006 09:23:23 -0700 "Kirk Haines" <[EMAIL PROTECTED]> wrote: > On 11/9/06, Luis Lavena <[EMAIL PROTECTED]> wrote: > > > > Yeah at this point I hadn't even considered windows yet. I am not > > > much of a C coder so I don't know if this optimized_locking extension > > > will

Re: [Mongrel] Distroy to experiment with Xen?

2006-11-09 Thread Bradley Taylor
> I did some searching around and also notice > some posts on mailing lists mentioning some trouble with the CentOS 4 > distribution (something about the default Berkley DB package not > playing nicely with Xen). Rails Machine runs Centos 4.3 Dom0s and DomUs on all of our servers. I haven't see

Re: [Mongrel] Distroy to experiment with Xen?

2006-11-09 Thread Charles Brian Quinn
Check it out, a Gentoo Xen VM running in a Gentoo VMware VM: http://www.vmware.com/vmtn/appliances/directory/617 this blows my mind a bit. but is probably your best bet for playing with Xen, as a VMware image. On 11/9/06, Ezra Zygmuntowicz <[EMAIL PROTECTED]> wrote: > > On Nov 8, 2006, at 9:38

Re: [Mongrel] Distroy to experiment with Xen?

2006-11-09 Thread Benjamin Curtis
I have had good results with Debian + Xen + Mongrel/Rails/etc.  All of the "servers" I have set up for my day job are Xen instances.  I believe howtoforge had a nice guide for getting Xen set up with Debian. On Nov 8, 2006, at 9:38 PM, Carl Lerche wrote:Hello,I would like to experiment with Xen som

Re: [Mongrel] Distroy to experiment with Xen?

2006-11-09 Thread Ezra Zygmuntowicz
On Nov 8, 2006, at 9:38 PM, Carl Lerche wrote: > Hello, > > I would like to experiment with Xen some to see how I could integrate > it in my various web application environments and hopefully make my > life easier. I am currently using FreeBSD 6 but it seems that it > doesn't fully support Xen. I

Re: [Mongrel] OptimizedMutex for Mongrel

2006-11-09 Thread Luis Lavena
On 11/9/06, Kirk Haines <[EMAIL PROTECTED]> wrote: > On 11/9/06, Luis Lavena <[EMAIL PROTECTED]> wrote: > > > > Yeah at this point I hadn't even considered windows yet. I am not > > > much of a C coder so I don't know if this optimized_locking extension > > > will be able to work on windows

Re: [Mongrel] Distroy to experiment with Xen?

2006-11-09 Thread Marcus Rueckert
On 2006-11-08 21:38:35 -0800, Carl Lerche wrote: > I would like to experiment with Xen some to see how I could integrate > it in my various web application environments and hopefully make my > life easier. I am currently using FreeBSD 6 but it seems that it > doesn't fully support Xen. I did some s

Re: [Mongrel] OptimizedMutex for Mongrel

2006-11-09 Thread Kirk Haines
On 11/9/06, Luis Lavena <[EMAIL PROTECTED]> wrote: > > Yeah at this point I hadn't even considered windows yet. I am not > > much of a C coder so I don't know if this optimized_locking extension > > will be able to work on windows. > > Me neither, also was very tired to check the code in d

Re: [Mongrel] OptimizedMutex for Mongrel

2006-11-09 Thread Luis Lavena
On 11/9/06, Ezra Zygmuntowicz <[EMAIL PROTECTED]> wrote: > > On Nov 8, 2006, at 7:07 PM, Luis Lavena wrote: > > > On 11/8/06, Ezra Zygmuntowicz <[EMAIL PROTECTED]> wrote: > >> > > > > That's good, checked your code but build on win32 failed miserably. > > Yeah at this point I hadn't even c

Re: [Mongrel] Distroy to experiment with Xen?

2006-11-09 Thread Eric-Olivier Lamey
On 11/9/06, Carl Lerche <[EMAIL PROTECTED]> wrote: > Hello, Hi, > I would like to experiment with Xen some to see how I could integrate > it in my various web application environments and hopefully make my > life easier. I am currently using FreeBSD 6 but it seems that it > doesn't fully suppor