Hello everyone, I'm having this problem on a VM running on kvm and this is what systemctl status says:
edomato@buster ~> sudo 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: timeout) since Tue 2019-02-05 22:30:29 -03; 1h 9min ago Docs: man:php-fpm7.3(8) Process: 360 ExecStart=/usr/sbin/php-fpm7.3 --nodaemonize --fpm-config /etc/php/7.3/fpm/php-fpm.conf (code=killed, signal=TERM) Main PID: 360 (code=killed, signal=TERM) feb 05 22:28:58 buster systemd[1]: Starting The PHP 7.3 FastCGI Process Manager... feb 05 22:30:29 buster systemd[1]: php7.3-fpm.service: Start operation timed out. Terminating. feb 05 22:30:29 buster systemd[1]: php7.3-fpm.service: Main process exited, code=killed, status=15/TERM feb 05 22:30:29 buster systemd[1]: php7.3-fpm.service: Failed with result 'timeout'. feb 05 22:30:29 buster systemd[1]: Failed to start The PHP 7.3 FastCGI Process Manager. Let me know what can I do to try debug this problem, for what I see on the messages, it seems that the process timed out maybe because of load on the host machine at the time the VM boots. I'm a little concern about this because I need to use 7.3 version on a project that I'm working on and when I launch it on production, I need it to run stable :-) Thanks for all. Cheers. Ermesto