I am using circus server to run python program as a daemon process. But now circus is not getting started or stop or not even the status of the circus i get to know.
I tried with the :
sudo circusctl restart <name_of_repository>
sudo circusctl stop
sudo circusctl start
sudo circusctl status
But all the commands gives me following error :
Timed out. Try to raise the --timeout value
should anyone know about this error. Please help me thanks in advance..
I had the similar issue when launching circus with this command:
Cirsusd didn't start ( ps ax | grep circus ) gave nothing. But no error was rised. And
gave me response
Which means circusctl couldn't communicate with circus. I have had a lot of headache, but then simply started circusd without --daemon argument, like this:
And circus now gave me real error:
This errror was quickly fixed by double % in buildout config files.
So the real problem was circusd didn't give any errors when was launched with --daemon argument.