uechun 发表于 2013-11-7 11:27:38

lnmp restart 到php-fpm 时停止

# /root/lnmp restart
=========================================================================
Manager for LNMP V1.0,Written by Licess
=========================================================================
LNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux
This script is a tool to Manage status of lnmp
For more information please visit http://www.lnmp.org

Usage: /root/lnmp {start|stop|reload|restart|kill|status}
=========================================================================
Stoping LNMP...
Stopping nginx daemon: nginx.
Gracefully shutting down php-fpm . done
Shutting down MySQL. SUCCESS!
Starting LNMP...
Starting nginx daemon: nginx.
Starting php-fpm

断开ssh,重新连接ssh,查看lnmp状态# /root/lnmp status
=========================================================================
Manager for LNMP V1.0,Written by Licess
=========================================================================
LNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux
This script is a tool to Manage status of lnmp
For more information please visit http://www.lnmp.org

Usage: /root/lnmp {start|stop|reload|restart|kill|status}
=========================================================================
Nginx is runing!
php-fpm is runing!
ERROR! MySQL is not running

这样,后面的mysql也不能启动,在主机控制面板重启主机后,可正常运行,再运行/root/lnmp restart 时,还是出现上面的情况:启动到php-fpm 时停止

php-fpm.log信息如下:
NOTICE: Finishing ...
NOTICE: exiting, bye-bye!
NOTICE: fpm is running, pid 4926
NOTICE: ready to handle connections
NOTICE: Finishing ...
NOTICE: exiting, bye-bye!
NOTICE: fpm is running, pid 5285
NOTICE: ready to handle connections
NOTICE: Finishing ...
NOTICE: exiting, bye-bye!
NOTICE: fpm is running, pid 5677
NOTICE: ready to handle connections
NOTICE: Terminating ...
NOTICE: exiting, bye-bye!
NOTICE: fpm is running, pid 2036
NOTICE: ready to handle connections
NOTICE: Finishing ...
NOTICE: exiting, bye-bye!
NOTICE: fpm is running, pid 2919
NOTICE: ready to handle connections
NOTICE: fpm is running, pid 2043
NOTICE: ready to handle connections


php版本为php5.3.17

[ 本帖最后由 uechun 于 2013-11-7 11:41 编辑 ]

uechun 发表于 2013-11-7 12:29:25

php升级到5.3.27解决了
页: [1]
查看完整版本: lnmp restart 到php-fpm 时停止