I ran $ fab all 

It went through without any errors except during restart it said 

$ kill -HUP `cat /home/ebs/my_website/project/gunicorn.pid` ->

[46.101.48.67] out: sudo password:
[46.101.48.67] out: /bin/bash: line 0: kill: (20703) - No such process
[46.101.48.67] out: 

Fatal error: sudo() received nonzero return code 1 while executing!

Requested: kill -HUP `cat /home/ebs/my_website/project/gunicorn.pid`
Executed: sudo -S -p 'sudo password:'  /bin/bash -l -c "kill -HUP \`cat 
/home/ebs/my_website/project/gunicorn.pid\`"

Aborting.
Disconnecting from 46.101.48.67... done.


and now I see a 502 error on the webpage. How can I troubleshoot this error?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to