Hi,
I created a Debian 13 container from a template built using the Debian Appliance Builder. When installing
I don't know exactly where the blame should lie, but as far as I understand, the timing out is expected when using
I can probably just remove the file and be on my way, but this seems incorrect somehow.
I created a Debian 13 container from a template built using the Debian Appliance Builder. When installing
docker.io
(and on every subsequent boot), the service startup is delayed by two minutes as it waits for systemd-networkd-wait-online
to time out. This seems to happen due to the following file existing:
Code:
/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
I don't know exactly where the blame should lie, but as far as I understand, the timing out is expected when using
/etc/network/interfaces
, so the file shouldn't be there in the first place? It is also not present in the PVE-provided Debian 12 template, does not get added when upgrading that to Debian 13, and is also not present in a minimal Debian 13 net install VM.I can probably just remove the file and be on my way, but this seems incorrect somehow.
Code:
Aug 18 16:27:16 wolf7 systemd[1]: Starting docker.socket - Docker Socket for the API...
Aug 18 16:27:16 wolf7 systemd[1]: Starting ifupdown-wait-online.service - Wait for network to be configured by ifupdown...
Aug 18 16:27:16 wolf7 systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured...
Aug 18 16:27:16 wolf7 systemd[1]: Listening on docker.socket - Docker Socket for the API.
Aug 18 16:27:16 wolf7 systemd[1]: Finished ifupdown-wait-online.service - Wait for network to be configured by ifupdown.
Aug 18 16:29:16 wolf7 systemd-networkd-wait-online[1155]: Timeout occurred while waiting for network connectivity.
Aug 18 16:29:16 wolf7 systemd[1]: systemd-networkd-wait-online.service: Main process exited, code=exited, status=1/FAILURE
Aug 18 16:29:16 wolf7 systemd[1]: systemd-networkd-wait-online.service: Failed with result 'exit-code'.
Aug 18 16:29:16 wolf7 systemd[1]: Failed to start systemd-networkd-wait-online.service - Wait for Network to be Configured.
Aug 18 16:29:16 wolf7 systemd[1]: Reached target network-online.target - Network is Online.
Aug 18 16:29:16 wolf7 systemd[1]: Starting docker.service - Docker Application Container Engine...
[/icode]
Last edited: