2.0.0 (rev: 1454) PHP 5.4 + 5.6 as php-fpm

area62

Verified User
Joined
Sep 23, 2008
Messages
44
I have this strange warning when building my PHP packages with options.conf values below

php1_release=5.4
php2_release=5.6
php1_mode=php-fpm
php2_mode=php-fpm

Gracefully shutting down php-fpm56: warning, no pid file found - php-fpm56 is not running ?
Starting php-fpm56: [10-Nov-2015 13:26:19] ERROR: unable to bind listening socket for address '/usr/local/php55/sockets/webapps.sock': No such file or directory (2)
[10-Nov-2015 13:26:19] ERROR: FPM initialization failed
failed
PHP 5.6.15 Installed.
Gracefully shutting down php-fpm54: . done
Starting php-fpm54: done
Gracefully shutting down php-fpm56: warning, no pid file found - php-fpm56 is not running ?
Starting php-fpm56: done
Rewriting all users httpd.conf files, please wait...
Debug mode. Level 10

dataskq: command: action=rewrite&value=httpd
Restarting php-fpm54.
Gracefully shutting down php-fpm54: done
Starting php-fpm54: done
Restarting php-fpm56.
Gracefully shutting down php-fpm56: . done
Starting php-fpm56: done
Restarting apache.
Stopping httpd: [ OK ]
Starting httpd:

It's searching for a php55 directory but it should be stored in the php56 directory (which exists)
 
I was unable to reproduce that on my testing server. Did you run "./build php n" after the changes in the options.conf file? If yes, please post the output of:
Code:
grep sock /usr/local/php56/etc/php-fpm.conf
 
Back
Top