Hi all,
My issue is with my Fedora 9 virtual machine that is running a Scalix mail server (host is F12).
The F9 VM was running fine until this morning when for no reason it crashed as I attempted to initiate a realVNC connection with it.
After a reboot users were unable to send mail to external addresses. When I try to check the network settings by selecting "System" -> "Administration" -> "Network", I receive the following error message:
Code:
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 0x9efd53c> :1.1 /org/freedesktop/Hal/devices/net_00_19_66_35_e3_e7 at 0x9eff2ac>
name: eth0
arp_proto_hw_id: 1
hwf: {'Wireless': {0: <class netconfpkg.plugins.NCHWWireless.HwWireless at 0xb7ba614c>}, 'Ethernet': {0: <class netconfpkg.plugins.NCHWEthernet.HwEthernet at 0xb7b9ac8c>}, 'Modem': {0: <class netconfpkg.plugins.NCHWModem.HwModem at 0xb7b9ae0c>}, 'ISDN': {0: <class netconfpkg.plugins.NCHWIsdn.HwIsdn at 0xb7b9ad4c>}, 'Token Ring': {0: <class netconfpkg.plugins.NCHWTokenring.HwTokenring at 0xb7ba605c>}}
self: <netconfpkg.NCBackendHal.NCBackendHal instance at 0x9eff16c>
hw: Hardware.Status=inactive
Hardware.Name=eth0
Hardware.Type=Ethernet
hwc: netconfpkg.plugins.NCHWEthernet.HwEthernet
htype: Ethernet
udi: /org/freedesktop/Hal/devices/net_00_19_66_35_e3_e7
getHardwareFactory: <function getHardwareFactory at 0xb7b9fdf4>
I am new to linux so if anyone has any hints or a solution it is much appreciated, thanks!