Php8.2-fpm not starting

Hello, i cant manage to start php8.2 "× php8.2-fpm.service - The PHP 8.2 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php8.2-fpm.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2024-07-22 07:35:25 UTC; 4min 27s ago
Docs: man:php-fpm8.2(8)
Process: 2055691 ExecStart=/usr/sbin/php-fpm8.2 --nodaemonize --fpm-config /etc/php/8.2/fpm/php-fpm.conf (code=exited, status=78)
Process: 2055692 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/8.2/fpm/pool.d/www.conf 82>
Main PID: 2055691 (code=exited, status=78)
CPU: 1.074s

Jul 22 07:35:25 panel.ncservers.xyz systemd[1]: php8.2-fpm.service: Failed with result ‘exit-code’.
Jul 22 07:35:25 panel.ncservers.xyz systemd[1]: Failed to start The PHP 8.2 FastCGI Process Manager.
Jul 22 07:35:25 panel.ncservers.xyz systemd[1]: php8.2-fpm.service: Consumed 1.074s CPU time.
Jul 22 07:35:25 panel.ncservers.xyz systemd[1]: php8.2-fpm.service: Scheduled restart job, restart counter is at 9.
Jul 22 07:35:25 panel.ncservers.xyz systemd[1]: Stopped The PHP 8.2 FastCGI Process Manager.
Jul 22 07:35:25 panel.ncservers.xyz systemd[1]: php8.2-fpm.service: Consumed 1.074s CPU time.
Jul 22 07:35:25 panel.ncservers.xyz systemd[1]: php8.2-fpm.service: Start request repeated too quickly.
Jul 22 07:35:25 panel.ncservers.xyz systemd[1]: php8.2-fpm.service: Failed with result ‘exit-code’.
Jul 22 07:35:25 panel.ncservers.xyz systemd[1]: Failed to start The PHP 8.2 FastCGI Process Manager."

Did you modify any php related file?

Show the output of these commands:

systemctl restart php8.2-fpm
systemctl status php8.2-fpm --no-pager -l
tail /var/log/php8.2-fpm.log
php-fpm8.2 -t

hello i deleted all sudo rm /etc/php/8.2/fpm/pool.d/ files and worked i only leaved dummy.conf and www.conf

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.