Hallo,
hatte die letzte Zeit beruflich viel um die Ohren, daher melde ich mich erst jetzt.
Die Sache wird nun etwas mysteriös:
Wenn ich jetzt "ip link" nach dem Start eingebe kommt folgende Ausgabe:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
link/ether 70:5a:b6:a7:5f:38 brd ff:ff:ff:ff:ff:ff
3: wlo1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT qlen 1000
link/ether 00:23:14:61:73:d4 brd ff:ff:ff:ff:ff:ff
D.h. die Bezeichnung der Netzwerkkarte hat sich irgenwie auf
eth0 geändert.
systemctl status dhcpcd liefert folgenden Output:
dhcpcd.service - dhcpcd on all interfaces
Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; enabled)
Active: active (running) since So 2013-05-19 00:00:40 CEST; 1min 27s ago
Process: 228 ExecStart=/sbin/dhcpcd -q -b (code=exited, status=0/SUCCESS)
Main PID: 257 (dhcpcd)
CGroup: name=systemd:/system/dhcpcd.service
└─257 /sbin/dhcpcd -q -b
Mai 19 00:00:42 myhost dhcpcd[257]: eth0: sending IPv6 Router Solicitation
Mai 19 00:00:42 myhost dhcpcd[257]: eth0: sendmsg: Cannot assign requested address
Mai 19 00:00:42 myhost dhcpcd[257]: eth0: rebinding lease of 192.168.0.199
Mai 19 00:00:42 myhost dhcpcd[257]: eth0: acknowledged 192.168.0.199 from 192.168.0.1
Mai 19 00:00:42 myhost dhcpcd[257]: eth0: checking for 192.168.0.199
Mai 19 00:00:46 myhost dhcpcd[257]: eth0: sending IPv6 Router Solicitation
Mai 19 00:00:47 myhost dhcpcd[257]: eth0: leased 192.168.0.199 for 86400 seconds
Mai 19 00:00:50 myhost dhcpcd[257]: eth0: sending IPv6 Router Solicitation
Mai 19 00:00:54 myhost dhcpcd[257]: eth0: sending IPv6 Router Solicitation
Mai 19 00:00:54 myhost dhcpcd[257]: eth0: no IPv6 Routers available
systemctl status dhcpcd@eth0 liefert folgenden Output:
dhcpcd@eth0.service - dhcpcd on eth0
Loaded: loaded (/usr/lib/systemd/system/dhcpcd@.service; enabled)
Active: inactive (dead)
Mai 18 23:40:31 myhost systemd[1]: Dependency failed for dhcpcd on eth0.
Mai 18 23:44:00 myhost systemd[1]: Dependency failed for dhcpcd on eth0.
Mai 18 23:54:05 myhost1 systemd[1]: Dependency failed for dhcpcd on eth0.
Mai 18 23:55:46 myhost1 systemd[1]: Dependency failed for dhcpcd on eth0.
Mai 19 00:02:10 myhost systemd[1]: Dependency failed for dhcpcd on eth0.
Nur zur Info: Zwischenzeitlich hatte ich den Hostnamen mal auf myhost1 geändert. Hatte aber nichts gebracht!
Komisch ist auch, dass die Uhr in diesem Output 2 Stunden vor geht!
Irgenwann zwischendurch erscheint auch die Meldung:
[TIME] Timed out waiting for device sys-subsystem-net-devices-eth0.device
[DEPEND] Dependency failed for dhcpcd on etho
Weiß jemand wie ich die fehlende Abhänigkeit für dhcpcd lösen kann oder hat einen Tip?
Gruß,
Chris