Bug 213181

Summary: system-config-network-tui crashes
Product: [Fedora] Fedora Reporter: tatlow
Component: system-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: vonbrand
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-10 11:26:10 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
Crash report none

Description tatlow 2006-10-31 02:30:26 UTC
Description of problem:
I ran system-config-network-tui and it told me to open a report

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


How reproducible:
very

Steps to Reproduce:
1. run the command
2.
3.
  
Actual results:

An unhandled exception has occured.  This is most likely a bug.  Please save the
crash dump and file a detailed bug report against system-config-network at
https://bugzilla.redhat.com/bugzilla
Component: system-config-network
Version: 1.3.95
Summary: TB
/usr/share/system-config-network/netconfpkg/plugins/NCDevWireless.py:45:getDialog:TypeError:
'NoneType' object is not callable
Traceback (most recent call last):
  File "/usr/sbin/system-config-network-tui", line 274, in ?
    dev = selectDevice(screen)
  File "/usr/sbin/system-config-network-tui", line 183, in selectDevice
    if not dev.getDialog():
  File "/usr/share/system-config-network/netconfpkg/plugins/NCDevWireless.py",
line 45, in getDialog
    dialog =  _devWirelessDialog(self)
TypeError: 'NoneType' object is not callable

>
/usr/share/system-config-network/netconfpkg/plugins/NCDevWireless.py(45)getDialog()
-> dialog =  _devWirelessDialog(self)
(Pdb)          


Expected results:

never run it before

Additional info:

if fails right after it switches to a blue background and a box saying "Loading
Hardware". If it's something specific to my system it would probably be my
wireless (guessing by the msg). I'm running FC6 on a Thinkpad T60 with the
madwifi drivers from livna So I have an ath0 and a wifi0 device (though I don't
know what wifi is for).
The profile stuff is really befuddled along w/ where I enter keys for my device,
but I finally got it working manually. And I'm not sure my
/etc/sysconfig/network-scripts/keys-ath0 (and all the links) is correct

Comment 1 Horst H. von Brand 2007-01-04 16:15:14 UTC
Created attachment 144814 [details]
Crash report