[opensuse-factory] 13.1: no eth0 configured at boot
I'm running 13.1. I have a fixed ip-address configured for eth0 and it supposed to config with ifup. On boot, eth0 does not get configured. Running 'ifup eth0' does not configure eth0 either. Any tips to configure eth0 at boot or diagnose the issue? Thanks. -- Rich Coe rcoe@wi.rr.com -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 2013-10-16 13:29 (GMT-0500) Rich Coe composed:
I'm running 13.1. I have a fixed ip-address configured for eth0 and it supposed to config with ifup.
On boot, eth0 does not get configured. Running 'ifup eth0' does not configure eth0 either.
Any tips to configure eth0 at boot or diagnose the issue?
Lots in the archives on this. Start diagnosis by running 'ifconfig -a' in a terminal. Google the archives for: net.ifconfig=0 and 80-net-name-slot.rules -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, 16 Oct 2013 14:38:45 -0400 Felix Miata <mrmazda@earthlink.net> wrote:
On 2013-10-16 13:29 (GMT-0500) Rich Coe composed:
I'm running 13.1. I have a fixed ip-address configured for eth0 and it supposed to config with ifup.
On boot, eth0 does not get configured. Running 'ifup eth0' does not configure eth0 either.
Any tips to configure eth0 at boot or diagnose the issue?
Lots in the archives on this.
Start diagnosis by running 'ifconfig -a' in a terminal.
Google the archives for:
net.ifconfig=0
and
80-net-name-slot.rules
This was an upgrade from 12.3 to 13.1. My ethernet adapter is still called eth0. Perhaps this is an upgrade issue? ifconfig -a eth0 Link encap:Ethernet HWaddr 00:17:A4:E9:D8:E6 [...] lo Link encap:Local Loopback [...] wlan0 Link encap:Ethernet HWaddr 00:13:E8:F0:7A:25 [...] Rich -- Rich Coe rcoe@wi.rr.com -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
El 16/10/13 15:29, Rich Coe escribió:
I'm running 13.1. I have a fixed ip-address configured for eth0 and it supposed to config with ifup.
On boot, eth0 does not get configured. Running 'ifup eth0' does not configure eth0 either.
Any tips to configure eth0 at boot or diagnose the issue?
Thanks.
There is no eth0 or eth1 or whatever eth.. by default now. interfaces are named according to http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterface... .. that document contains instructions to "go back" to the old names.. -- "If debugging is the process of removing bugs, then programming must be the process of putting them in." - Edsger Dijkstra -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, Oct 16, 2013 at 2:40 PM, Cristian Rodríguez <crrodriguez@opensuse.org> wrote:
El 16/10/13 15:29, Rich Coe escribió:
I'm running 13.1. I have a fixed ip-address configured for eth0 and it supposed to config with ifup.
On boot, eth0 does not get configured. Running 'ifup eth0' does not configure eth0 either.
Any tips to configure eth0 at boot or diagnose the issue?
Thanks.
There is no eth0 or eth1 or whatever eth.. by default now. interfaces are named according to http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterface... .. that document contains instructions to "go back" to the old names..
Christian, I opened a bugzilla yesterday because after a 12.3 => 13.1 upgrade I didn't have a configured interface of any name. <https://bugzilla.novell.com/show_bug.cgi?id=845886> I had to go into yast and configure it before it showed up with any name. After configuring via yast, it showed up when I ran ifconfig. I assumed it was VMware related, but I don't know. Greg -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, 2013-10-16 at 16:18 -0400, Greg Freemyer wrote:
On Wed, Oct 16, 2013 at 2:40 PM, Cristian Rodríguez <crrodriguez@opensuse.org> wrote:
El 16/10/13 15:29, Rich Coe escribió:
I'm running 13.1. I have a fixed ip-address configured for eth0 and it supposed to config with ifup.
On boot, eth0 does not get configured. Running 'ifup eth0' does not configure eth0 either.
Any tips to configure eth0 at boot or diagnose the issue?
Thanks.
There is no eth0 or eth1 or whatever eth.. by default now. interfaces are named according to http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterface... .. that document contains instructions to "go back" to the old names..
Christian,
I opened a bugzilla yesterday because after a 12.3 => 13.1 upgrade I didn't have a configured interface of any name.
<https://bugzilla.novell.com/show_bug.cgi?id=845886>
I had to go into yast and configure it before it showed up with any name.
After configuring via yast, it showed up when I ran ifconfig. I assumed it was VMware related, but I don't know.
Greg
Hi 12.3 to 13.1 upgrade same here but on vbox. The upgrade knocked out what was usually eth0. ifup failed. I too ran yast where I found that the default route had been deleted. I re-entered it and yast completed whereupon ifup eth0 began working again. Will this be the norm for the upgrade to 13.1? Thanks, L x -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, 16 Oct 2013 15:40:12 -0300 Cristian Rodríguez <crrodriguez@opensuse.org> wrote:
El 16/10/13 15:29, Rich Coe escribió:
I'm running 13.1. I have a fixed ip-address configured for eth0 and it supposed to config with ifup.
On boot, eth0 does not get configured. Running 'ifup eth0' does not configure eth0 either.
Any tips to configure eth0 at boot or diagnose the issue?
Thanks.
There is no eth0 or eth1 or whatever eth.. by default now. interfaces are named according to http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterface... .. that document contains instructions to "go back" to the old names..
I upgraded from 12.3 to 13.1. I edited the interface in yast after finding it did not automattically configure eth0. Deleting and adding the interface did not make it work. I don't see any 'new' network names, just the old ones. Rich -- Rich Coe rcoe@wi.rr.com -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Rich Coe wrote: [snip]
I upgraded from 12.3 to 13.1.
I edited the interface in yast after finding it did not automattically configure eth0. Deleting and adding the interface did not make it work.
I don't see any 'new' network names, just the old ones.
Which is the way it should be on an upgrade. What do you see in /etc/system/network/ ? I would expect to find e.g. ifcfg-eth0. -- Per Jessen, Zürich (14.7°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thu, 17 Oct 2013 13:35:48 +0200 Per Jessen <per@computer.org> wrote:
Rich Coe wrote:
[snip]
I upgraded from 12.3 to 13.1.
I edited the interface in yast after finding it did not automattically configure eth0. Deleting and adding the interface did not make it work.
I don't see any 'new' network names, just the old ones.
Which is the way it should be on an upgrade. What do you see in /etc/system/network/ ? I would expect to find e.g. ifcfg-eth0.
# ls -l /etc/sysconfig/network total 92 -rw-r--r-- 1 root root 13508 Oct 2 11:57 config -rw-r--r-- 1 root root 10488 Oct 16 11:25 dhcp drwxr-xr-x 2 root root 4096 Oct 2 04:49 if-down.d drwxr-xr-x 2 root root 4096 Oct 2 04:49 if-up.d -rw------- 1 root root 212 Oct 3 11:42 ifcfg-eth0 -rw------- 1 root root 151 Sep 29 12:43 ifcfg-lo -rw-r--r-- 1 root root 29387 Sep 29 12:43 ifcfg.template -rw-r--r-- 1 root root 239 Sep 29 12:43 ifroute-lo drwx------ 2 root root 4096 Oct 2 04:49 providers -rw-r--r-- 1 root root 24 Oct 16 2012 routes drwxr-xr-x 2 root root 4096 Oct 16 11:25 scripts # cat /etc/sysconfig/network/ifcfg-eth0 BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IFPLUGD_PRIORITY='nil' IPADDR='172.16.23.2/16' MTU='' NAME='82566MM Gigabit Network Connection' NETWORK='' REMOTE_IPADDR='' STARTMODE='ifplugd' USERCONTROL='no' Thanks, Rich -- Rich Coe rcoe@wi.rr.com -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Rich Coe wrote:
On Thu, 17 Oct 2013 13:35:48 +0200 Per Jessen <per@computer.org> wrote:
Rich Coe wrote:
[snip]
I upgraded from 12.3 to 13.1.
I edited the interface in yast after finding it did not automattically configure eth0. Deleting and adding the interface did not make it work.
I don't see any 'new' network names, just the old ones.
Which is the way it should be on an upgrade. What do you see in /etc/system/network/ ? I would expect to find e.g. ifcfg-eth0.
# ls -l /etc/sysconfig/network total 92 -rw-r--r-- 1 root root 13508 Oct 2 11:57 config -rw-r--r-- 1 root root 10488 Oct 16 11:25 dhcp drwxr-xr-x 2 root root 4096 Oct 2 04:49 if-down.d drwxr-xr-x 2 root root 4096 Oct 2 04:49 if-up.d -rw------- 1 root root 212 Oct 3 11:42 ifcfg-eth0
Okay, looks good. [snip]
# cat /etc/sysconfig/network/ifcfg-eth0 BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IFPLUGD_PRIORITY='nil' IPADDR='172.16.23.2/16' MTU='' NAME='82566MM Gigabit Network Connection' NETWORK='' REMOTE_IPADDR='' STARTMODE='ifplugd' ^^^^^^^^^
Is this what you had before the upgrade too? (if you happen to know). -- Per Jessen, Zürich (15.8°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thu, 17 Oct 2013 15:29:55 +0200 Per Jessen <per@computer.org> wrote:
Rich Coe wrote:
On Thu, 17 Oct 2013 13:35:48 +0200 Per Jessen <per@computer.org> wrote:
Rich Coe wrote:
[snip] Okay, looks good.
[snip]
# cat /etc/sysconfig/network/ifcfg-eth0 BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IFPLUGD_PRIORITY='nil' IPADDR='172.16.23.2/16' MTU='' NAME='82566MM Gigabit Network Connection' NETWORK='' REMOTE_IPADDR='' STARTMODE='ifplugd' ^^^^^^^^^
Is this what you had before the upgrade too? (if you happen to know).
I don't know. I would expect that it was whatever was set by the system. What other values can I specify? Rich -- Rich Coe rcoe@wi.rr.com -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Rich Coe wrote:
On Thu, 17 Oct 2013 15:29:55 +0200 Per Jessen <per@computer.org> wrote:
Rich Coe wrote:
On Thu, 17 Oct 2013 13:35:48 +0200 Per Jessen <per@computer.org> wrote:
Rich Coe wrote:
[snip] Okay, looks good.
[snip]
# cat /etc/sysconfig/network/ifcfg-eth0 BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IFPLUGD_PRIORITY='nil' IPADDR='172.16.23.2/16' MTU='' NAME='82566MM Gigabit Network Connection' NETWORK='' REMOTE_IPADDR='' STARTMODE='ifplugd' ^^^^^^^^^
Is this what you had before the upgrade too? (if you happen to know).
I don't know. I would expect that it was whatever was set by the system.
I thought so - it is set by YaST (or you may edit the file directly). "ifplugd" means the interface is brought up when the cable is connected. I don't believe that is the default, I'm pretty certain "auto" is.
What other values can I specify?
"auto" is what I usually have, other options are "nfsroot" and "manual", possibly more. /Per -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thu, 17 Oct 2013 16:25:56 +0200 Per Jessen <per@computer.org> wrote:
# cat /etc/sysconfig/network/ifcfg-eth0 BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IFPLUGD_PRIORITY='nil' IPADDR='172.16.23.2/16' MTU='' NAME='82566MM Gigabit Network Connection' NETWORK='' REMOTE_IPADDR='' STARTMODE='ifplugd' ^^^^^^^^^
Is this what you had before the upgrade too? (if you happen to know). I don't know. I would expect that it was whatever was set by the system. I thought so - it is set by YaST (or you may edit the file directly). "ifplugd" means the interface is brought up when the cable is connected. I don't believe
Rich Coe wrote: that is the default, I'm pretty certain "auto" is.
What other values can I specify?
"auto" is what I usually have, other options are "nfsroot" and "manual", possibly more.
I used "yast2 lan" (or you can navigate to it from yast2 network), to edit the eth0 interface, under the general tab, change the 'Active Device' from what it is (mine was either on cable connection or something else) to 'At boot time'. It all seems to be working now. I changed 'auto' in the network/ifcfg-eth0 file back to 'ifplugd' and got the bad behaviour. So it looks like the issue is with ifplugd. Thanks, Rich -- Rich Coe rcoe@wi.rr.com -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Rich Coe wrote:
I used "yast2 lan" (or you can navigate to it from yast2 network), to edit the eth0 interface, under the general tab, change the 'Active Device' from what it is (mine was either on cable connection or something else) to 'At boot time'.
It all seems to be working now.
I changed 'auto' in the network/ifcfg-eth0 file back to 'ifplugd' and got the bad behaviour. So it looks like the issue is with ifplugd.
Plus maybe with the 12.3-13.1 upgrade - if your network interface was 'auto' before and ended up as 'ifplugd' after the upgrade, we'll need to look at that. I might do a test-upgrade myself. -- Per Jessen, Zürich (7.3°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
op 17-10-13 16:22, Rich Coe schreef:
On Thu, 17 Oct 2013 15:29:55 +0200 Per Jessen <per@computer.org> wrote:
Rich Coe wrote:
On Thu, 17 Oct 2013 13:35:48 +0200 Per Jessen <per@computer.org> wrote:
Rich Coe wrote:
[snip] Okay, looks good.
[snip]
# cat /etc/sysconfig/network/ifcfg-eth0 BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IFPLUGD_PRIORITY='nil' IPADDR='172.16.23.2/16' MTU='' NAME='82566MM Gigabit Network Connection' NETWORK='' REMOTE_IPADDR='' STARTMODE='ifplugd' ^^^^^^^^^
Is this what you had before the upgrade too? (if you happen to know).
I don't know. I would expect that it was whatever was set by the system. What other values can I specify?
Rich Could it be that you are bitten by bug 844146? Eventually I did a fresh install of 13.1RC1, and now I have a functioning network (with the new network names).
Jogchum -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (7)
-
Cristian Rodríguez
-
Felix Miata
-
Greg Freemyer
-
Jogchum Reitsma
-
lynn
-
Per Jessen
-
Rich Coe