[Bug 1242376] Re: "reload php5-fpm" crashes
Panagiotis Moustafellos
pmoust at gmail.com
Mon Jul 7 07:29:24 UTC 2014
On 12.04
pmoust at webserver01:~$ ps aux | grep fpm | grep master
root 5002 13.0 0.0 609140 10236 ? Ss 07:21 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
pmoust at webserver01:~$ sudo kill -USR2 5002
pmoust at webserver01:~$ ps aux | grep fpm | grep master
root 10771 10.6 0.0 609140 10228 ? Ss 07:26 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
On 14.04 with ondrej's ppa
root at sandbox01:/home/pmoust# ps aux | grep fpm | grep master
root 21758 0.0 0.1 389924 23812 ? Ss 07:19 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
root at sandbox01:/home/pmoust# kill -1 21758
root at sandbox01:/home/pmoust# ps aux | grep fpm | grep master
root 21758 0.0 0.1 389924 23812 ? Ss 07:19 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
root at sandbox01:/home/pmoust# kill -USR2 21758
root at sandbox01:/home/pmoust# ps aux | grep fpm | grep master
root 21758 0.1 0.1 389924 23816 ? Ss 07:19 0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1242376
Title:
"reload php5-fpm" crashes
To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1242376/+subscriptions
More information about the Ubuntu-server-bugs
mailing list