Bug 220727 - system-config-network-gui crashes
Summary: system-config-network-gui crashes
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-network
Version: 6
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-12-24 18:17 UTC by Jean-Luc Fontaine
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 1.3.95
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-01-10 11:13:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jean-Luc Fontaine 2006-12-24 18:17:12 UTC
Description of problem:
system-config-network-gui crashes on up-to-date FC6

Version-Release number of selected component (if applicable):
1.3.30

How reproducible:
always

Steps to Reproduce:
1. run system-config-network-gui
2.
3.
  
Actual results:
/usr/share/system-config-network/netconfpkg/NC_functions.py:30:
DeprecationWarning: rhpl.log is deprecated and will be removed; use python's
logging instead
  import rhpl.log
Component: system-config-network
Version: 1.3.30
Summary: TB9b5123b2 NC_functions.py:411:getDeviceType:AttributeError: 'module'
object has no attribute 'get_iwconfig'

Traceback (most recent call last):
  File "/usr/sbin/system-config-network-gui", line 166, in main
    window = mainDialog()
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
263, in __init__
    self.load()
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
294, in load
    self.loadHardware()
  File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line
306, in loadHardware
    hardwarelist = getHardwareList()
  File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line
781, in getHardwareList
    __HWList.load()
  File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line
637, in load
    self.updateFromSystem()
  File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line
476, in updateFromSystem
    self.updateFromKudzu()
  File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line
440, in updateFromKudzu
    i = self.addHardware(getDeviceType(dev))
  File "/usr/share/system-config-network/netconfpkg/NC_functions.py", line 411,
in getDeviceType
    info = ethtool.get_iwconfig(devname)
AttributeError: 'module' object has no attribute 'get_iwconfig'

Local variables in innermost frame:
i: ^cipcb[0-9]*(:[0-9]+)?$
UNKNOWN: Unknown
devname: eth0
type: Ethernet



Expected results:


Additional info:

Comment 1 Jean-Luc Fontaine 2006-12-24 18:21:36 UTC
happens even after removal of /etc/sysconfig/network-scripts/ifcfg-eth?

Comment 2 Harald Hoyer 2007-01-10 11:13:55 UTC
> system-config-network-gui crashes on up-to-date FC6

errr.. current FC6 version is 1.3.96 !!!


Note You need to log in before you can comment on or make changes to this bug.