Bug 468625
Summary: | Unhandled exception trying to configure network | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gianluca Cecchi <gianluca.cecchi> |
Component: | system-config-network | Assignee: | Harald Hoyer <harald> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | harald, jmoskovc, pFreeStyle.SHW |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-10-31 08:40:00 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: |
Description
Gianluca Cecchi
2008-10-26 21:18:05 UTC
I've encountered this problem on both Fedora 9 and Fedora 10 Snap*. And it obsessed me a lot. Here is its output on Fedora 10 Snap3: Component: system-config-network Version: 1.5.10 Summary: TB24531662 NCBackendHal.py:103:getDevices:TypeError: not enough arguments for format string 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 275, in __init__ self.load() File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 299, in load self.loadDevices() File "/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 307, in loadDevices devicelist = getDeviceList() File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 318, in getDeviceList __DVList.load() File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 78, in load hwlist = NCHardwareList.getHardwareList() File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line 759, in getHardwareList __HWList.load() File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line 603, in load self.updateFromSystem() File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line 483, in updateFromSystem self.updateFromHal(hdellist) File "/usr/share/system-config-network/netconfpkg/NCHardwareList.py", line 448, in updateFromHal cards = hal.probeCards() File "/usr/share/system-config-network/netconfpkg/NCBackendHal.py", line 124, in probeCards card = self.getDevices(udi) File "/usr/share/system-config-network/netconfpkg/NCBackendHal.py", line 103, in getDevices hw.Description = "%s %s" % self.getVendor(udi) TypeError: not enough arguments for format string Local variables in innermost frame: category: net obj: <ProxyObject wrapping <dbus._dbus.SystemBus (system) at 0xa34c98c> :1.0 /org/freedesktop/Hal/devices/net_42_72_a4_85_81_e3 at 0xa3510ac> name: pan0 arp_proto_hw_id: 1 hwf: {'Wireless': {0: <class netconfpkg.plugins.NCHWWireless.HwWireless at 0x9eed32c>}, 'Ethernet': {0: <class netconfpkg.plugins.NCHWEthernet.HwEthernet at 0x9ea8e6c>}, 'Modem': {0: <class netconfpkg.plugins.NCHWModem.HwModem at 0x9eed02c>}, 'ISDN': {0: <class netconfpkg.plugins.NCHWIsdn.HwIsdn at 0x9ea8f2c>}, 'Token Ring': {0: <class netconfpkg.plugins.NCHWTokenring.HwTokenring at 0x9eed23c>}} self: <netconfpkg.NCBackendHal.NCBackendHal instance at 0xa348f2c> hw: Hardware.Status=inactive?Hardware.Name=pan0 Hardware.Type=Ethernet hwc: netconfpkg.plugins.NCHWEthernet.HwEthernet htype: Ethernet udi: /org/freedesktop/Hal/devices/net_42_72_a4_85_81_e3 getHardwareFactory: <function getHardwareFactory at 0x9eacf0c> *** This bug has been marked as a duplicate of bug 468355 *** |