Comment 28 for bug 1242376

Revision history for this message
Panagiotis Moustafellos (pmoust) wrote :

Hi Ondrej, sorry if I seemed pushy, not my intention.
The logs I pasted above refer to the exact test procedure you requested,
here are some fresh ones;

root@sandbox01:/home/pmoust# php -v
PHP 5.5.14-2+deb.sury.org~trusty+1 (cli) (built: Jul 2 2014 12:14:44)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
    with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
root@sandbox01:/home/pmoust# tailf /var/log/php5-fpm.log &
[2] 26256
root@sandbox01:/home/pmoust# [07-Jul-2014 09:49:25] NOTICE: configuration file /etc/php5/fpm/php-fpm.conf test is successful

[07-Jul-2014 10:09:33] NOTICE: configuration file /etc/php5/fpm/php-fpm.conf test is successful

[07-Jul-2014 10:37:59] NOTICE: configuration file /etc/php5/fpm/php-fpm.conf test is successful

[07-Jul-2014 13:25:52] NOTICE: configuration file /etc/php5/fpm/php-fpm.conf test is successful

[07-Jul-2014 15:40:58] NOTICE: configuration file /etc/php5/fpm/php-fpm.conf test is successful

root@sandbox01:/home/pmoust# ps aux | grep fpm | grep master
root 8977 0.0 0.1 392060 23912 ? Ss Jul07 0:04 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)
root@sandbox01:/home/pmoust# kill -HUP 8977
root@sandbox01:/home/pmoust# kill -USR2 8977
root@sandbox01:/home/pmoust#

Not fresh workers spawned.