Proxmox 2.1 network car disapered after this morning upgrade

basanisi

Renowned Member
Apr 15, 2011
40
2
73
Hello,

I have update this morning one of my server. The only update available is relate to dev. After rebooting the computer my multihomed network card disapered, I suppose that th dev remove my network card, because a dmesg | grep bond gave me :

bonding: bond0: setting mode to balance-xor (2).
bonding: bond0: Setting MII monitoring interval to 100.
bonding: bond0: doing slave updates when interface is down.
bonding: bond0: Adding slave eth0.
bonding bond0: master_dev is not up in bond_enslave
bonding: bond0: enslaving eth0 as an active interface with a down link.
bonding: bond0: doing slave updates when interface is down.
bonding: bond0: Interface eth3 does not exist!
bonding: bond0: doing slave updates when interface is down.
bonding: bond0: Interface eth4 does not exist!
bonding: bond0: doing slave updates when interface is down.
bonding: bond0: Interface eth5 does not exist!
bonding: bond1 is being created...
bonding: bond1: setting mode to balance-xor (2).
bonding: bond1: Setting MII monitoring interval to 100.
bonding: bond1: doing slave updates when interface is down.
bonding: bond1: Adding slave eth1.
bonding bond1: master_dev is not up in bond_enslave
bonding: bond1: enslaving eth1 as an active interface with a down link.
bonding: bond1: doing slave updates when interface is down.
bonding: bond1: Interface eth2 does not exist!

Is anybody there help me to solve this issue ?

Thank's
 
For information dmesg | grep -i eth

bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.2.1 (Dec 18, 2011)
Intel(R) Gigabit Ethernet Network Driver - version 3.4.8
bnx2 0000:01:00.0: eth0: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem d8000000, IRQ 36, node addr 78:2b:cb:6d:3c:fc
bnx2 0000:01:00.1: eth1: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem da000000, IRQ 48, node addr 78:2b:cb:6d:3c:fd
igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:06:00.0: eth2: (PCIe:2.5GT/s:Width x4
igb 0000:06:00.0: eth2: MAC: 00:1b:21:aa:d1:a0
igb 0000:06:00.0: eth2: PBA No: G18771-001
igb 0000:06:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:06:00.1: eth3: (PCIe:2.5GT/s:Width x4
igb 0000:06:00.1: eth3: MAC: 00:1b:21:aa:d1:a1
igb 0000:06:00.1: eth3: PBA No: G18771-001
igb 0000:08:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:08:00.0: eth4: (PCIe:2.5GT/s:Width x4
igb 0000:08:00.0: eth4: MAC: 00:1b:21:aa:d1:a4
igb 0000:08:00.0: eth4: PBA No: G18771-001
igb 0000:08:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:08:00.1: eth5: (PCIe:2.5GT/s:Width x4
igb 0000:08:00.1: eth5: MAC: 00:1b:21:aa:d1:a5
igb 0000:08:00.1: eth5: PBA No: G18771-001
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._GHL] (Node ffff88083ccd54c0), AE_NOT_EXIST
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PMI0._PMC] (Node ffff88083ccd5560), AE_NOT_EXIST
udev[666]: renamed network interface eth2 to eth8
udev[673]: renamed network interface eth3 to eth6
udev[670]: renamed network interface eth5 to eth7
udev[674]: renamed network interface eth4 to eth9
Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009)
bonding: bond0: Adding slave eth0.
bnx2 0000:01:00.0: eth0: using MSIX
bonding: bond0: enslaving eth0 as an active interface with a down link.
bonding: bond0: Interface eth3 does not exist!
bonding: bond0: Interface eth4 does not exist!
bonding: bond0: Interface eth5 does not exist!
bonding: bond1: Adding slave eth1.
bnx2 0000:01:00.1: eth1: using MSIX

my card ar rename and then bond doesn't work
 
I find a workaround in this http://www.debian-administration.org/articles/463

and my config is

#!/bin/sh

PATH=/sbin

nameif
#above tries to set want_ethX names in /etc/mactab

nameif eth2 00:1b:21:aa:d1:a0
nameif eth3 00:1b:21:aa:d1:a1
nameif eth4 00:1b:21:aa:d1:a4
nameif eth5 00:1b:21:aa:d1:a5
Hi,
and why you don't edit simply /etc/udev/rules.d/70-persistent-net.rules ?

Udo