apt upgrade started to report php errors

Discussion in 'Installation/Configuration' started by topogigio, Dec 17, 2022.

  1. topogigio

    topogigio Member

    Hi,
    last apt upgrade started to report errors on php. I have a Deb 11, that was a Deb 10 upgraded to Deb 11 many months ago, but error started just a few days ago.

    I cannot understand if the problem is related to PHP7.3, or to something in ISPConfig because "web182" does not exist currently in my environment ( I think it was a deleted website, because my last websiteID is greater).

    Someone can help me?
    thanks

    Code:
    17 18:21:27 servername systemd[1]: Starting The PHP 7.3 FastCGI Process Manager...
    Dec 17 18:21:27 servername php-fpm7.3[19496]: [17-Dec-2022 18:21:27] ERROR: [pool web182] cannot get uid for user 'web182'
    Dec 17 18:21:27 servername php-fpm7.3[19496]: [17-Dec-2022 18:21:27] ERROR: FPM initialization failed
    Dec 17 18:21:27 servername systemd[1]: php7.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
    Dec 17 18:21:27 servername systemd[1]: php7.3-fpm.service: Failed with result 'exit-code'.
    Dec 17 18:21:27 servername systemd[1]: Failed to start The PHP 7.3 FastCGI Process Manager.
    dpkg: error processing package php7.3-fpm (--configure):
     installed php7.3-fpm package post-installation script subprocess returned error exit status 1
    Processing triggers for fontconfig (2.13.1-4.2) ...
    Errors were encountered while processing:
     php7.3-fpm
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    
    root@servername:/home/username# systemctl status php7.3-fpm.service
    ● php7.3-fpm.service - The PHP 7.3 FastCGI Process Manager
         Loaded: loaded (/lib/systemd/system/php7.3-fpm.service; enabled; vendor preset: enabled)
         Active: failed (Result: exit-code) since Sat 2022-12-17 18:21:27 CET; 1min 48s ago
           Docs: man:php-fpm7.3(8)
        Process: 19496 ExecStart=/usr/sbin/php-fpm7.3 --nodaemonize --fpm-config /etc/php/7.3/fpm/php-fpm.conf (code=exited, status=78)
        Process: 19497 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/7.3/fpm/pool.d/www.conf 73 (code=exited, status=0/SUCCESS)
       Main PID: 19496 (code=exited, status=78)
            CPU: 65ms
    
    
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  3. topogigio

    topogigio Member

    user web182 does not exist, and also website folder does not exist
    I also tried a Sync from ispconfig

    nothing useful on that link it seems
     
  4. topogigio

    topogigio Member

    I found a web182.conf in /etc/php/7.3/fpm/pool.d, that refers to an old website
    I deleted it and php fpm has started
     
    till likes this.

Share This Page