Hi guys,
I have got an clean SLES 15 SP6 Server and I try to install/configurate Passbolt.
The problem is that the configure script fails when trying to start the php-fpm service.
systemctl status php-fpm
output the following:
Blockquote
php-fpm.service - The PHP FastCGI Process Manager
Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Fri 2024-08-09 16:04:11 CEST; 5min ago
Process: 5890 ExecStart=/usr/sbin/php-fpm --nodaemonize --fpm-config /etc/php8/fpm/php-fpm.conf (code=exited, status=78)
Main PID: 5890 (code=exited, status=78)
CPU: 149ms
Aug 09 16:04:11 systemd[1]: Starting The PHP FastCGI Process Manager…
Aug 09 16:04:11 php-fpm[5890]: [09-Aug-2024 16:04:11] ERROR: unable to bind listening socket for address ‘/run/php-fpm/www.sock’: Permission denied (13)
Aug 09 16:04:11 php-fpm[5890]: [09-Aug-2024 16:04:11] ERROR: FPM initialization failed
Aug 09 16:04:11 systemd[1]: php-fpm.service: Main process exited, code=exited, status=78/CONFIG
Aug 09 16:04:11 systemd[1]: php-fpm.service: Failed with result ‘exit-code’.
Aug 09 16:04:11 systemd[1]: Failed to start The PHP FastCGI Process Manager.
Have anyone an idea what I can do?
The folder /run/php-fpm/ is empty.