From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 Description of problem: When amending any part of the entries in redhat-config-network-1.1.20-1, when "apply" is clicked, the program crashes. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Lauch system settings / network 2.Make an amendment to make "apply" button active 3.Click "apply" Actual Results: Program crashes with an "unhandled exception has occured" error message, together with crash dump data. This data is shown in "additional information" herein. The amendments are not be saved. Expected Results: Amendments should have been saved, and no crashes. Additional info: Traceback (most recent call last): File "/usr/sbin/neat", line 496, in on_applyButton_clicked self.save() File "/usr/sbin/neat", line 319, in save self.saveDevices() File "/usr/sbin/neat", line 326, in saveDevices devicelist.save() File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCDeviceList.py", line 145, in save os.write(fp2, ipc.network()+'/'+ipc.prefix()+" via "+route.Gateway+"\n") File "/usr/sbin/../share/redhat-config-network/netconfpkg/ipcalc.py", line 60, in network return re.match("NETWORK=(\S+)", text).groups()[0] AttributeError: 'NoneType' object has no attribute 'groups'
*** This bug has been marked as a duplicate of 76267 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.