Freshly installed system via proxmox VE 2.x ISO.
When trying to reboot via terminal:
system starts going down for reboot then hangs with the following message:
Deconfiguring network interfaces...BUG: soft lockup - CPU#0 stuck for 67s! [ifenslave:1964]
Three network cards installed:
eth0 bridged to vmbr0
eth1 and eth2 bonded and bridged to vmbr1
When trying to reboot via terminal:
Code:
# reboot
Deconfiguring network interfaces...BUG: soft lockup - CPU#0 stuck for 67s! [ifenslave:1964]
Three network cards installed:
Code:
# lspci | egrep -i --color 'network|ethernet'
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
03:01.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5701 Gigabit Ethernet (rev 15)
03:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5701 Gigabit Ethernet (rev 15)
eth0 bridged to vmbr0
eth1 and eth2 bonded and bridged to vmbr1
Code:
# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
auto bond0
iface bond0 inet manual
slaves eth1 eth2
bond-mode balance-rr
bond-miimon 100
bond-downdelay 200
bond-updelay 200
auto vmbr0
iface vmbr0 inet static
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports bond0
bridge_stp off
bridge_fd 0