[Rails-deploy] Re: Mongrel startup

2007-02-07 Thread harper
jcontonio wrote: > Hello. > > I have mongrel working perfectly, other than it doesn't start when my > server reboots (not good). So my setup is this. > > I have the mongrel_cluster startup file in /usr/local/etc/rc.d/ and > then a directory of symlinks to my rails apps in /usr/local/etc/ > mongr

[Rails-deploy] Re: Mongrel startup

2007-02-07 Thread jcontonio
This would work if I was running linux. I am running FreeBSD. On Feb 7, 10:20 am, harper <[EMAIL PROTECTED]> wrote: > jcontonio wrote: > > Hello. > > > I have mongrel working perfectly, other than it doesn't start when my > > server reboots (not good). So my setup is this. > > > I have the mong

[Rails-deploy] Re: Mongrel startup

2007-02-07 Thread jcontonio
This is also wrong. I have no rc.local in /etc or /usr/local/etc. There is rc.conf in /etc/ which I had mongrel_cluster_enable="YES" so I tried changing it to mongrel_cluster_ctl_enable="YES" Still a no go. /usr/sbin/inetd start -c /usr/local/etc/mongrel_cluster That is what's running on boot

[Rails-deploy] Re: Mongrel startup

2007-02-07 Thread Zack Chandler
On 2/7/07, jcontonio <[EMAIL PROTECTED]> wrote: > > Hello. > > I have mongrel working perfectly, other than it doesn't start when my > server reboots (not good). So my setup is this. > > I have the mongrel_cluster startup file in /usr/local/etc/rc.d/ and > then a directory of symlinks to my rails

[Rails-deploy] Re: Mongrel startup

2007-02-07 Thread Wesley Moxam
I'm not too familiar with the rc.d style configuration files, so I can't diagnose your problem. It appears that the startup script is trying to run your command from the incorrect directory. /etc/rc.local does in fact still work in FreeBSD, even if the file is not there. Just create the file, pas