- Package:
- php8.2-fpm
- Source:
- php8.2-fpm
- Description:
- server-side, HTML-embedded scripting language (FPM-CGI binary)
- Submitter:
- Mike Hommey
- Date:
- 2024-12-02 07:42:04 UTC
- Severity:
- normal
- Tags:
Dear Maintainer, (In case this is relevant, this is happening in a LHC container, but I don't think this is related.) php8.2-fpm fails to start with: ERROR: unable to bind listening socket for address '/run/php/php8.2-fpm.sock': No such file or directory (2) ERROR: FPM initialization failed /run/php doesn't exist. Creating it fixes the issue. (/run is a tmpfs in the container, just like it is on a normal Debian install)
The package needs systemd-tmpfiles script to work. It has been explicitly requested to not enforce the dependency on systemd because of “containers”, so I’ve removed it. So, I am not going to fix this. Ondřej -- Ondřej Surý <ondrej@sury.org> (He/Him)
Package systemd-tmpfiles is a virtual package provided by: systemd-standalone-tmpfiles 252.6-1 (= 252.6-1) systemd 252.6-1 (= 252.6-1) and systemd is installed... Mike