Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 78682

Summary: internet-druid is crashed at start
Product: [Retired] Red Hat Linux Reporter: Andy Shevchenko <andy>
Component: redhat-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
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-27 16:33:25 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:
Attachments:
Description Flags
patch for discovered problem none

Description Andy Shevchenko 2002-11-27 16:30:46 UTC
Description of Problem:
internet-druid is crashed at start

Version-Release number of selected component (if applicable):
redhat-config-network-1.0.0
kernel-2.4.18-18.7 (last updated)

How Reproducible:
just run


Additional Information:
	
The internet-druid analized the /boot/module-info file
But if module has not description field the program is crashed


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



See attached patch for drop the problem

Comment 1 Andy Shevchenko 2002-11-27 16:33:17 UTC
Created attachment 86725 [details]
patch for discovered problem

Comment 2 Harald Hoyer 2002-11-28 14:36:51 UTC

*** This bug has been marked as a duplicate of 76446 ***