Seul le ssh local est accessible, et je n’ai aucune machine virtuelle.
Comme indiqué dant la sortie terminal, j’ai consulté les statuts de plusieurs services, je ne sais pas si c’est de ça que tu parles.
root@stemy:~# systemctl status networking.service
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2018-07-03 22:57:47 CEST; 6min ago
Docs: man:interfaces(5)
Process: 286 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
Process: 260 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --lis
Main PID: 286 (code=exited, status=1/FAILURE)
Jul 03 22:57:46 stemy.me ifup[286]: than a configuration issue please read the section on submitting
Jul 03 22:57:46 stemy.me ifup[286]: bugs on either our web page at www.isc.org or in the README file
Jul 03 22:57:46 stemy.me ifup[286]: before submitting a bug. These pages explain the proper
Jul 03 22:57:46 stemy.me ifup[286]: process and the information we find helpful for debugging..
Jul 03 22:57:46 stemy.me ifup[286]: exiting.
Jul 03 22:57:46 stemy.me ifup[286]: ifup: failed to bring up usb0
Jul 03 22:57:47 stemy.me systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Jul 03 22:57:47 stemy.me systemd[1]: Failed to start Raise network interfaces.
Jul 03 22:57:47 stemy.me systemd[1]: networking.service: Unit entered failed state.
Jul 03 22:57:47 stemy.me systemd[1]: networking.service: Failed with result 'exit-code'.
root@stemy:~#
root@stemy:~# systemctl status php7.0-fpm.service
● php7.0-fpm.service - The PHP 7.0 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php7.0-fpm.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2018-07-03 22:57:56 CEST; 12min ago
Docs: man:php-fpm7.0(8)
Process: 574 ExecStart=/usr/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/php-fpm.conf (code=exited, s
Main PID: 574 (code=exited, status=78)
Jul 03 22:57:47 stemy.me systemd[1]: Starting The PHP 7.0 FastCGI Process Manager...
Jul 03 22:57:56 stemy.me php-fpm7.0[574]: [03-Jul-2018 22:57:56] ERROR: [pool piratebox_admin] cannot get uid for user
Jul 03 22:57:56 stemy.me php-fpm7.0[574]: [03-Jul-2018 22:57:56] ERROR: FPM initialization failed
Jul 03 22:57:56 stemy.me systemd[1]: php7.0-fpm.service: Main process exited, code=exited, status=78/n/a
Jul 03 22:57:56 stemy.me systemd[1]: Failed to start The PHP 7.0 FastCGI Process Manager.
Jul 03 22:57:56 stemy.me systemd[1]: php7.0-fpm.service: Unit entered failed state.
Jul 03 22:57:56 stemy.me systemd[1]: php7.0-fpm.service: Failed with result 'exit-code'.
root@stemy:~#
root@stemy:~# systemctl status php5-fpm.service
● php5-fpm.service - The PHP FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php5-fpm.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2018-07-03 22:58:19 CEST; 13min ago
Process: 1085 ExecStart=/usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/php-fpm.conf (code=exited, statu
Process: 743 ExecStartPre=/usr/lib/php5/php5-fpm-checkconf (code=exited, status=0/SUCCESS)
Main PID: 1085 (code=exited, status=78)
Jul 03 22:57:51 stemy.me systemd[1]: Starting The PHP FastCGI Process Manager...
Jul 03 22:58:19 stemy.me php5-fpm[1085]: [03-Jul-2018 22:58:19] ERROR: [pool piratebox_admin] cannot get uid for user
Jul 03 22:58:19 stemy.me php5-fpm[1085]: [03-Jul-2018 22:58:19] ERROR: FPM initialization failed
Jul 03 22:58:19 stemy.me systemd[1]: php5-fpm.service: Main process exited, code=exited, status=78/n/a
Jul 03 22:58:19 stemy.me systemd[1]: Failed to start The PHP FastCGI Process Manager.
Jul 03 22:58:19 stemy.me systemd[1]: php5-fpm.service: Unit entered failed state.
Jul 03 22:58:19 stemy.me systemd[1]: php5-fpm.service: Failed with result 'exit-code'.
root@stemy:~#