Bug 1021542
Summary: | Got “ImportError: No module named dbus_bindings” with available list . | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | spandey |
Component: | subscription-manager | Assignee: | Carter Kozak <ckozak> |
Status: | CLOSED WORKSFORME | QA Contact: | John Sefler <jsefler> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.0 | CC: | bkearney, ckozak, kbanerje, spandey |
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: | 2013-10-31 09:03:38 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: | 863175 |
Description
spandey
2013-10-21 13:28:23 UTC
I cannot reproduce this. Can you provide more information about which rhel build you're using. Is it a minimal install? Are you using at-spi accessibility? rhel build Red Hat Enterprise Linux Server release 7.0 Beta (Maipo) import dbus.dbus_bindings got with Gui list available following error got with cli available list 2013-10-22 23:08:10,596 [DEBUG] subscription-manager @connection.py:441 - Making request: GET /candlepin/owners/admin/pools?consumer=949752e9-1607-4494-8db1-3136060a0f7a 2013-10-22 23:09:10,663 [ERROR] subscription-manager @managercli.py:153 - exception caught in subscription-manager 2013-10-22 23:09:10,663 [ERROR] subscription-manager @managercli.py:154 - timed out Traceback (most recent call last): File "/usr/sbin/subscription-manager", line 82, in <module> sys.exit(abs(main() or 0)) File "/usr/sbin/subscription-manager", line 73, in main return managercli.ManagerCLI().main() File "/usr/share/rhsm/subscription_manager/managercli.py", line 2279, in main return CLI.main(self) File "/usr/share/rhsm/subscription_manager/cli.py", line 166, in main return cmd.main() File "/usr/share/rhsm/subscription_manager/managercli.py", line 443, in main return_code = self._do_command() File "/usr/share/rhsm/subscription_manager/managercli.py", line 2075, in _do_command uninstalled=self.options.match_installed) File "/usr/share/rhsm/subscription_manager/managerlib.py", line 320, in get_available_entitlements overlapping, uninstalled, text) File "/usr/share/rhsm/subscription_manager/managerlib.py", line 518, in get_filtered_pools_list self.identity.uuid, self.facts, active_on=active_on): File "/usr/share/rhsm/subscription_manager/managerlib.py", line 297, in list_pools active_on=active_on, owner=ownerid) File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 971, in getPoolsList results = self.conn.request_get(method) File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 541, in request_get return self._request("GET", method) File "/usr/lib64/python2.7/site-packages/rhsm/connection.py", line 455, in _request response = conn.getresponse() File "/usr/lib64/python2.7/httplib.py", line 1045, in getresponse response.begin() File "/usr/lib64/python2.7/httplib.py", line 409, in begin version, status, reason = self._read_status() File "/usr/lib64/python2.7/httplib.py", line 365, in _read_status line = self.fp.readline(_MAXLINE + 1) File "/usr/lib64/python2.7/socket.py", line 476, in readline data = self._sock.recv(self._rbufsize) File "/usr/lib64/python2.7/site-packages/M2Crypto/SSL/Connection.py", line 228, in read return self._read_bio(size) File "/usr/lib64/python2.7/site-packages/M2Crypto/SSL/Connection.py", line 213, in _read_bio return m2.ssl_read(self.ssl, size, self._timeout) SSLTimeoutError: timed out For the ssl error in the CLI, we should just print:
>Network error, unable to connect to server.
>Please see /var/log/rhsm/rhsm.log for more information.
Is that not what happens?
issue was i can register machine but i was getting error with available list . i was getting import db error and ssl error with available list . with updated machine i am not able to reproduce this error , so closing defect , |