When I start up my rocky linux the php56-php-fpm.service do not start and when I execute “systemctl status php56-php-fpm.service” command I receive this massage:
Jun 20 10:13:08 ERP-Server systemd[1]: Starting The PHP FastCGI Process Manager…
Jun 20 10:14:38 ERP-Server systemd[1]: php56-php-fpm.service: start operation timed out. Terminating.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: State ‘stop-sigterm’ timed out. Killing.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 1010 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9853 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9855 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9856 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9857 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9858 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9859 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9860 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9861 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9862 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9863 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9864 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9865 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9866 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9867 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9868 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9869 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9870 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9871 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9872 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9873 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9874 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9875 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9876 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9877 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9878 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Killing process 9879 (php-fpm) with signal SIGKILL.
Jun 20 10:16:08 ERP-Server systemd[1]: php56-php-fpm.service: Main process exited, code=killed, status=9/KILL
Jun 20 10:16:09 ERP-Server systemd[1]: php56-php-fpm.service: Failed with result ‘timeout’.
Jun 20 10:16:09 ERP-Server systemd[1]: Failed to start The PHP FastCGI Process Manager.
But when I’m trying to run it manually it runs without any problem what the cause of this problem.
php56-php-fpm is not a Rocky package, rather a “remi” one
What modification changes? (default config should work out of the box)
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.