Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 76186

Summary: TB ipcalc:60:network
Product: [Retired] Red Hat Linux Reporter: Ben Hicks <ben.bugzilla>
Component: redhat-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-10-18 15:06:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ben Hicks 2002-10-17 22:46:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Description of problem:
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/bin/../share/redhat-config-network/netconfpkg/NCDeviceList.py",
line 145, in save
    os.write(fp2, ipc.network()+'/'+ipc.prefix()+" via "+route.Gateway+"\n")
  File "/usr/bin/../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'


Thats the error I get. It popped up again while filling out this form. I am new
to Linux and have no knowledge of how to solve this problem. The insall was a
fresh one with all componernts on a  new blank hard drive.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Click the Redhat Icon
2.System settings
3.network

THen change any of the settings and click apply. The error occurs every time.
	

Additional info:

Comment 1 Ben Hicks 2002-10-17 22:49:33 UTC
I just got this error also

Traceback (most recent call last):
  File "/usr/sbin/neat", line 774, in update_devicelist
    self.activedevicelist = NetworkDevice().get()
  File "/usr/bin/../share/redhat-config-network/netconfpkg/Control.py", line 63,
in __init__
  File "/usr/bin/../share/redhat-config-network/netconfpkg/Control.py", line 66,
in load
OSError: Too many open files


Many Thanks In Advanvce

Comment 2 Harald Hoyer 2002-10-18 15:05:13 UTC
last error is due to a bug in rhpl ... see bug #74989

Comment 3 Harald Hoyer 2002-11-12 13:03:19 UTC

*** This bug has been marked as a duplicate of 76267 ***