Bug 81743
| Summary: | neat crashes when attempting to add a new device | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Peter Fales <redhat.com> |
| Component: | redhat-config-network | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | kpowell |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-06-04 09:49:11 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
Peter Fales
2003-01-13 17:38:28 UTC
We get a similar error if the "Hardware" -> "Add" is selected. One more data point: Our standard install procedure is to install all the packages from the CD, then apply all the appropriate RPMs from the "updates" directory - that's what I was referrring to when I said that this is a freshly installed 7.3 system. I've verified that this problems occurrs on two different installations (a laptop and a desktop), but it *doesn't* happen if I only install the packages on the CD. I'll try to track down which package update is causing the problem This seems to be related to the kernel-2.4.18-19.7.x, even if it's not the currently running kernel. To duplicate, install redhat 7.3, up2date everything except the kernel. Verify that neat still functions when selecting Devices tab and clicking Add. Up2date kernel to 2.4.18-19.7.x. Run neat again and duplicate the error (no need to boot the updated kernel, it will still break while running the old kernel). rpm -e kernel-2.4.18-19.7.x and neat will again function correctly. Yes, I was able to do exactly that. Do you expect a fix? Or, is the only workaround to stick with the original kernel from the CD distribution? FYI - users are seeing this too :^O.
This config stuff is really, really fragile. I just did a fresh 7.3 install
from CDs (had to make new ones from iso downloads 'cause my boxed set cds
wouldn't work on this machine), configured my first network card (mostly by
hand/tweaked with neat). All was well until I ran up2date and installed
all the available updates (ignoring the fact that the up2date installer is
brain dead about disk space for the moment). Now anytime I attempt to touch
any ethernet related configuration component in neat I get crashes.
Here is just one sample:
Traceback (innermost last):
File "/usr/sbin/neat", line 1402, in ?
gtk.mainloop()
File "/usr/lib/python1.5/site-packages/gtk.py", line 2676, in mainloop
_gtk.gtk_main()
File "/usr/lib/python1.5/site-packages/libglade.py", line 28, in __call__
ret = apply(self.func, a)
File "/usr/sbin/neat", line 1248, in on_hardwareEditButton_clicked
self.showHardwareDialog(type, true)
File "/usr/sbin/neat", line 1269, in showHardwareDialog
dialog = ethernetHardwareDialog(hw)
File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/ethernethardware.py",
line 75, in __init__
self.setup()
File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/ethernethardware.py",
line 135, in setup
list.append(modInfo[i]['description'])
KeyError: description
Local variables in innermost frame:
modInfo: <netconfpkg.Conf.ConfModInfo instance at 84cace8>
solution is, upgrade to: ftp://people.redhat.com/pub/harald/redhat-config-network/1.0.3-1 until the errata update is through QA Closing due to inactivity. Reopen, if the problem is still existing. |