I have one Proxmox VE server that hangs on boot. With "quiet" disabled, it hangs at "Job networking.service/start running (7min 30s / no limit)."
If I move /etc/network/interfaces to /etc/network/interfaces.no, the machine will boot up.
If I then log in to the machine and rename the file back to /etc/network/interfaces, I can do "systemctl restart networking" and that will complete fine with all networking working correctly. (Three interfaces, one bond of two interfaces, two vmbr's, and two VLANs.)
So, that has me a little baffled. I'm guessing it must be hanging on something else started as part of that service, but I don't know how to figure out what.
I've tried commenting out pretty much the whole interfaces file. It boots with this:
but hangs with this:
So I don't think it's the actual interfaces. I'm just unsure what else happens or how to find out what's wrong with it. I've tried booting in single-user mode and running "systemctl start networking" (which hangs) with LogLevel=debug in /etc/systemd/system.conf. I don't see anything useful in the logs.
The functionally identical (except for IPs) full config boots fine on the machine right next to it.
I'm lost. I haven't experienced anything like this before.
Does anyone have any idea what it might be?
If I can't figure this out, I'll probably try reinstalling it to see if that helps.
Thanks for any advice!
If I move /etc/network/interfaces to /etc/network/interfaces.no, the machine will boot up.
If I then log in to the machine and rename the file back to /etc/network/interfaces, I can do "systemctl restart networking" and that will complete fine with all networking working correctly. (Three interfaces, one bond of two interfaces, two vmbr's, and two VLANs.)
So, that has me a little baffled. I'm guessing it must be hanging on something else started as part of that service, but I don't know how to figure out what.
I've tried commenting out pretty much the whole interfaces file. It boots with this:
Code:
auto lo
iface lo inet loopback
but hangs with this:
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet static
address 192.168.103.33/24
gateway 192.168.103.254
So I don't think it's the actual interfaces. I'm just unsure what else happens or how to find out what's wrong with it. I've tried booting in single-user mode and running "systemctl start networking" (which hangs) with LogLevel=debug in /etc/systemd/system.conf. I don't see anything useful in the logs.
The functionally identical (except for IPs) full config boots fine on the machine right next to it.
I'm lost. I haven't experienced anything like this before.
Does anyone have any idea what it might be?
If I can't figure this out, I'll probably try reinstalling it to see if that helps.
Thanks for any advice!