Bug 825767
| Summary: | system-config-network-tui has a missing dependency on dbus-python | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | manuel wolfshant <manuel.wolfshant> |
| Component: | system-config-network | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED ERRATA | QA Contact: | Branislav Blaškovič <bblaskov> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.8 | CC: | bblaskov, lmiksik, psklenar |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, the dbus-python package was missing from the system-config-network-tui dependency list. Consequently, when the system-config-network-tui package was installed on a system with a minimal installation of Red Hat Enterprise Linux, the system-config-network-tui utility failed to start. The missing dependency has been added to the dependency list of system-config-network-tui, thus the utility works as expected in the described scenario.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-16 00:18:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1049888 | ||
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 |
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