Description of problem: When launching system-config-firewall from cli the following exception is thrown; Traceback (most recent call last): File "/usr/sbin/lokkit", line 79, in <module> if not ui.run(config): File "/usr/share/system-config-firewall/fw_tui.py", line 261, in run self.init(config) File "/usr/share/system-config-firewall/fw_tui.py", line 115, in init for dev in NCDeviceList.getDeviceList(): File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 306, in getDeviceList __DVList.load() File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 103, in load profilelist = netconfpkg.NCProfileList.getProfileList() NameError: global name 'netconfpkg' is not defined Version-Release number of selected component (if applicable): [johno@hellface ~]$ uname -a Linux hellface.com 2.6.23.9-85.fc8 #1 SMP Fri Dec 7 15:49:36 EST 2007 x86_64 x86_64 x86_64 GNU/Linux [johno@hellface ~]$ rpm -qa system-config-firewall system-config-firewall-1.0.12-3.1.fc8 How reproducible: Every time. Steps to Reproduce: 1. Execute the command system-config-firewall via terminal. Actual results: system-config-firewall bails with the following error; NameError: global name 'netconfpkg' is not defined Expected results: Presented with a lovely cli menu. Additional info: Attempted to reinstall many packages, deps etc. to no avail.
This is a bug in system-config-network, which has been resolved in updates. Please update the package system-config-network.
Thank you for the fast response! [root@hellface ~]# yum update system-config-network Setting up Update Process Could not find update match for system-config-network No Packages marked for Update [root@hellface ~]# rpm -qa system-config-network system-config-network-1.4.7-1.fc8 Executing system-config-firewall is still throwing the same exception..
Is your system-config-network-tui package also version 1.4.7-1.fc8?
Certainly is; [johno@hellface ~]$ rpm -qa system-config-network-tui system-config-network-tui-1.4.7-1.fc8
There seems to be another system-config-network problem. Reassigning to system-config-network.
Created attachment 292794 [details] Proposed patch for NCDeviceList.py Attaching proposed patch..
http://git.fedoraproject.org/hosted/system-config-network?p=system-config-network.git;a=blobdiff;f=src/netconfpkg/NCDeviceList.py;h=5205e6112959f0eafe99cc0f6d5407b8c381c0e9;hp=4f6288ce77908ce23c78912b3126abf097a9f56f;hb=c3eed37bbdda23c24a9f96acb252ab0e0196d881;hpb=b7e0b8ec9ae0d74618a7df5ee22a9bfdb9049106
Thank you, good sir!