Bug 78464
| Summary: | neat crashes when adding hardware type ethernet | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | mcgrath |
| Component: | redhat-config-network | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | ||
| 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-11-23 12:54:06 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: | |||
From Bugzilla Helper: User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.18-18.7.x i686; Nav) Description of problem: neat crashes when adding hardware type ethernet. It has no problem with ISDN, token ring, or modem, but fails when I try to add type ethernet. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. While in neat, click on the tab "Hardware" and then "Add" 2. Select "Ethernet" as the Hardware type and click OK. Actual Results: error message was displayed and said I should file a bug report for redhat-config-network Expected Results: should have opened a window to allow me to choose a driver for the new hardware and setup the preferences. Additional info: I just updated the kernel to 2.4.18-18.7.x . I never had this problem in the previous kernel version. output of the error message reads as follows: Traceback (innermost last): File "/usr/sbin/neat", line 1210, in ? gtk.mainloop() File "/usr/lib/python1.5/site-packages/gtk.py", line 2608, 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 1049, in on_hardwareAddButton_clicked self.showHardwareDialog(type, false) File "/usr/sbin/neat", line 1079, 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 140, in setup list.append(modInfo[i]['description']) KeyError: description