Bug 385091
| Summary: | TBb2a27cb7 NCHardwareList.py:361:updateFromKudzu:NameError: global name '_HardwareList__isdnmodulelist' is not defined | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ari Feinberg <ari> | ||||
| Component: | system-config-network | Assignee: | Harald Hoyer <harald> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 8 | CC: | jmoskovc | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 1.5.5-1.fc8 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-04-22 22:39: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: | |||||||
| Attachments: |
|
||||||
|
Description
Ari Feinberg
2007-11-15 17:43:51 UTC
Created attachment 260121 [details]
Automatically Generated Report
Component: system-config-network
Version: 1.4.3
Summary: TBb2a27cb7 NCHardwareList.py:361:updateFromKudzu:NameError: global name
'_HardwareList__isdnmodulelist' is not defined
Traceback (most recent call last):
File "/usr/sbin/system-config-network-gui", line 166, in runit
window = mainDialog()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
253, in __init__
self.load()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
276, in load
self.loadDevices()
File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
284, in loadDevices
devicelist = getDeviceList()
File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 302,
in getDeviceList
__DVList.load()
File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 74,
in load
hwlist = NCHardwareList.getHardwareList()
File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line
780, in getHardwareList
__HWList.load()
File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line
635, in load
self.updateFromSystem()
File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line
473, in updateFromSystem
self.updateFromKudzu()
File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line
361, in updateFromKudzu
if (kudzu_device.driver + '.o' in __isdnmodulelist) or \
NameError: global name '_HardwareList__isdnmodulelist' is not defined
Local variables in innermost frame:
ethlist: ['lo', 'eth0', 'eth1', 'virbr0']
kudzu: <module 'kudzu' from '/usr/lib/python2.5/site-packages/kudzu.pyc'>
self:
hdellist: []
modules: <netconfpkg.NCHardwareList.MyConfModules instance at 0x89fdf6c>
kudzu_device: Desc: Adaptec, Inc. APA-1460 SCSI Host Adapter Version 0.01
Driver: aha152x_cs
Device: None
kudzulist: [Desc: Adaptec, Inc. APA-1460 SCSI Host Adapter Version 0.01
Driver: aha152x_cs
Device: None
, Desc: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI
Express
Driver: tg3
Device: eth0
, Desc: Intel Corporation PRO/Wireless 2200BG Network Connection
Driver: ipw2200
Device: eth1
]
should be fixed in newer versions system-config-network-1.5.5-1.fc8 has been submitted as an update for Fedora 8 system-config-network-1.5.5-1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update system-config-network'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-2995 system-config-network-1.5.5-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |