Bug 240493
| Summary: | rhn-applet fails to communicate w/ server | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | wes hayutin <whayutin> |
| Component: | rhn-applet | Assignee: | Shannon Hughes <shughes> |
| Status: | CLOSED DUPLICATE | QA Contact: | Beth Nackashi <bnackash> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.9 | CC: | shughes |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| URL: | na | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-05-22 14:34:11 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Red Hat Enterprise Linux AS release 3 (Taroon Update 9) [root@dhcp231-70 root]# uname -a Linux dhcp231-70.rdu.redhat.com 2.4.21-50.ELsmp #1 SMP Tue May 8 17:18:29 EDT 2007 i686 i686 i386 GNU/Linux [root@dhcp231-70 root]# rpm -qa | grep rhn-applet rhn-applet-2.1.25-15 [root@dhcp231-70 root]# |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061215 Red Hat/1.5.0.9-0.1.el4 Firefox/1.5.0.9 Description of problem: rhn-applet-2.1.25-15 on x86 rhel3_u9 does not work correctly or at all. rhn-applet fails to communicate w/ the server [root@dhcp231-70 root]# rhn-applet-tui Traceback (most recent call last): File "/usr/bin/rhn-applet-tui", line 103, in ? main(original_arg_list) File "/usr/bin/rhn-applet-tui", line 63, in main model = rhnAppletModelTUI(None, url, uuid) File "/usr/bin/../share/rhn/rhn_applet/rhn_applet_model.py", line 430, in __init__ source.refresh(1) File "/usr/bin/../share/rhn/rhn_applet/rhn_applet_source.py", line 35, in refresh self._do_refresh() File "/usr/bin/../share/rhn/rhn_applet/rhn_applet_rpc.py", line 212, in _do_refresh status = server.applet.poll_status() File "/usr/lib/python2.2/xmlrpclib.py", line 821, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.2/site-packages/rhn/rpclib.py", line 319, in _request request, verbose=self._verbose) File "/usr/lib/python2.2/site-packages/rhn/transports.py", line 168, in request headers, fd = req.send_http(host, handler) File "/usr/lib/python2.2/site-packages/rhn/transports.py", line 694, in send_http self._connection.connect() File "/usr/lib/python2.2/site-packages/rhn/connections.py", line 211, in connect sock.settimeout(SSL.DEFAULT_TIMEOUT) AttributeError: '_socket.socket' object has no attribute 'settimeout' This also may be related to bug 240386. The above SSL error may be due to the fact that its trying to connect to server_url=https://xmlrpc.rhn.redhat.com/APPLET by default, and isnt updated when its registerd to a different server. Version-Release number of selected component (if applicable): rhn-applet-2.1.25-15 x86 only How reproducible: Always Steps to Reproduce: see above Actual Results: Expected Results: Additional info: