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] 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

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

2006-08-08 Thread Andrew Bennett
Hey Carl, On 8/7/06, Carl Lerche <[EMAIL PROTECTED]> wrote: > Thanks for the script. I use FreeBSD too so this is really useful. > I'm not much of a shell script person though. What would I have to > change in order to manage more than one clusters? (so that they all > can start on boot). Here's

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

2006-08-07 Thread Carl Lerche
Hey there, Thanks for the script. I use FreeBSD too so this is really useful. I'm not much of a shell script person though. What would I have to change in order to manage more than one clusters? (so that they all can start on boot). Thanks, -carl On Jul 29, 2006, at 3:54 PM, Andrew Bennett

[Mongrel] mongrel_cluster rc.d script for FreeBSD

2006-07-29 Thread Andrew Bennett
Hey Bradley, On Jul 28, 2006, at 4:57 PM, Bradley Taylor wrote: > > Would be nice if mongrel_cluster_ctl had some sort of "status" switch > to see if the servers are actually running and what their pids are. I'll look into this. I made a simple patch that displays the pids and port numbers of

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

2006-07-28 Thread Bradley Taylor
Hi Andrew:On Jul 28, 2006, at 4:04 PM, Andrew Bennett wrote:I wanted to be able to specify in my /etc/rc.conf file whethermongrel_cluster should be enabled and the mongrel_cluster_config filefor the init script, so I wrote this simple rc.d style script.That's awesome. Thanks! I'll include it in the

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

2006-07-28 Thread Sunder
Andrew,This is pretty cool. will give it a run and seeĀ  let you know.Sunder On 7/28/06, Andrew Bennett < [EMAIL PROTECTED]> wrote:I wanted to be able to specify in my /etc/rc.conf file whether mongrel_cluster should be enabled and the mongrel_cluster_config filefor the init script, so I wrote this

[Mongrel] mongrel_cluster rc.d script for FreeBSD

2006-07-28 Thread Andrew Bennett
I wanted to be able to specify in my /etc/rc.conf file whether mongrel_cluster should be enabled and the mongrel_cluster_config file for the init script, so I wrote this simple rc.d style script. Just throw it in /usr/local/etc/rc.d/ and do a chmod +x /usr/local/etc/rc.d/mongrel_cluster.sh To en