View previous topic :: View next topic |
Author |
Message |
aviobivon n00b
Joined: 07 Nov 2011 Posts: 14
|
Posted: Mon Jul 07, 2014 6:06 am Post subject: interface eth0 exists but net.eth0 not able to detect it |
|
|
I upgraded my e1000 kernel modules and after upgrading e1000 the net.eth0 script stopped recogining the eth0 interface with the following error message:
ERROR: interface eth0 does not exist
Ensure that you have loaded the correct kernel module for you hardware
ERROR: net.eth0 failed to start
This is a bit odd since eth0 definitely exists. The output of ls /sys/class/net/ gives
eth0 eth1 eth2 eth3 lo sit0
Also I am able to bring up the eth0 interface manually by using ifconfig, and can see its properties using ethtool and "ip link".
Any ideas why net.eth0 is mis-behaving? I don't understand the net.eth0 script well enough to identify what it is using to detect the existence of the eth0 interface. This seems like a bug in the openrc scripts.
Thanks |
|
Back to top |
|
|
schorsch_76 Guru
Joined: 19 Jun 2012 Posts: 452
|
|
Back to top |
|
|
aviobivon n00b
Joined: 07 Nov 2011 Posts: 14
|
Posted: Mon Jul 07, 2014 11:32 pm Post subject: not an issue |
|
|
Sorry for the pre-emptive post. Seems like the problem is not with openrc, but my installation. During the kernel upgrade I ended up blowing some files /lib which pretty broke whole of openRC. Re-did the installation and things are fine now. |
|
Back to top |
|
|
|