Bug 80772
| Summary: | neat fails with a KeyError, preventing further progress | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Frank Steele <fsteele> |
| 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: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:50:48 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: | |||
Tracebacks:
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
Local variables in innermost frame:
modInfo: <netconfpkg.Conf.ConfModInfo instance at 84cad50>
list: ['RealTek RTL8129', 'Raytheon Raylink/WebGear/Aviator PCMCIA wireless',
'SMC Ultra32 EISA', 'DEC 21*40 and clones', 'Lucent Orinoco/Melco PCMCIA
wireless (alternate)', 'SMC 91c92 series PCMCIA', 'Aironet 4500 PCI-ISA-i365
wireless', 'Intel EtherExpress/1000', 'PCI NE2000 clones', 'MiCom-Interlan
NI5010', '3Com 3c515 Corkscrew', 'SMC 83c170 EPIC/100', 'NI5210 ethernet',
'AT1500, HP J2405A, most NE2100/clone', 'MyriCOM MyriNET SBUS', '3Com
EtherLink16', 'AT&T/Lucent/Hitachi ISA WaveLAN', 'SiS 900/7016CI', 'Cabletron
E2100', 'NE1000, NE2000, and compatible', 'Intel EtherExpress Pro 100B', 'Allied
Telesis AT1700', 'Greenwigh GIrBIL IrDA', 'Older DEC 21040, most 21*40', 'NSC
IrDA', 'Sun Quad', 'ICL EtherTeam 16i/32 EISA', '3Com 3c590/3c595/3c90x/3cx980',
'3Com 3c589 series PCMCIA', 'Sun BigMac', 'ThunderLAN', '3Com 3c574 series
PCMCIA', 'Ansel Communications Model 3200', 'Aironet 4500 PCMCIA wireless',
'Xircom CBE-100 CardBus', 'General Instruments SB1000']
self: <netconfpkg.gui.EthernetHardwareDruid.ethernetHardware instance at 8534288>
i: defxx
Trackback, version 2
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 1239, in on_hardwareAddButton_clicked
self.showHardwareDialog(type, false)
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 84cb448>
list: ['RealTek RTL8129', 'Raytheon Raylink/WebGear/Aviator PCMCIA wireless',
'SMC Ultra32 EISA', 'DEC 21*40 and clones', 'Lucent Orinoco/Melco PCMCIA
wireless (alternate)', 'SMC 91c92 series PCMCIA', 'Aironet 4500 PCI-ISA-i365
wireless', 'Intel EtherExpress/1000', 'PCI NE2000 clones', 'MiCom-Interlan
NI5010', '3Com 3c515 Corkscrew', 'SMC 83c170 EPIC/100', 'NI5210 ethernet',
'AT1500, HP J2405A, most NE2100/clone', 'MyriCOM MyriNET SBUS', '3Com
EtherLink16', 'AT&T/Lucent/Hitachi ISA WaveLAN', 'SiS 900/7016CI', 'Cabletron
E2100', 'NE1000, NE2000, and compatible', 'Intel EtherExpress Pro 100B', 'Allied
Telesis AT1700', 'Greenwigh GIrBIL IrDA', 'Older DEC 21040, most 21*40', 'NSC
IrDA', 'Sun Quad', 'ICL EtherTeam 16i/32 EISA', '3Com 3c590/3c595/3c90x/3cx980',
'3Com 3c589 series PCMCIA', 'Sun BigMac', 'ThunderLAN', '3Com 3c574 series
PCMCIA', 'Ansel Communications Model 3200', 'Aironet 4500 PCMCIA wireless',
'Xircom CBE-100 CardBus', 'General Instruments SB1000']
self: <netconfpkg.gui.ethernethardware.ethernetHardwareDialog instance at 84c4f90>
i: defxx
*** This bug has been marked as a duplicate of 76226 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
Description of problem: On a ThinkPad 560x laptop, with a 3c574 PCMCIA card active, I insert a Lucent WaveLan IEEE card, then try to configure the card with either the network configuration or internet wizard. I believe I generated a similar error without the 3c574, but can't test now, since I'll lose my Bugzilla connection. Trackback says it's a keyError on 'description', and depending on where I run it from, it bombs at line 118 or 135. The trackback, version 1: Version-Release number of selected component (if applicable): Latest errata updated through RedHat Update on Sunday, 12/29.I also have some additional packages provided through Kevin's Redhat Uber Distro (www.tummy.org/krud/). How reproducible: 100% Steps to Reproduce: 1. With 3c574 active, insert WaveLAN Silver card. 2. Try to configure with Internet Wizard or Network Configuration. 3. Generate bug report. Actual results: Expected results: Additional info: