https://bugzilla.novell.com/show_bug.cgi?id=837476
https://bugzilla.novell.com/show_bug.cgi?id=837476#c0
Summary: yast: Renamed network card (int0) is shown as "Not configured" Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: abergmann@suse.com QAContact: jsrain@suse.com Found By: --- Blocker: ---
Found inside my up to date openSUSE 12.3 installation (kvm guest).
After using the "Change DeviceName" feature inside yast, the network card is always shown as "Not configured" if entering the "Network Settings" menu again.
During the configuration all looks fine and the new NIC settings are working afterwards. The "Change DeviceName" is simply inserting a udev rule into:
#> cat /etc/udev/rules.d/70-persistent-net.rules SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:12:3a:01:12:03", ATTR{type}=="1", KERNEL=="eth*", NAME="int0"
And renaming the interface configuration from ifcfg-eth0 to ifcfg-int0.
But this affects yast by showing the "Ethernet Card 0" as "Not configured".
Ethernet Card 0 MAC : 00:12:3a:01:12:03 BusID : virtio0 Device Name: int0 The device is not configured. Press Edit to configure.
#> cat /etc/sysconfig/network/ifcfg-int0 BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='192.168.0.2/24' MTU='' NAME='Ethernet Card 0' NETWORK='' REMOTE_IPADDR='' STARTMODE='auto' USERCONTROL='no'
After changing the "DeviceName" back to eth0 the card is listed as configured again.
Reproducible: always
https://bugzilla.novell.com/show_bug.cgi?id=837476
https://bugzilla.novell.com/show_bug.cgi?id=837476#c
Ye Yuan yyuan@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |yyuan@suse.com AssignedTo|bnc-team-screening@forge.pr |mfilka@suse.com |ovo.novell.com |
https://bugzilla.novell.com/show_bug.cgi?id=837476
https://bugzilla.novell.com/show_bug.cgi?id=837476#c1
Michal Filka mfilka@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #1 from Michal Filka mfilka@suse.com 2013-09-03 09:52:53 UTC --- It should be fixed since OpenSUSE 13.1 M4 (yast2-network >= 2.25.7, yast2 >= 2.24.5)
thanks for report.
*** This bug has been marked as a duplicate of bug 695262 *** http://bugzilla.novell.com/show_bug.cgi?id=695262