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