Re: [Mongrel] Getting /etc/mongrel_cluster and startup script to work?

2006-10-11 Thread Alison Rowland
You need to log in via console-over-ssh (you'll find this in your Rimu control panel), and restart your server. Then you'll be able to see its boot process and any error messages thrown. --Alison On Wed, 11 Oct 2006 11:16:31 -0700, "Kelly Felkins" <[EMAIL PROTECTED]> said: > On 6/1/06, Alison Row

Re: [Mongrel] Getting /etc/mongrel_cluster and startup script to work?

2006-10-11 Thread Kelly Felkins
On 6/1/06, Alison Rowland <[EMAIL PROTECTED]> wrote:snip But on bootup (thanks to my hosting provider's tech support guy fortipping me off on this), it was throwing this error:/usr/bin/env: ruby: No such file or directoryI'm probably having a similar problem, but I don't know where to look. How di

Re: [Mongrel] Getting /etc/mongrel_cluster and startup script to work?

2006-06-01 Thread Alison Rowland
Austin Godber wrote: > > Hmm ... take a look at your init script ... I bet it can't find > mongrel_cluster_ctl because its in /usr/local/bin ... try changing > this: > CONF_DIR=/etc/mongrel_cluster > RETVAL=0 > > to this: > > CONF_DIR=/etc/mongrel_cluster > PATH=/usr/local/bin:$PATH > RETVAL=0 Okay

Re: [Mongrel] Getting /etc/mongrel_cluster and startup script to work?

2006-05-31 Thread Austin Godber
On 5/31/06, Alison Rowland <[EMAIL PROTECTED]> wrote: > Thanks, configuring with -c did the trick! > > But now I've got a different problem: I can't get the startup script > to work at system reboot. It's in /etc/init.d, and it works like a > charm when I call it from the command line. I'm on Ubunt

Re: [Mongrel] Getting /etc/mongrel_cluster and startup script to work?

2006-05-31 Thread Alison Rowland
Thanks, configuring with -c did the trick! But now I've got a different problem: I can't get the startup script to work at system reboot. It's in /etc/init.d, and it works like a charm when I call it from the command line. I'm on Ubuntu, and my system runlevel is 2. I used sysv-rc-conf (whic

Re: [Mongrel] Getting /etc/mongrel_cluster and startup script to work?

2006-05-30 Thread Austin Godber
Alison Rowland wrote: > Hi, > > I'm trying to setup my mongrel clusters to start on boot. I have > followed the instructions under the "On Boot Initialization Setup" > section at http://mongrel.rubyforge.org/docs/mongrel_cluster.html. > > When I try to start it up, I get the following error:

[Mongrel] Getting /etc/mongrel_cluster and startup script to work?

2006-05-30 Thread Alison Rowland
Hi, I'm trying to setup my mongrel clusters to start on boot. I have followed the instructions under the "On Boot Initialization Setup" section at http://mongrel.rubyforge.org/docs/mongrel_cluster.html. When I try to start it up, I get the following error: [EMAIL PROTECTED]: sudo /etc/init.d