Hello friends.
I recently installed zabbix to try it out. Everything was fine and good with the install until I restarted the machine. Upon rebooting the server, I have lost most functionality of my websites being hosted behind nginx.
The service php8.3-fpm will no longer start as zabbix has taken over the sock....
root@mainserver:/# service php8.3-fpm start
Job for php8.3-fpm.service failed because the control process exited with error code.
See "systemctl status php8.3-fpm.service" and "journalctl -xeu php8.3-fpm.service" for details.
& investigating that error gave me the info...
Apr 03 08:14:59 mainserver php-fpm8.3[140857]: [03-Apr-2024 08:14:59] ERROR: Another FPM instance seems to already listen on /var/run/php/zabbix.sock
Apr 03 08:14:59 mainserver php-fpm8.3[140857]: [03-Apr-2024 08:14:59] ERROR: FPM initialization failed
Apr 03 08:14:59 mainserver systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
I don't know how or why this is happening but need to resolve it asap.
I recently installed zabbix to try it out. Everything was fine and good with the install until I restarted the machine. Upon rebooting the server, I have lost most functionality of my websites being hosted behind nginx.
The service php8.3-fpm will no longer start as zabbix has taken over the sock....
root@mainserver:/# service php8.3-fpm start
Job for php8.3-fpm.service failed because the control process exited with error code.
See "systemctl status php8.3-fpm.service" and "journalctl -xeu php8.3-fpm.service" for details.
& investigating that error gave me the info...
Apr 03 08:14:59 mainserver php-fpm8.3[140857]: [03-Apr-2024 08:14:59] ERROR: Another FPM instance seems to already listen on /var/run/php/zabbix.sock
Apr 03 08:14:59 mainserver php-fpm8.3[140857]: [03-Apr-2024 08:14:59] ERROR: FPM initialization failed
Apr 03 08:14:59 mainserver systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
I don't know how or why this is happening but need to resolve it asap.
Comment