Bug 1198976
| Summary: | traceback when you auto-attach and remove subscriptions on a vm registered using proxy | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Shwetha Kallesh <skallesh> |
| Component: | subscription-manager | Assignee: | candlepin-bugs |
| Status: | CLOSED DUPLICATE | QA Contact: | John Sefler <jsefler> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.7 | CC: | dgoodwin |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-04-07 18:16:55 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: | |||
*** This bug has been marked as a duplicate of bug 1207306 *** |
Description of problem: Observed traceback when I auto-attach and remove subscriptions on a machine that is registered using proxy Version-Release number of selected component (if applicable): [root@dhcp35-188 ~]# subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.9.45-1 subscription management rules: 5.14 subscription-manager: 1.14.1-1.git.63.33d3885.el6 python-rhsm: 1.14.2-1.git.0.fafb02d.el6 How reproducible: Steps to Reproduce: Registered via GUI using proxy [root@dhcp35-188 ~]# subscription-manager attach --auto Installed Product Current Status: Product Name: Awesome OS Instance Server Bits Status: Partially Subscribed Traceback (most recent call last): File "/usr/share/rhsm/subscription_manager/dbus_interface.py", line 59, in emit_status self.validity_iface.emit_status() File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) [root@dhcp35-188 ~]# subscription-manager repos --list Repositories disabled by configuration. [root@dhcp35-188 ~]# subscription-manager remove --all 1 subscription removed at the server. 1 local certificate has been deleted. Traceback (most recent call last): File "/usr/share/rhsm/subscription_manager/dbus_interface.py", line 59, in emit_status self.validity_iface.emit_status() File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) Actual results: Expected results: Additional info: