Bug 83001
| Summary: | redhat-config-network crashes when trying to add devices or hardware | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <marko.knuutila> |
| Component: | redhat-config-network | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| 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:51:28 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
Need Real Name
2003-01-29 13:53:02 UTC
Following crash dump is given concerning the problem (this one was omitted while
trying to add a device):
Traceback (innermost last):
File "/usr/sbin/internet-druid", line 1400, in ?
window = mainDialog('druid')
File "/usr/sbin/internet-druid", line 238, in __init__
if modus == 'druid': self.on_deviceAddButton_clicked(None)
File "/usr/sbin/internet-druid", line 473, in on_deviceAddButton_clicked
interface = NewInterfaceDialog()
File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/NewInterfaceDialog.py",
line 82, in __init__
iface = iface_creator (self.toplevel, do_save = None, druid = self.druid)
File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/EthernetInterface.py",
line 101, in __init__
self.hwDruid = ethernetHardware(self.toplevel)
File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/EthernetHardwareDruid.py",
line 64, in __init__
self.setup()
File
"/usr/sbin/../share/redhat-config-network/netconfpkg/gui/EthernetHardwareDruid.py",
line 118, in setup
list.append(modInfo[i]['description'])
KeyError: description
*** This bug has been marked as a duplicate of 76446 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |