Hi,
I have big problem with php-fpm 5.6 and 7.0 - every minute php-fpm is restarted and mostly not started, after 15-20 seconds work again, but after next restart again failed.
System Debian 8.
I have second one server - this same hardware and software configuration, and everything work properly. This one is a new server - about 15 users. After rebuild them to fastcgi all works, but I want php-fpm...
Any idea?
daemon.log:
php-fpm70.log
journalctl -xn
I have big problem with php-fpm 5.6 and 7.0 - every minute php-fpm is restarted and mostly not started, after 15-20 seconds work again, but after next restart again failed.
System Debian 8.
I have second one server - this same hardware and software configuration, and everything work properly. This one is a new server - about 15 users. After rebuild them to fastcgi all works, but I want php-fpm...
Any idea?
daemon.log:
Code:
Apr 17 00:45:06 hs2 systemd[1]: php-fpm56.service start operation timed out. Terminating.
Apr 17 00:45:06 hs2 systemd[1]: Failed to start The PHP FastCGI Process Manager.
Apr 17 00:45:06 hs2 systemd[1]: Unit php-fpm56.service entered failed state.
Apr 17 00:45:32 hs2 systemd[1]: php-fpm70.service start operation timed out. Terminating.
Apr 17 00:45:32 hs2 systemd[1]: Failed to start The PHP FastCGI Process Manager.
Apr 17 00:45:32 hs2 systemd[1]: Unit php-fpm70.service entered failed state.
Apr 17 00:45:37 hs2 systemd[1]: Starting The PHP FastCGI Process Manager...
php-fpm70.log
Code:
[17-Apr-2017 00:41:36] NOTICE: fpm is running, pid 4750
[17-Apr-2017 00:41:36] NOTICE: ready to handle connections
[17-Apr-2017 00:43:06] NOTICE: Terminating ...
[17-Apr-2017 00:43:06] NOTICE: exiting, bye-bye!
[17-Apr-2017 00:44:01] NOTICE: fpm is running, pid 4847
[17-Apr-2017 00:44:01] NOTICE: ready to handle connections
[17-Apr-2017 00:45:32] NOTICE: Terminating ...
[17-Apr-2017 00:45:32] NOTICE: exiting, bye-bye!
journalctl -xn
Code:
-- Logs begin at pon 2017-04-17 00:29:24 CEST, end at pon 2017-04-17 00:59:53 CEST. --
kwi 17 00:59:31 hs2.linux.pl systemd[1]: php-fpm56.service start operation timed out. Terminating.
kwi 17 00:59:31 hs2.linux.pl systemd[1]: Failed to start The PHP FastCGI Process Manager.
-- Subject: Unit php-fpm56.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit php-fpm56.service has failed.
--
-- The result is failed.
kwi 17 00:59:31 hs2.linux.pl systemd[1]: Unit php-fpm56.service entered failed state.
kwi 17 00:59:36 hs2.linux.pl systemd[1]: Starting The PHP FastCGI Process Manager...
-- Subject: Unit php-fpm56.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit php-fpm56.service has begun starting up.
kwi 17 00:59:48 hs2.linux.pl lfd[2008]: SYSLOG check [wDTY71znS56JJlyb4RVJXG3CEfSs]
kwi 17 00:59:53 hs2.linux.pl clamd[1329]: SelfCheck: Database status OK.
Last edited: