Network Wait Error

BuzzB

New Member
Mar 11, 2024
2
0
1
Proxmox 8.1.4
System seems to be fine, but the node is kicking an error during reboot.
Any help in tracking this down would be appreciated:

Code:
systemctl status systemd-networkd-wait-online.service

× systemd-networkd-wait-online.service - Wait for Network to be Configured
     Loaded: loaded (/lib/systemd/system/systemd-networkd-wait-online.service; enabled; preset: disabled)
     Active: failed (Result: exit-code) since Sun 2024-03-10 23:19:41 EDT; 19min ago
       Docs: man:systemd-networkd-wait-online.service(8)
    Process: 4360 ExecStart=/lib/systemd/systemd-networkd-wait-online (code=exited, status=1/FAILURE)
   Main PID: 4360 (code=exited, status=1/FAILURE)
        CPU: 5ms

Mar 10 23:17:41 ivy systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
Mar 10 23:19:41 ivy systemd-networkd-wait-online[4360]: Timeout occurred while waiting for network connectivity.
Mar 10 23:19:41 ivy systemd[1]: systemd-networkd-wait-online.service: Main process exited, code=exited, status=1/FAILURE
Mar 10 23:19:41 ivy systemd[1]: systemd-networkd-wait-online.service: Failed with result 'exit-code'.
Mar 10 23:19:41 ivy systemd[1]: Failed to start systemd-networkd-wait-online.service - Wait for Network to be Configured.
 
Hi,
AFAICT, this service is not enabled by default and Proxmox VE does not use systemd-networkd.service for configuring the network. It uses /etc/network/interfaces and ifupdown2. Did you install anything that requires systemd-network? Otherwise, you should be able to just disable these services. The system logs/journal might also contain further information.
 
Probably my error from some install. I disabled systemd as suggested, and now everything looks and boots good. Thanks.