Ok now I managed to get rid of this error too. So right now, $ fab all is just finishing without any errors. But, I still see error 502.
On Tuesday, July 14, 2015 at 9:42:48 AM UTC+5:30, Bhavani Shankar wrote: > > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
