Description of problem: system-config-network-tui fails to run if dbus-python is not installed Version-Release number of selected component (if applicable): system-config-network-tui-1.3.99.21-1.el5.noarch How reproducible: always Steps to Reproduce: 1. yum install system-config-network-tui on a minimal system 2. start the tool Actual results: open("/usr/lib/rhs/python/<string>", O_RDONLY) = -1 ENOENT (No such file or directory) File "<string>", line 1, in ? open("/usr/share/system-config-network/netconfpkg/NCBackendHal.py", O_RDONLY) = 3 File "/usr/share/system-config-network/netconfpkg/NCBackendHal.py", line 17, in ? import dbus ImportError: No module named dbus Expected results: The tool should run Additional info: Manually installing dbus-python solves the problem
system-config-network-1.3.99.23-1.el5
# rpm -q system-config-network-tui system-config-network-tui-1.3.99.23-1.el5 # rpm -q -R system-config-network-tui /bin/sh /usr/bin/python config(system-config-network-tui) = 1.3.99.23-1.el5 dbus-python initscripts >= 0:5.99 kudzu newt pciutils python rhpl >= 0:0.193 rpm-python rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 usermode It's ok now. Thank you.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1195.html