I'm working on trying to reproduce this issue. 1. Show me your script that runs the killall and pkill commands.
2. Your original error message mentioned the socket /home/php- fpm/sock/mareklipski.sock, but your config file shows you are listening on /home/php-fpm/sock/admin.sock. Did you rename this or is there another configuration file we should be looking at? 3. Can you also show us the output of these commands: rpm -qa | grep php netstat -npl | grep php pgrep -fl php -- You received this bug notification because you are a member of IUS Core Development, which is subscribed to IUS Community Project. https://bugs.launchpad.net/bugs/1237617 Title: Unable to start php54-fpm Status in IUS Community Project: New Bug description: /etc/init.d/php-fpm start Starting php-fpm: [09-Oct-2013 19:47:55] ERROR: An another FPM instance seems to already listen on /home/php-fpm/sock/mareklipski.sock [09-Oct-2013 19:47:55] ERROR: FPM initialization failed [FAILED] I have to do killall -9 php-fpm; pkill -o php-fpm; then restart with /etc/init.d/php-fpm restart This happens every 10-30 minutes and all pages display Internal Server Error at this time. I was using remi repo before and it did not happen. It seems remi is using a bit different init.d script: http://files.tinypic.pl/i/00455/h1n609bja2xz.jpg To manage notifications about this bug go to: https://bugs.launchpad.net/ius/+bug/1237617/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~ius-coredev Post to : [email protected] Unsubscribe : https://launchpad.net/~ius-coredev More help : https://help.launchpad.net/ListHelp

