Bug#497841: php-cgi zombie is when it stops cherokee

2008-09-08 Thread Gunnar Wolf
tags 497841 + upstream
severity 497841 minor
thanks

Hi,

I have submitted your bug report, along with some comments from me, to
the upstream project.

http://code.google.com/p/cherokee/issues/detail?id=116

I am tagging this bug as minor, as it does not reduce or impact any of
the server's functionality - although it does lead to unneeded
resource usage (i.e. unnecessary spawned processes kept alive).

Thank you very much,

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF



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



Bug#497841: php-cgi zombie is when it stops cherokee

2008-09-04 Thread Juan Angulo Moreno
Package: cherokee
Version: 0.7.2-3
Severity: important

Hi,

I found that when I stop cherokee daemon php-cgi remains zombie:

camila:~# invoke-rc.d cherokee stop
Stopping web server: cherokee .
camila:~# ps aux | grep cherokee
root  9386  0.0  0.2   4724   732 pts/2R+   14:27   0:00 grep cherokee
camila:~# ps aux | grep php
www-data  9010  0.0  1.4  24560  5064 ?Ss   13:59   0:00 php-cgi -b 1234
www-data  9012  0.0  1.0  24560  3652 ?S13:59   0:00 php-cgi -b 1234
www-data  9013  0.0  0.7  24560  2720 ?S13:59   0:00 php-cgi -b 1234
www-data  9014  0.0  0.7  24560  2720 ?S13:59   0:00 php-cgi -b 1234
www-data  9015  0.0  0.7  24560  2728 ?S13:59   0:00 php-cgi -b 1234
www-data  9016  0.0  0.5  24560  1924 ?S13:59   0:00 php-cgi -b 1234
root  9388  0.0  0.2   4724   740 pts/2S+   14:27   0:00 grep php

By making changes in /etc/php5/* not take them and must be manually
kill processes php-cgi
and restart the cherokee to take effect.

Info:
php5-cli: 5.2.6-3
cherokee: 0.7.2-3

Greets,

--
Juan Angulo Moreno



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