From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc3) Gecko/20020523 Description of problem: if /etc/sysconfig/network-scripts/ifcfg-eth0 contain line like this: MACADDR="00:50:04:71:8D:89" Red Hat network config program crash with messgage: ---cut--- Traceback (innermost last): File "/usr/sbin/neat", line 1398, in ? window = mainDialog() File "/usr/sbin/neat", line 222, in __init__ self.load() File "/usr/sbin/neat", line 241, in load self.loadDevices() File "/usr/sbin/neat", line 246, in loadDevices devicelist = getDeviceList() File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCDeviceList.py", line 172, in getDeviceList DVList.load() File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCDeviceList.py", line 63, in load self.data[i].load(dev) File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCDevice.py", line 143, in load conf = ConfDevice(name) File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCDevice.py", line 51, in __init__ Conf.ConfShellVar.__init__(self, self.filename) File "/usr/sbin/../share/redhat-config-network/netconfpkg/Conf.py", line 293, in __init__ separators='=', separator='=') File "/usr/sbin/../share/redhat-config-network/netconfpkg/Conf.py", line 180, in __init__ self.read() File "/usr/sbin/../share/redhat-config-network/netconfpkg/Conf.py", line 296, in read self.initvars() File "/usr/sbin/../share/redhat-config-network/netconfpkg/Conf.py", line 316, in initvars raise IndexError, 'end quote not found in '+self.filename+':'+var[0] Conf.IndexError: end quote not found in /etc/sysconfig/networking/devices/ifcfg-eth0:MACADDR ---cut--- Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. add MACADDR="00:50:04:71:8D:89" into /etc/sysconfig/network-scripts/ifcfg-eth0 file 2. open Red Hat Control Panel 3. Run Network Configuration Actual Results: The exception window with the text above. Expected Results: normal program start Additional info:
HWADDR="00:50:04:71:8D:89" would be the correct entry... Did you name your config file ifcfg-eth0:MACADDR ??
2 harald : Offcause no!
fixed in CVS
Please try the public beta - upgrade from Rawhide if necesarry. 1.1.10 has the fix, wthough it was added somewhat earlier.
first beta of erratum is available at: ftp://people.redhat.com/harald/redhat-config-network/1.0.1-1/ Most of the bugs reported have been removed, but as in every software change, there could be new bugs introduced. Please report bugs against this with explicitly stating the 1.0.1 version... Thx and please test.