[Bug 841632] New: eth0 not automatically configured at startup
https://bugzilla.novell.com/show_bug.cgi?id=841632 https://bugzilla.novell.com/show_bug.cgi?id=841632#c0 Summary: eth0 not automatically configured at startup Classification: openSUSE Product: openSUSE Factory Version: 13.1 Beta 1 Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: rcoe@wi.rr.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 eth0 is configured with a fixed ip-address that is configured at startup. I upgraded from 12.3 (fully updated) to factory (13.1 beta 1). After reboot I had no network. I ran ifconfig, and eth0 is present, just not configured. I ran ifup eth0, and it did not configure eth0. In the messages log, there are messages systemd: Started ifup managed network interface eth0. Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841632 https://bugzilla.novell.com/show_bug.cgi?id=841632#c Ye Yuan <yyuan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yyuan@suse.com AssignedTo|bnc-team-screening@forge.pr |mt@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841632 https://bugzilla.novell.com/show_bug.cgi?id=841632#c1 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |rcoe@wi.rr.com --- Comment #1 from Marius Tomaschewski <mt@suse.com> 2013-09-27 15:22:18 UTC --- Can you set DEBUG=EXTRA in /etc/sysconfig/network/config, reboot, call tar cvzpf /tmp/debug-extra-log.tgz /dev/.sysconfig and attach the /tmp/debug-extra-log.tgz file then? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841632 https://bugzilla.novell.com/show_bug.cgi?id=841632#c2 Rich Coe <rcoe@wi.rr.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|rcoe@wi.rr.com | --- Comment #2 from Rich Coe <rcoe@wi.rr.com> 2013-09-27 17:27:50 UTC --- Created an attachment (id=560620) --> (http://bugzilla.novell.com/attachment.cgi?id=560620) tar contents of /dev/.syconfig boot with debug extra boot with requested debug info -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841632 https://bugzilla.novell.com/show_bug.cgi?id=841632#c3 --- Comment #3 from Rich Coe <rcoe@wi.rr.com> 2013-10-03 16:40:11 UTC --- I updated today to latest factory and noticed that eth0 is up at boot, but it's set for ipv6 and not ipv4. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841632 https://bugzilla.novell.com/show_bug.cgi?id=841632#c4 --- Comment #4 from Rich Coe <rcoe@wi.rr.com> 2013-10-03 16:56:51 UTC --- Even though I've unchecked ipv6 enable, at reboot, the eth0 interface is brought up, but the ip-address is not set. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841632 https://bugzilla.novell.com/show_bug.cgi?id=841632#c5 --- Comment #5 from Rich Coe <rcoe@wi.rr.com> 2013-10-17 19:00:52 UTC ---
# 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' ^^^^^^^^^
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. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841632 https://bugzilla.novell.com/show_bug.cgi?id=841632#c6 --- Comment #6 from Rich Coe <rcoe@wi.rr.com> 2013-10-17 19:02:49 UTC --- To manually fix the issue, as root # ifdown eth0 # edit /etc/sysconfig/network/ifcfg-eth0 and replace ifplugd with auto # ifup eth0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841632 https://bugzilla.novell.com/show_bug.cgi?id=841632#c7 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |j.reitsma@hccnet.nl --- Comment #7 from Dominique Leuenberger <dimstar@opensuse.org> 2013-10-18 11:31:06 UTC --- *** Bug 844146 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=844146 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=841632 https://bugzilla.novell.com/show_bug.cgi?id=841632#c8 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #8 from Marius Tomaschewski <mt@suse.com> 2014-03-11 10:47:23 UTC --- IMO this is a duplicate of #846031. Please reopen when you see this with 13.1 final + all sysconfig updates installed. *** This bug has been marked as a duplicate of bug 846031 *** http://bugzilla.novell.com/show_bug.cgi?id=846031 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com