Bug 1117343
Summary: | OSAD cannot connect to Spacewalk via a Squid proxy | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Milan Zázrivec <mzazrivec> |
Component: | Server | Assignee: | Stephen Herr <sherr> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2.2 | CC: | akarlsso, awestbro, cperry, cww, kyoshida, mmello, satqe-list, tao, xdmoon |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | osad-5.11.47-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 567789 | Environment: | |
Last Closed: | 2015-04-14 19:02:50 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1119298, 1207293 |
Description
Milan Zázrivec
2014-07-08 13:33:43 UTC
spacewalk.git master: 401b64c6ccc1a09fcda05280fbf745c838cbc32c Spacewalk 2.2 has been released: https://fedorahosted.org/spacewalk/wiki/ReleaseNotes22 This fix has a problem, if using an unauthenticated proxy and having set enableProxyAuth=0 in /etc/sysconfig/rhn/up2date, you will get this error: Error caught: Traceback (most recent call last): File "/usr/share/rhn/osad/jabber_lib.py", line 119, in main c = self.setup_connection(no_fork=no_fork) File "/usr/share/rhn/osad/jabber_lib.py", line 253, in setup_connection c = self._get_jabber_client(js) File "/usr/share/rhn/osad/jabber_lib.py", line 306, in _get_jabber_client if cf['enable_proxy_auth']: KeyError: 'enable_proxy_auth' Committing to Spacewalk master: 50b9546ad2854c27fab998a1734fcdc71eaf9b82 Moving bugs to ON_QA as we move to release Spacewalk 2.3 Spacewalk 2.3 has been released. See https://fedorahosted.org/spacewalk/wiki/ReleaseNotes23 |