PHP does not start after reboot

Discussion in 'Installation/Configuration' started by pecka33, Sep 24, 2023.

  1. pecka33

    pecka33 Member

    Hello,
    i have a problem. I did reboot of my server and now phpfppm services does not work. I dont know why. When i look to failed services, i can see

    Code:
    >
    ● clamav-clamonacc.service loaded failed failed ClamAV On-Access Scanner
    ● php5.6-fpm.service       loaded failed failed The PHP 5.6 FastCGI Process Man>
    ● php7.0-fpm.service       loaded failed failed The PHP 7.0 FastCGI Process Man>
    ● php7.1-fpm.service       loaded failed failed The PHP 7.1 FastCGI Process Man>
    ● php7.2-fpm.service       loaded failed failed The PHP 7.2 FastCGI Process Man>
    ● php7.3-fpm.service       loaded failed failed The PHP 7.3 FastCGI Process Man>
    ● php7.4-fpm.service       loaded failed failed The PHP 7.4 FastCGI Process Man>
    ● php8.0-fpm.service       loaded failed failed The PHP 8.0 FastCGI Process Man>
    ● php8.1-fpm.service       loaded failed failed The PHP 8.1 FastCGI Process Man>
    ● php8.2-fpm.service       loaded failed failed The PHP 8.2 FastCGI Process Man>
    ● roundcube-gc.service     loaded failed failed Purge expired Roundcube session>
    
    LOAD   = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB    = The low-level unit activation state, values depend on unit type.
    
    Any idea what can i do please? I tried to restart fpm serivces but still failed.

    Code:
    Job for php8.2-fpm.service failed because a fatal signal was delivered to the control process.
    See "systemctl status php8.2-fpm.service" and "journalctl -xeu php8.2-fpm.service" for details.
    invoke-rc.d: initscript php8.2-fpm, action "restart" failed.
    × php8.2-fpm.service - The PHP 8.2 FastCGI Process Manager
         Loaded: loaded (/lib/systemd/system/php8.2-fpm.service; enabled; preset: enabled)
         Active: failed (Result: signal) since Sun 2023-09-24 09:05:00 CEST; 6ms ago
           Docs: man:php-fpm8.2(8)
        Process: 26701 ExecStart=/usr/sbin/php-fpm8.2 --nodaemonize --fpm-config /etc/php/8.2/fpm/php-fpm.conf (code=killed, signal=SEGV)
        Process: 26702 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/8.2/fpm/pool.d/www.conf 82 (code=exited, status=0/SUCCESS)
       Main PID: 26701 (code=killed, signal=SEGV)
            CPU: 19ms
    
    Sep 24 09:05:00 samantos systemd[1]: Starting php8.2-fpm.service - The PHP 8.2 FastCGI Process Manager...
    Sep 24 09:05:00 samantos systemd[1]: php8.2-fpm.service: Main process exited, code=killed, status=11/SEGV
    Sep 24 09:05:00 samantos systemd[1]: php8.2-fpm.service: Failed with result 'signal'.
    Sep 24 09:05:00 samantos systemd[1]: Failed to start php8.2-fpm.service - The PHP 8.2 FastCGI Process Manager.
    dpkg: error processing package php8.2-fpm (--configure):
     installed php8.2-fpm package post-installation script subprocess returned error exit status 1
    Errors were encountered while processing:
     php8.2-fpm
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    
     
  2. pecka33

    pecka33 Member

    I solved it by reinstall php. But still have a failed service
    ● clamav-clamonacc.service loaded failed failed ClamAV On-Access Scanner
    and nothing help to me.

    Any idea pelase?
     

Share This Page