Craig Jolicoeur wrote: > Ronald Sacher wrote: >> I had same problem. Seems to be fixed after I changed the setting for >> pid_file in in mongrel_cluster.yml to absolute path. >> >> Ronald Sacher > > Ronald, you just did the absolute path to your > /app/current/log/mongrel.pid i assume, correct?
The problem with restarting is that capistrano has not linked the tmp/pids directory back before it calls restart. So basically, unless you're passing hte path to your 'shared' pids directory it'll always fail miserably. :( my mongrel cluster.yml file looks like this pid_file: /home/production/Sites/milestone/shared/pids/mongrel.pid Where 'current_path' is normally /home/production/Sites/milestone/current Hope this helps. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---