Bug 55261
| Summary: | "neat" ignores value of "no default route" | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Georg Baumann <georgbaumann> |
| Component: | redhat-config-network | Assignee: | Than Ngo <than> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | harald, pknirsch, teg, than |
| 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: | 2001-11-06 21:54:50 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
Georg Baumann
2001-10-28 18:12:00 UTC
it's strange, that neat shows 2 advanced tabs. i cannot reproduce it here. could you please start neat from xterm and look if any errors appears? I have to create a new ISDN-device using neat and then store the changes.
The next time I call neat and click the Edit button with the new device
selected, the following messages are printed out:
Traceback (innermost last):
File "/usr/lib/python1.5/site-packages/libglade.py", line 28, in __call__
ret = apply(self.func, a)
File "/usr/sbin/neat", line 448, in on_deviceEditButton_clicked
button = self.editDevice(device)
File "/usr/sbin/neat", line 483, in editDevice
cfg = ISDNDialupDialog(device, self.xml)
File "/usr/sbin/../share/redhat-config-network/netconfpkg/dialupconfig.py",
line 209, in __init__
DialupDialog.__init__(self, device, xml_main)
File "/usr/sbin/../share/redhat-config-network/netconfpkg/dialupconfig.py",
line 46, in __init__
device, xml_main)
File "/usr/sbin/../share/redhat-config-network/netconfpkg/deviceconfig.py",
line 78, in __init__
self.hydrate()
File "/usr/sbin/../share/redhat-config-network/netconfpkg/dialupconfig.py",
line 231, in hydrate
self.xml.get_widget("dialinNumberEntry").set_text(dialup.Callback.Number)
File "/usr/lib/python1.5/site-packages/gtk.py", line 2145, in set_text
_gtk.gtk_entry_set_text(self._o, text)
TypeError: gtk_entry_set_text, argument 2: expected string, None found
I am using redhat-config-network 0.9.1 (RH7.2 fresh installed).
When the second Advanced-Tab is missing my complaint would be:
- cannot suppress modification of default route when using neat
please try redhat-config-network-0.9.7-1 on ftp://people.redhat.com/than/7.2. It should fix this problem |