[Rails-deploy] Re: mongrel complaining = pids and not up-to-date

2007-09-01 Thread John Griffiths
Thanks, I've got Parallels for my macbook now so will try this out on a virtual pc before I attempt it on my live box. Agree with mongrel, don't know why it keeps complaining, maybe binding it to the EDGE version of rails will clear it but not worrying me now. Thanks for your help on the

[Rails-deploy] Re: mongrel complaining = pids and not up-to-date

2007-08-31 Thread D. Krmpotic
update: I found out that the init script does get called with START parameter.. but it exits here: # Gracefully exit if the controller is missing. which mongrel_cluster_ctl /dev/null || exit 0 I then commented out this line and it went forward, but still didn't start mongrels.. I guess there

[Rails-deploy] Re: mongrel complaining = pids and not up-to-date

2007-08-30 Thread D. Krmpotic
Hi! I think the best is to just ignore those compaints.. I don't know either.. But this will solve your stale PIDs problem: http://textsnippets.com/posts/show/931 I used this patch from the guy in the comments: - Index: bin/mongrel_rails