On 12.04
pmoust@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@webserver01:~$ sudo kill -USR2 5002
pmoust@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@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@sandbox01:/home/pmoust# kill -1 21758
root@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@sandbox01:/home/pmoust# kill -USR2 21758
root@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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to