Hi Guys, I am using cap to deploy a ruby on rails project. The deployment is working fine, but the restarting of the mongrel service is not working.
When I execute "cap mongrel:cluster:restart" I get the following error: command "mongrel_rails cluster::restart -C /home/username/deployed/ current/config/mongrel_cluster.yml" failed on [EMAIL PROTECTED] If I run "cap shell" and manually enter the command that failed, the mongrel_restart will work as expected. Cap deploy and the like all execute normally. The only thing that is not default about my setup is that I needed to enter this line into my deploy.rb to get the ssh commands to execute at all (all the remote commands were failing). I have no idea if this is related or not. default_run_options[:pty] = true Any thoughts on this would be greatly appreciated! ~Ben --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
