Package: cherokee
Version: 0.5.3-1

I'm using Cherokee in several Etch and Sid machines in production
status. I've noticed that the restart action doesn't work.

#  /etc/init.d/cherokee start
Starting web server: cherokee .

#  ps aux | grep cherokee
www-data 13898  1.0  1.0  38056  1732 ?        Ssl  09:50   0:00
/usr/sbin/cherokee

#  /etc/init.d/cherokee restart
Stopping web server: cherokee /etc/init.d/cherokee: line 45: kill:
(13898) - No existe tal proceso

#  ps aux | grep cherokee
root     13924  0.0  0.4   1964   740 pts/0    S+   09:50   0:00 grep
cherokee

This happens because of the usage of kill in the stop action, which
makes the script to exit. That should also be fixed, since 0.5.3-1 seems
to work OK with start-stop-daemon.

If the kill $PID part is removed, Cherokee stops and restarts without
problems, errors nor warnings in my machine.

Jose

--
Jose M. Parrella
Escuela de Ingenieria Electrica
Universidad Central de Venezuela


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to