Package: php8.4-fpm
Version: 8.4.23-1
Severity: important
Dear Maintainer,
* What led up to the situation?
After updating to the latest php8.4-fpm package I noticed none of my PHP sites
were working. After investigating I found the /run/php/php-fpm.sock link was
missing. Instead only the actual `/run/php/php8.4-fpm.sock` socket exists.
* What exactly did you do (or not do) that was effective (or
ineffective)?
If I run `sudo update-alternatives --auto php-fpm.sock`, then it recreates the
php-fpm.sock link and all the PHP sites start working again. When I run it it
prints this:
> update-alternatives: warning: forcing reinstallation of alternative
> /run/php/php8.4-fpm.sock because link group php-fpm.sock is broken
This keeps working for the rest of the machine's uptime. However, when it
reboots the link is missing again. This means each reboot I have to do
something manual to get my sites running.
I think the old package did something with the alternative in the systemd
.service file so that it always worked automatically.
Thanks,
David
-- Package-specific info:
==== Additional PHP 8.4 information ====
++++ PHP 8.4 SAPI (php8.4query -S): ++++
++++ PHP 8.4 Extensions (php8.4query -M -v): ++++
++++ Configuration files: ++++
[PHP]
engine = On
short_open_tag = Off
precision = 14
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func =
serialize_precision = -1
disable_functions =
disable_classes =
zend.enable_gc = On
zend.exception_ignore_args = On
zend.exception_string_param_max_len = 0
expose_php = Off
max_execution_time = 10
max_input_time = 3
memory_limit = 128M
error_reporting = E_ALL & ~E_DEPRECATED
display_errors = Off
display_startup_errors = Off
log_errors = On
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
variables_order = "GPCS"
request_order = "GP"
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 30M
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
default_charset = "UTF-8"
doc_root =
user_dir =
enable_dl = Off
file_uploads = On
upload_max_filesize = 30M
max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
[CLI Server]
cli_server.color = On
[Date]
[filter]
[iconv]
[intl]
[sqlite3]
[Pcre]
[Pdo]
[Pdo_mysql]
pdo_mysql.default_socket=
[Phar]
[mail function]
SMTP = localhost
smtp_port = 25
mail.add_x_header = Off
mail.mixed_lf_and_crlf = Off
[ODBC]
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[MySQLi]
mysqli.max_persistent = -1
mysqli.allow_persistent = On
mysqli.max_links = -1
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
[mysqlnd]
mysqlnd.collect_statistics = On
mysqlnd.collect_memory_statistics = Off
[PostgreSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[bcmath]
bcmath.scale = 0
[browscap]
[Session]
session.save_handler = files
session.use_strict_mode = 0
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.cookie_samesite =
session.serialize_handler = php
session.gc_probability = 0
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.referer_check =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.trans_sid_tags = "a=href,area=href,frame=src,form="
[Assertion]
zend.assertions = -1
[COM]
[mbstring]
[gd]
[exif]
[Tidy]
tidy.clean_output = Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
soap.wsdl_cache_limit = 5
[sysvshm]
[ldap]
ldap.max_links = -1
[dba]
[opcache]
[curl]
[openssl]
[ffi]
**** /etc/php/8.4/fpm/conf.d/20-fileinfo.ini ****
extension=fileinfo.so
**** /etc/php/8.4/fpm/conf.d/20-calendar.ini ****
extension=calendar.so
**** /etc/php/8.4/fpm/conf.d/20-phar.ini ****
extension=phar.so
**** /etc/php/8.4/fpm/conf.d/20-ftp.ini ****
extension=ftp.so
**** /etc/php/8.4/fpm/conf.d/20-mbstring.ini ****
extension=mbstring.so
**** /etc/php/8.4/fpm/conf.d/20-ffi.ini ****
extension=ffi.so
**** /etc/php/8.4/fpm/conf.d/20-sysvshm.ini ****
extension=sysvshm.so
**** /etc/php/8.4/fpm/conf.d/20-iconv.ini ****
extension=iconv.so
**** /etc/php/8.4/fpm/conf.d/10-pdo.ini ****
extension=pdo.so
**** /etc/php/8.4/fpm/conf.d/20-shmop.ini ****
extension=shmop.so
**** /etc/php/8.4/fpm/conf.d/20-sysvsem.ini ****
extension=sysvsem.so
**** /etc/php/8.4/fpm/conf.d/20-mysqli.ini ****
extension=mysqli.so
**** /etc/php/8.4/fpm/conf.d/20-xmlreader.ini ****
extension=xmlreader.so
**** /etc/php/8.4/fpm/conf.d/20-sockets.ini ****
extension=sockets.so
**** /etc/php/8.4/fpm/conf.d/20-exif.ini ****
extension=exif.so
**** /etc/php/8.4/fpm/conf.d/20-sysvmsg.ini ****
extension=sysvmsg.so
**** /etc/php/8.4/fpm/conf.d/20-zip.ini ****
extension=zip.so
**** /etc/php/8.4/fpm/conf.d/20-pdo_mysql.ini ****
extension=pdo_mysql.so
**** /etc/php/8.4/fpm/conf.d/20-readline.ini ****
extension=readline.so
**** /etc/php/8.4/fpm/conf.d/20-xsl.ini ****
extension=xsl.so
**** /etc/php/8.4/fpm/conf.d/20-pdo_pgsql.ini ****
extension=pdo_pgsql.so
**** /etc/php/8.4/fpm/conf.d/20-curl.ini ****
extension=curl.so
**** /etc/php/8.4/fpm/conf.d/20-xmlwriter.ini ****
extension=xmlwriter.so
**** /etc/php/8.4/fpm/conf.d/10-opcache.ini ****
zend_extension=opcache.so
opcache.jit=off
**** /etc/php/8.4/fpm/conf.d/10-mysqlnd.ini ****
extension=mysqlnd.so
**** /etc/php/8.4/fpm/conf.d/20-dom.ini ****
extension=dom.so
**** /etc/php/8.4/fpm/conf.d/15-xml.ini ****
extension=xml.so
**** /etc/php/8.4/fpm/conf.d/20-gd.ini ****
extension=gd.so
**** /etc/php/8.4/fpm/conf.d/20-pgsql.ini ****
extension=pgsql.so
**** /etc/php/8.4/fpm/conf.d/20-tokenizer.ini ****
extension=tokenizer.so
**** /etc/php/8.4/fpm/conf.d/20-simplexml.ini ****
extension=simplexml.so
**** /etc/php/8.4/fpm/conf.d/20-posix.ini ****
extension=posix.so
**** /etc/php/8.4/fpm/conf.d/20-gettext.ini ****
extension=gettext.so
**** /etc/php/8.4/fpm/conf.d/20-ctype.ini ****
extension=ctype.so
**** /etc/php/8.4/fpm/conf.d/20-intl.ini ****
extension=intl.so
-- System Information:
Debian Release: forky/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.17.13+deb14-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages php8.4-fpm depends on:
ii libacl1 2.4.0-1
ii libapparmor1 4.1.7-4
ii libargon2-1 0~20190702+dfsg-5+b2
ii libc6 2.42-17
ii libpcre2-8-0 10.46-1+b2
ii libsodium26 1.0.22-2
ii libssl3t64 3.6.3-1
ii libsystemd0 261.1-2
ii libxml2-16 2.15.3+dfsg-1
ii media-types 14.0.0
ii php8.4-cli 8.4.23-1
ii php8.4-common 8.4.23-1
ii php8.4-opcache 8.4.23-1
ii procps 2:4.0.6-2
ii systemd [systemd-tmpfiles] 261.1-2
ii tzdata 2026b-1
ii ucf 3.0056
ii zlib1g 1:1.3.dfsg+really1.3.2-3
php8.4-fpm recommends no packages.
Versions of packages php8.4-fpm suggests:
ii php-pear 1:1.10.16+submodules+notgz-3
Versions of packages php8.4-common depends on:
ii libc6 2.42-17
ii libffi8 3.5.2-4
ii libssl3t64 3.6.3-1
ii php-common 2:99
ii ucf 3.0056
-- Configuration Files:
--- etc/php/8.4/fpm/pool.d/www.conf 2026-07-02 11:36:55.000000000 -0700
+++ /etc/php/8.4/fpm/pool.d/www.conf 2026-04-28 12:23:27.799700394 -0700
@@ -124,7 +124,7 @@
; forget to tweak pm.* to fit your needs.
; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
; Note: This value is mandatory.
-pm.max_children = 5
+pm.max_children = 50
; The number of child processes created on startup.
; Note: Used only when pm is set to 'dynamic'
@@ -255,7 +255,7 @@
; anything, but it may not be a good idea to use the .php extension or it
; may conflict with a real PHP file.
; Default Value: not set
-;pm.status_path = /status
+pm.status_path = /status
; The address on which to accept FastCGI status request. This creates a new
; invisible pool that can handle requests independently. This is useful
-- no debconf information