Control: close -1

There’s no php7.4 and php8.2 together in any stable Debian release.

In any case, this looks like a configuration error on your side, and not really 
anything related to the packaging.

Ondrej
--
Ondřej Surý (He/Him)

> On 24. 10. 2024, at 10:33, Stefano Callegari <ste.calleg...@tiscali.it> wrote:
> 
> Package: php7.4-fpm
> Version: 7.4.33-1+deb11u5
> Severity: important
> X-Debbugs-Cc: debian-...@lists.debian.org
> 
> Dear Maintainer,
> 
> in my server I use both php7.4-fpm and php8.2-fpm.
> 
> Yesterday I have updated to php7.4 7.4.33-1+deb11u6 due security warning and 
> after that only one of php-fpm worked.
> 
> If starts php7.4 (the situation during update), when try to launch php8.2 the 
> error is
> 
> Oct 23 18:02:26 vps1 systemd[1]: Starting php8.2-fpm.service - The PHP 8.2 
> FastCGI Process Manager...
> Oct 23 18:02:26 vps1 php-fpm8.2[3251244]: [23-Oct-2024 18:02:26] ERROR: 
> Another FPM instance seems to already listen on /run/php/web55.sock
> Oct 23 18:02:26 vps1 php-fpm8.2[3251244]: [23-Oct-2024 18:02:26] ERROR: FPM 
> initialization failed
> Oct 23 18:02:26 vps1 systemd[1]: php8.2-fpm.service: Main process exited, 
> code=exited, status=78/CONFIG
> Oct 23 18:02:26 vps1 systemd[1]: php8.2-fpm.service: Failed with result 
> 'exit-code'.
> Oct 23 18:02:26 vps1 systemd[1]: Failed to start php8.2-fpm.service - The PHP 
> 8.2 FastCGI Process Manager.
> 
> and vice versa
> 
> Oct 23 18:12:02 vps1 systemd[1]: Starting php7.4-fpm.service - The PHP 7.4 
> FastCGI Process Manager...
> Oct 23 18:12:02 vps1 php-fpm7.4[3254336]: [23-Oct-2024 18:12:02] ERROR: 
> Another FPM instance seems to already listen on /run/php/web55.sock
> Oct 23 18:12:02 vps1 php-fpm7.4[3254336]: [23-Oct-2024 18:12:02] ERROR: FPM 
> initialization failed
> Oct 23 18:12:02 vps1 systemd[1]: php7.4-fpm.service: Main process exited, 
> code=exited, status=78/CONFIG
> Oct 23 18:12:02 vps1 systemd[1]: php7.4-fpm.service: Failed with result 
> 'exit-code'.
> Oct 23 18:12:02 vps1 systemd[1]: Failed to start php7.4-fpm.service - The PHP 
> 7.4 FastCGI Process Manager.
> 
> web55.sock is the only Apache vhost that require php8.2, the others need 
> php7.4.
> 
> Back to 7.4.33-1+deb11u5 solves the conflict (now is this version installed 
> to keep all vhost works).
> 
> Thanks
> 
> Stefano
> 
> -- Package-specific info:
> ==== Additional PHP 7.4 information ====
> 
> ++++ PHP 7.4 SAPI (php7.4query -S): ++++
> 
> ++++ PHP 7.4 Extensions (php7.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 = 
> pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
> disable_classes =
> zend.enable_gc = On
> zend.exception_ignore_args = On
> expose_php = Off
> max_execution_time = 30
> max_input_time = 60
> memory_limit = 128M
> error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
> display_errors = Off
> display_startup_errors = Off
> log_errors = On
> log_errors_max_len = 1024
> 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 = 8M
> 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 = 2M
> 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]
> [imap]
> [intl]
> [sqlite3]
> [Pcre]
> [Pdo]
> [Pdo_mysql]
> pdo_mysql.default_socket=
> [Phar]
> [mail function]
> SMTP = localhost
> smtp_port = 25
> mail.add_x_header = 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 =
> mysqli.reconnect = Off
> [mysqlnd]
> mysqlnd.collect_statistics = On
> mysqlnd.collect_memory_statistics = Off
> [OCI8]
> [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.sid_length = 26
> session.trans_sid_tags = "a=href,area=href,frame=src,form="
> session.sid_bits_per_character = 5
> [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]
> opcache.validate_root = 1
> [curl]
> [openssl]
> [ffi]
> 
> **** /etc/php/7.4/fpm/conf.d/20-bz2.ini ****
> extension=bz2.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-sockets.ini ****
> extension=sockets.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-intl.ini ****
> extension=intl.so
> 
> **** /etc/php/7.4/fpm/conf.d/10-opcache.ini ****
> zend_extension=opcache.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-mbstring.ini ****
> extension=mbstring.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-sysvmsg.ini ****
> extension=sysvmsg.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-sysvshm.ini ****
> extension=sysvshm.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-pgsql.ini ****
> extension=pgsql.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-sysvsem.ini ****
> extension=sysvsem.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-soap.ini ****
> extension=soap.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-mysqli.ini ****
> extension=mysqli.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-curl.ini ****
> extension=curl.so
> 
> **** /etc/php/7.4/fpm/conf.d/10-mysqlnd.ini ****
> extension=mysqlnd.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-phar.ini ****
> extension=phar.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-readline.ini ****
> extension=readline.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-geoip.ini ****
> extension=geoip.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-posix.ini ****
> extension=posix.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-calendar.ini ****
> extension=calendar.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-gettext.ini ****
> extension=gettext.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-sqlite3.ini ****
> extension=sqlite3.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-fileinfo.ini ****
> extension=fileinfo.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-ffi.ini ****
> extension=ffi.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-gd.ini ****
> extension=gd.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-ftp.ini ****
> extension=ftp.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-ctype.ini ****
> extension=ctype.so
> 
> **** /etc/php/7.4/fpm/conf.d/10-pdo.ini ****
> extension=pdo.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-dom.ini ****
> extension=dom.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-pdo_pgsql.ini ****
> extension=pdo_pgsql.so
> 
> **** /etc/php/7.4/fpm/conf.d/15-xml.ini ****
> extension=xml.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-pdo_mysql.ini ****
> extension=pdo_mysql.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-simplexml.ini ****
> extension=simplexml.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-tokenizer.ini ****
> extension=tokenizer.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-xsl.ini ****
> extension=xsl.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-exif.ini ****
> extension=exif.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-xmlwriter.ini ****
> extension=xmlwriter.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-bcmath.ini ****
> extension=bcmath.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-shmop.ini ****
> extension=shmop.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-iconv.ini ****
> extension=iconv.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-json.ini ****
> extension=json.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-pdo_sqlite.ini ****
> extension=pdo_sqlite.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-zip.ini ****
> extension=zip.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-pspell.ini ****
> extension=pspell.so
> 
> **** /etc/php/7.4/fpm/conf.d/20-xmlreader.ini ****
> extension=xmlreader.so
> 
> 
> -- System Information:
> Debian Release: 12.7
> APT prefers stable-updates
> APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
> 'oldstable-updates'), (500, 'oldstable-security'), (500, 'stable'), (500, 
> 'oldstable')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 6.1.0-26-cloud-amd64 (SMP w/2 CPU threads; PREEMPT)
> Locale: LANG=C.UTF-8, LC_CTYPE=C.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 php7.4-fpm depends on:
> ii  libacl1         2.3.1-3
> ii  libapparmor1    3.0.8-3
> ii  libargon2-1     0~20171227-0.3+deb12u1
> ii  libc6           2.36-9+deb12u8
> ii  libmagic1       1:5.44-3
> ii  libpcre2-8-0    10.42-1
> ii  libsodium23     1.0.18-1
> ii  libssl1.1       1.1.1w-0+deb11u1
> ii  libsystemd0     252.30-1~deb12u2
> ii  libxml2         2.9.14+dfsg-1.3~deb12u1
> ii  mime-support    3.66
> ii  php7.4-cli      7.4.33-1+deb11u5
> ii  php7.4-common   7.4.33-1+deb11u5
> ii  php7.4-json     7.4.33-1+deb11u5
> ii  php7.4-opcache  7.4.33-1+deb11u5
> ii  procps          2:4.0.2-3
> ii  tzdata          2024a-0+deb12u1
> ii  ucf             3.0043+nmu1
> ii  zlib1g          1:1.2.13.dfsg-1
> 
> php7.4-fpm recommends no packages.
> 
> Versions of packages php7.4-fpm suggests:
> ii  php-pear  1:1.10.13+submodules+notgz+2022032202-2
> 
> Versions of packages php7.4-common depends on:
> ii  libc6       2.36-9+deb12u8
> ii  libffi7     3.3-6
> ii  libssl1.1   1.1.1w-0+deb11u1
> hi  php-common  2:76
> ii  ucf         3.0043+nmu1
> 
> -- no debconf information

Reply via email to