Advertisement
DanPacu

Untitled

Jan 8th, 2021
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1.  
  2. NOTICE: Not enabling PHP 7.3 FPM by default.
  3. NOTICE: To enable PHP 7.3 FPM in Apache2 do:
  4. NOTICE: a2enmod proxy_fcgi setenvif
  5. NOTICE: a2enconf php7.3-fpm
  6. NOTICE: You are seeing this message because you have apache2 package installed.
  7. Job for php7.3-fpm.service failed because the control process exited with error code.
  8. See "systemctl status php7.3-fpm.service" and "journalctl -xe" for details.
  9. invoke-rc.d: initscript php7.3-fpm, action "restart" failed.
  10. ● php7.3-fpm.service - The PHP 7.3 FastCGI Process Manager
  11. Loaded: loaded (/lib/systemd/system/php7.3-fpm.service; enabled; vendor preset: enabled)
  12. Active: failed (Result: exit-code) since Fri 2021-01-08 15:27:22 CET; 25ms ago
  13. Docs: man:php-fpm7.3(8)
  14. Process: 2522 ExecStart=/usr/sbin/php-fpm7.3 --nodaemonize --fpm-config /etc/php/7.3/fpm/php-fpm.conf (code=exited, status=78)
  15. Main PID: 2522 (code=exited, status=78)
  16.  
  17. ene 08 15:27:22 raspberrypi systemd[1]: Starting The PHP 7.3 FastCGI Process Manager...
  18. ene 08 15:27:22 raspberrypi php-fpm7.3[2522]: [08-Jan-2021 15:27:22] ERROR: failed to open configuration file '/etc/php/7.3/fpm/php-fpm.conf': No such file or directory (2)
  19. ene 08 15:27:22 raspberrypi php-fpm7.3[2522]: [08-Jan-2021 15:27:22] ERROR: failed to load configuration file '/etc/php/7.3/fpm/php-fpm.conf'
  20. ene 08 15:27:22 raspberrypi php-fpm7.3[2522]: [08-Jan-2021 15:27:22] ERROR: FPM initialization failed
  21. ene 08 15:27:22 raspberrypi systemd[1]: php7.3-fpm.service: Main process exited, code=exited, status=78/CONFIG
  22. ene 08 15:27:22 raspberrypi systemd[1]: php7.3-fpm.service: Failed with result 'exit-code'.
  23. ene 08 15:27:22 raspberrypi systemd[1]: Failed to start The PHP 7.3 FastCGI Process Manager.
  24. dpkg: error al procesar el paquete php7.3-fpm (--configure):
  25. el subproceso instalado paquete php7.3-fpm script post-installation devolvió el código de salida de error 1
  26. dpkg: problemas de dependencias impiden la configuración de php-fpm:
  27. php-fpm depende de php7.3-fpm; sin embargo:
  28. El paquete `php7.3-fpm' no está configurado todavía.
  29.  
  30. dpkg: error al procesar el paquete php-fpm (--configure):
  31. problemas de dependencias - se deja sin configurar
  32. Se encontraron errores al procesar:
  33. php7.3-fpm
  34. php-fpm
  35. E: Sub-process /usr/bin/dpkg returned an error code (1)
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement