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)
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)