Bug 471621
| Summary: | system-config-network - invalid static IP settings saved - router saved as netmask | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeremy Huddleston <jeremyhu> |
| Component: | system-config-network | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | medium | ||
| Version: | 10 | CC: | harald, jeevanullas, jmoskovc, pavel.lisy, rwarsow, shawn.starr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-28 11:43:20 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
Jeremy Huddleston
2008-11-14 17:52:16 UTC
I can confirm it. It impossible set network configuration correctly. additional (F10 on a i386 box) if I set MTU AND save this setting I see this:
Component: system-config-network
Version: 1.5.93
Summary: TB334155f4 ConfShellVar.py:66:__setitem__:TypeError: expected string or buffer
Traceback (most recent call last):
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 829, in on_applyButton_clicked
self.save()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 411, in save
self.saveDevices()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 431, in saveDevices
devicelist.save()
File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 238, in save
dev.save()
File "/usr/share/system-config-network/netconfpkg/NCDevice.py", line 413, in save
conf[confkey] = getattr(self, selfkey)
File "/usr/share/system-config-network/netconfpkg/conf/ConfShellVar.py", line 66, in __setitem__
if self.quotereg.search(value):
TypeError: expected string or buffer
Local variables in innermost frame:
varname: MTU
self: <netconfpkg.NCDevice.ConfDevice instance at 0x8d5d4ac>
place: 15
value: 1460
missing: 1
Hi, I am also seeing this weird behaviour. I have to use NetworkManager because of this bug. Thanks and any inputs if needed please ask and will be provided. Looks like a duplicate of bug #469434. This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping *** This bug has been marked as a duplicate of bug 469434 *** |