|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-11-18 08:09 UTC] remi@php.net
[2014-11-18 10:13 UTC] remi@php.net
-Status: Open
+Status: Duplicate
-Assigned To:
+Assigned To: remi
[2014-11-18 10:13 UTC] remi@php.net
[2014-11-18 15:28 UTC] alloyfang at sina dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 03:00:01 2025 UTC |
Description: ------------ use command kill -USR2 `cat /export/home/web/php/var/run/php-fpm.pid` to restart fpm, fpm stop and didn't start. php-5.5.19 restart log [18-Nov-2014 11:32:35] NOTICE: Reloading in progress ... [18-Nov-2014 11:32:35] NOTICE: reloading: execvp("/export/home/web/php/sbin/php-fpm", {"/export/home/web/php/sbin/php-fpm"}) [18-Nov-2014 11:32:35] NOTICE: using inherited socket fd=7, "L" [18-Nov-2014 11:32:35] NOTICE: using inherited socket fd=7, "L" [18-Nov-2014 11:32:35] ERROR: unable to bind listening socket for address '127.0.0.1:9000': Address already in use (98) [18-Nov-2014 11:32:35] ERROR: unable to bind listening socket for address '127.0.0.1:9000': Address already in use (98) [18-Nov-2014 11:32:35] ERROR: FPM initialization failed [18-Nov-2014 11:32:35] ERROR: FPM initialization failed It seem [fd=7, "L"] get some encode error.and it doesn't show the same when I try again. [18-Nov-2014 11:38:09] NOTICE: using inherited socket fd=7, "Ì" [18-Nov-2014 11:38:09] NOTICE: using inherited socket fd=7, "Ì" I test at php-5.5.7 and it works well php-5.5.7 restart log [18-Nov-2014 11:25:35] NOTICE: Reloading in progress ... [18-Nov-2014 11:25:35] NOTICE: reloading: execvp("/export/home/web/php/sbin/php-fpm", {"/export/home/web/php/sbin/php-fpm"}) [18-Nov-2014 11:25:35] NOTICE: using inherited socket fd=7, "127.0.0.1:9000" [18-Nov-2014 11:25:35] NOTICE: using inherited socket fd=7, "127.0.0.1:9000" [18-Nov-2014 11:25:35] NOTICE: fpm is running, pid 21790 [18-Nov-2014 11:25:35] NOTICE: ready to handle connections Expected result: ---------------- php-fpm should restart Actual result: -------------- php-fpm stop and didn't start