Jetzt wird folgendes angezeigt:
Code
pi@raspberrypi:~ $ sudo systemctl stop dhcpcd
Warning: Unit file of dhcpcd.service changed on disk, 'systemctl daemon-reload' recommended.
pi@raspberrypi:~ $ sudo systemctl disable dhcpcd
Synchronizing state for dhcpcd.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d dhcpcd defaults
Executing /usr/sbin/update-rc.d dhcpcd disable
insserv: warning: current start runlevel(s) (empty) of script `dhcpcd' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `dhcpcd' overrides LSB defaults (0 1 6).
pi@raspberrypi:~ $ systemctl status dhcpcd
● dhcpcd.service - dhcpcd on all interfaces
Loaded: loaded (/lib/systemd/system/dhcpcd.service; enabled)
Drop-In: /etc/systemd/system/dhcpcd.service.d
└─wait.conf
Active: failed (Result: exit-code) since Sun 2017-07-23 09:10:06 UTC; 3s ago
Main PID: 621 (code=exited, status=1/FAILURE)
pi@raspberrypi:~ $ systemctl is-enabled dhcpcd
enabled
pi@raspberrypi:~ $
Display More