Bug 79901
| Summary: | Neat not saving static network route settings | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Tim Jensen <timothy_alan_jensen> |
| Component: | redhat-config-network | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:50:22 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: | |||
*** This bug has been marked as a duplicate of 76267 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 Description of problem: I added a network route to static network routes under neat. When saving, I got a bugzilla report. It did save but then i couldnt delete it. I could modify it and it would save those changes but i couldnt get rid of it. I finally had to do it by hand in the network-routes file. That removed the entry but my NIC was still screwed. Some file was messed up. My NIC would light and i could activate it if i unplugged the ethernet cable and used my second NIC in my box. To solve the problem i had to uninstall the device and driver and reinstall it anew. Then i used the second NIC to activate the first one and then i switched the cable. The first NIC worked perfectly again. Ill attach the bug report. Thanks for all your work on bugs. Its really appreciated!! Version-Release number of selected component (if applicable): How reproducible: Didn't try Steps to Reproduce: 1.add static network route 2.might try 182.168.1.1 or 0.0.0.0 which really screws with it 3. Actual Results: unable to delete the address and corruption of some basic file not sure what Expected Results: address deleted, the change saved so there are no addresses in the static network routes Additional info: Traceback (most recent call last): File "/usr/sbin/neat", line 689, in on_deviceActivateButton_clicked if self.save() != 0: 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 58, in network self.prefix() File "/usr/sbin/../share/redhat-config-network/netconfpkg/ipcalc.py", line 37, in prefix self._netmask = re.match("NETMASK=(\S+)", text).groups()[0] AttributeError: 'NoneType' object has no attribute 'groups' Local variables in innermost frame: text: self: <netconfpkg.ipcalc.IPCalc instance at 0x874969c>