Bug 905649
| Summary: | subscription-manager does not work with dbus-python-1.1.1-1 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | J.C. Molet <jmolet> | ||||||
| Component: | subscription-manager | Assignee: | William Poteat <wpoteat> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | IDM QE LIST <seceng-idm-qe-list> | ||||||
| Severity: | urgent | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 5.10 | CC: | fsharath, jgalipea, jsefler, ohudlick, rbiba, rieeda, todoleza, wpoteat | ||||||
| Target Milestone: | beta | ||||||||
| Target Release: | 5.10 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-10-01 13:49:49 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: | 840995, 920191 | ||||||||
| Attachments: |
|
||||||||
*** Bug 886646 has been marked as a duplicate of this bug. *** *** Bug 913388 has been marked as a duplicate of this bug. *** *** Bug 918066 has been marked as a duplicate of this bug. *** master commit 9e4f3a8f443f59ff4523a0978e5d833e6851cfec Created attachment 706284 [details]
subscription-manager-gui running on rhel70
POST Version Testing...
[root@jsefler-r70 ~]# rpm -q subscription-manager-gui
subscription-manager-gui-1.8.3-1.git.48.05ca71b.el7.x86_64
Created attachment 709762 [details]
GUI running on RHEL 7.0
# rpm -qa | egrep "subscription-manager|python-rhsm"
subscription-manager-firstboot-1.8.4-1.el7.x86_64
python-rhsm-1.8.7-1.el7.x86_64
subscription-manager-1.8.4-1.el7.x86_64
subscription-manager-debuginfo-1.8.4-1.el7.x86_64
subscription-manager-gui-1.8.4-1.el7.x86_64
subscription-manager-migration-1.8.4-1.el7.x86_64
#subscription-manager-gui works fine in RHEL 7.0
Verified
*** Bug 919527 has been marked as a duplicate of this bug. *** |
Description of problem: subscription-manager-gui (and probably other parts of subscription-manager) does not work with the latest dbus-python found in rhel7 and f18. This is because the dbus_bindings.py file has been depreciated. Version-Release number of selected component (if applicable): subscription-manager-1.8.0-1 subscription-manager-gui-1.8.0-1 python-rhsm-1.8.0-1 How reproducible: always Steps to Reproduce: 1. Install subscription-manager-gui on a rhel7 or fedora18 system 2. run subscription-manager-gui 3. ... 4. Profit! Actual results: [root@jmolet-vm3 ~]# subscription-manager-gui Traceback (most recent call last): File "/usr/sbin/subscription-manager-gui", line 40, in <module> import dbus.dbus_bindings ImportError: No module named dbus_bindings Expected results: subscription-manager-gui opens. Additional info: