OpenVZ stuck on boot @ Starting configure network device

kamiller42

Member
May 31, 2014
18
0
21
I can enter the Ubuntu 14.04 server container, but no network access because it gets stuck at boot up or at least appears to be. Here is the last message I see.
Starting configure network device [ OK ]

I can restart the networking service after I enter the container and then access the network. However, everything that is supposed to start after networking starts during bootup is not running.

dmesg in the container returns nothing.

I did perform an apt-get update on the Proxmox host which appeared to update the kernel. Here's my version info...
Code:
proxmox-ve-2.6.32: 3.2-129 (running kernel: 2.6.32-30-pve)pve-manager: 3.2-4 (running version: 3.2-4/e24a91c1)
pve-kernel-2.6.32-30-pve: 2.6.32-130
pve-kernel-2.6.32-29-pve: 2.6.32-126
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.5-1
pve-cluster: 3.0-12
qemu-server: 3.1-16
pve-firmware: 1.1-3
libpve-common-perl: 3.0-18
libpve-access-control: 3.0-11
libpve-storage-perl: 3.0-19
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-6
vzctl: 4.0-1pve5
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.7-8
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.2-1

Here is my Proxmox host's network interface file...

Code:
# network interface settings
auto lo
iface lo inet loopback


iface eth0 inet manual


iface eth1 inet manual


auto vmbr0
iface vmbr0 inet static
        address  192.168.1.5
        netmask  255.255.255.0
        gateway  192.168.1.1
        bridge_ports eth1
        bridge_stp off
        bridge_fd 0
        dns-nameservers 192.168.1.1
        pre-up ifconfig eth1 mtu 9000

auto vmbr1
iface vmbr1 inet manual
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0
 
Never mind. I figured it out. I had some NFS mounts in fstab that were no longer valid. Apparently they never timeout if invalid and halt the entire boot process.

They've been removed and order has been restored to the Proxmox universe.