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 Rowland

Re: [Mongrel] Mongrel_rails restart and sudo

2006-06-16 Thread Alison Rowland
cd does not respond to the sudo command. So separate the command into two lines, like so: run cd #{current_path} sudo mongrel_rails restart --Alison http://blog.alisonrowland.com On Jun 16, 2006, at 11:25 AM, Tom Brice wrote: Sorry for the newbie question but I'm stumped: I have an app

Re: [Mongrel] Mongrel_rails restart and sudo

2006-06-16 Thread Alison Rowland
keep trucking... end end Perhaps wrapping it in begin...rescue...end lets Capistrano know to execute it all as one thing. --Alison http://blog.alisonrowland.com On Jun 16, 2006, at 11:47 AM, Tom Brice wrote: On 6/16/06 10:29 AM, Alison Rowland wrote: two lines, like so: run cd

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

[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