Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Witam,
jakiem poleceniem można zrestartować połączenie sieciowe? Próbowałem:
systemctl restart networking
Ale wyskakuje:
Job for networking.service failed because the control process exited with error code. See "systemctl status networking.service" and "journalctl -xe" for details.
Offline
$ 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 Mon 2017-10-16 21:52:59 CEST; 47min ago Docs: man:interfaces(5) Process: 15594 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE) Process: 15590 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --r Main PID: 15594 (code=exited, status=1/FAILURE)
Już znalazłem - właściwe polecenie to:
systemctl restart network-manager.service
Offline
Strony: 1