We have the PHP package from Solarspeed. The php-fpm-8.1 won't start claiming the port 9011 already in use but I find the site11.conf in the /etc/php-fpm-8.0.d/ directory. There are only two other sites in the 8.1 conf directory and both respond with Service unavailable. See output below, how could I resolve without reboot? ...

[root@www5 ~]# grep -r 9011 /etc/php-fpm-8.0.d/
/etc/php-fpm-8.0.d/site11.conf:listen = 127.0.0.1:9011
[root@www5 ~]# grep -r 9011 /etc/php-fpm-8.1.d/
[root@www5 ~]# systemctl start php-fpm-8.1
Job for php-fpm-8.1.service failed because the control process exited with error code. See "systemctl status php-fpm-8.1.service" and "journalctl -xe" for details.
[root@www5 ~]# systemctl status php-fpm-8.1
● php-fpm-8.1.service - The PHP-8.1 FastCGI Process Manager
   Loaded: loaded (/usr/lib/systemd/system/php-fpm-8.1.service; enabled; vendor preset: disabled)    Active: failed (Result: start-limit) since Wed 2023-08-09 10:44:00 EDT; 9s ago   Process: 665 ExecStart=/home/solarspeed/php-8.1/sbin/php-fpm --nodaemonize (code=exited, status=78)
 Main PID: 665 (code=exited, status=78)
Aug 09 10:43:59 www5.webtent.net systemd[1]: Failed to start The PHP-8.1 FastCGI Process Manager. Aug 09 10:43:59 www5.webtent.net systemd[1]: Unit php-fpm-8.1.service entered failed state.
Aug 09 10:43:59 www5.webtent.net systemd[1]: php-fpm-8.1.service failed.
Aug 09 10:44:00 www5.webtent.net systemd[1]: php-fpm-8.1.service holdoff time over, scheduling restart. Aug 09 10:44:00 www5.webtent.net systemd[1]: Stopped The PHP-8.1 FastCGI Process Manager. Aug 09 10:44:00 www5.webtent.net systemd[1]: start request repeated too quickly for php-fpm-8.1.service Aug 09 10:44:00 www5.webtent.net systemd[1]: Failed to start The PHP-8.1 FastCGI Process Manager. Aug 09 10:44:00 www5.webtent.net systemd[1]: Unit php-fpm-8.1.service entered failed state.
Aug 09 10:44:00 www5.webtent.net systemd[1]: php-fpm-8.1.service failed.
[root@www5 ~]# tail -2 /var/log/php-fpm.log
[09-Aug-2023 10:45:16] ERROR: unable to bind listening socket for address '127.0.0.1:9011': Address already in use (98)
[09-Aug-2023 10:45:16] ERROR: FPM initialization failed

--
Thanks, Robert

_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to