You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.
call failed #<Capistrano::CommandError: failed: "sh -c 'pkill -f \"murder_client.py peer.*/tmp/20110927221958.tar.gz.tgz\"'" on server1,server2...>
*** [deploy:update_code] rolling back
I can't figure out why it is failing.
I tried modifing the commands to append a "; true"
using sudo
re-writing it using ps|grep|awk|kill
I ended up ignoring the issue by using the following code:
namespace :murder do
task :stop_peering, :roles=>:peer do
logger.info 'override'
end
task :stop_seeding, :roles=>:peer do
logger.info 'override'
end
task :stop_tracker, :roles=>:peer do
logger.info 'override'
end
end
Then after each deploy, i have to go and kill murder (lol) processes.
Hello,
I get this error while trying to deploy:
I can't figure out why it is failing.
I ended up ignoring the issue by using the following code:
Then after each deploy, i have to go and kill murder (lol) processes.
ENV:
Thanks,
-Dave
The text was updated successfully, but these errors were encountered: