What type of hardware are you using: Raspberry Pi 3, 4+ What YunoHost version are you running: 12.0.17 How are you able to access your server: The webadmin
SSH Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: YunoHost installed on top of Raspberry Pi OS lite, external drive mounted in fstab, running Nextcloud
Describe your issue
Hello, after each reboot, php and opendkim services do not work. I’m not sure if the two errors are related, but I think so.
The PHP error :
Jun 12 08:36:05 php-fpm8.3[1135]: [12-Jun-2025 08:36:05] ERROR: unable to bind listening socket for address '/var/run/php/php8.3-fpm-nextcloud.sock': No such file or directory (2)
Jun 12 08:36:05 php-fpm8.3[1135]: [12-Jun-2025 08:36:05] ERROR: FPM initialization failed
Jun 12 08:36:05 systemd[1]: php8.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
Jun 12 08:36:05 systemd[1]: php8.3-fpm.service: Failed with result 'exit-code'.
Jun 12 08:36:05 systemd[1]: Failed to start php8.3-fpm.service - The PHP 8.3 FastCGI Process Manager.
The opendkim error :
Jun 10 13:13:14 opendkim[2686]: can't write pid to /run/opendkim/opendkim.pid: No such file or directory
Jun 10 13:13:14 systemd[1]: opendkim.service: Can't open PID file /run/opendkim/opendkim.pid (yet?) after start: No such file or directory
I can manually resolve the problems like this :
For PHP:
I think this happened by accident or automatically in the install-process. I can’t remember to have done this on purpose. Can you help me to safely change this to how it should be?