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 -- 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.