Team,
I'm trying to build a LXC container with a few network services like docker, pihole and chrony.
The build went as expected. However, after a reboot, there is a little over 5 minute delay when starting these services.
Using debug mode of pihole reveiled the following message:
Once this stage is reached all services mentioned previously are started immediately.
Anyone an idea what might be happening here?
And what service might be causing this?
The LXC container is running on the latest version of Debian 11.
Proxmox is running on the latest version 7.
Within the LXC container there is no DHCP - all interfaces have static IP adresses.
In addition IPv6 is turned off for the host as well as the LXC container.
This is done by putting the the following 3 lines in sysctl.conf:
Many thanks - Will
I'm trying to build a LXC container with a few network services like docker, pihole and chrony.
The build went as expected. However, after a reboot, there is a little over 5 minute delay when starting these services.
Using debug mode of pihole reveiled the following message:
Jun 26 15:12:32 morpheus systemd[1]: ifupdown-wait-online.service: Main process exited, code=exited, status=1/FAILURE
Jun 26 15:12:32 morpheus systemd[1]: ifupdown-wait-online.service: Failed with result 'exit-code'.
Jun 26 15:12:32 morpheus systemd[1]: Failed to start Wait for network to be configured by ifupdown.
Jun 26 15:12:32 morpheus systemd[1]: Reached target Network is Online.
Once this stage is reached all services mentioned previously are started immediately.
Anyone an idea what might be happening here?
And what service might be causing this?
The LXC container is running on the latest version of Debian 11.
Proxmox is running on the latest version 7.
Within the LXC container there is no DHCP - all interfaces have static IP adresses.
In addition IPv6 is turned off for the host as well as the LXC container.
This is done by putting the the following 3 lines in sysctl.conf:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
Many thanks - Will
Last edited: