Folks, I'm facing a very weird problem with one of my production servers(it's Debian Lenny) - after reboot network interfaces(eth0,eth1) are in DOWN state.
Looks like an Intel based networking adapter is installed on the server, lspci lists it as follows:
Ethernet controller: Intel Corporation Device 10c9 (rev 01)
The kernel driver responsible for this adapter is "igb". lsmod shows that "igb" module is present. I tried "modprobe -r igb && modprobe igb", network interfaces first disappear then appear, but they are in DOWN state again.
What could go wrong? It used to be working just fine. How can this be fixed?
I'm using KVM IP and can't really copy the full dmesg output from the Java Applet. Running "dmesg | grep eth" shows nothing unusual, here is its output:
[ 2.137021] igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x4) 00:25:90:1d:3e:c2
[ 2.137100] igb 0000:05:00.0: eth0: PBA No: 0100ff-0ff
[ 2.320508] igb 0000:05:00.1: eth1: (PCIe:2.5Gb/s:Width x4) 00:25:90:1d:3e:c3
[ 2.320587] igb 0000:05:00.1: eth1: PBA No: 0100ff-0ff
UPDATE: Some additional information about the server. I'm using OpenVZ patched version of the kernel but I think it has nothing to do about it. I tried to boot using the non patched version of kernel and nothing changed, interfaces are still DOWN.
But that's not the full story. Even "lo" interface is DOWN. lsmod shows that loop module is running. I tried "modprobe -r loop && modprobe loop" but loop device is still DOWN.