a view days ago i made my mongrel cluster a service so it gets restartet with the server (using this tutorial http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/) but now as i tried to deploy some changes to my application capistrano could not stop or start the mongrel cluster anymore. i tried to set use sudo to true in the deploy.rb but it did not change anything. i had to ssh as root into the server and restart mongrel manually using "mongrel_rails cluster::restart -C /etc/mongrel_cluster/ myapp.yml" on the server runs a ubuntu 8.04 and im using a deploy user just for the purpose of deploying...
does anyone know, how to resolve this? -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
