Bug 1455167
Summary: | Provisioning of a client through RHN proxy fail | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Martin Korbel <mkorbel> |
Component: | Provisioning | Assignee: | Jan Dobes <jdobes> |
Status: | CLOSED WONTFIX | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 570 | CC: | jhutar, rdrazny, tlestach |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-07-13 15:03:51 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: | 1391420, 1450111 |
Description
Martin Korbel
2017-05-24 12:11:02 UTC
Problem arises only when the Proxy 5.6/5.7 is used with Satellite 5.8 The problem was fixed in spacewalk by the patch 687cd5695744d1e54a17738224a0d0309b70560c I downgrade RHEL6 to following packages: python-2.6.6-64.el6.x86_64 httpd-2.2.15-59.el6.x86_64 mod_wsgi-3.2-6.el6_5.x86_64 And the provisioning works through this proxy. Pavel confirmed patch mentioned in Comment#3 fixes this problem. Switching the BZ to MODIFIED, since we have a patch in upstream. Probably it will need more than one fix. I receive this errors: >> /var/log/httpd/access_log 192.168.122.67 - - [07/Jun/2017:08:31:06 -0400] "GET /ty/Jo6V6sE2/images/install.img HTTP/1.1" 500 - "-" "anaconda/13.21.254" >> /var/log/rhn/rhn_proxy_broker.log 2017/06/07 08:31:07 -04:00 28173 127.0.0.1: proxy/rhnShared._serverCommo('HTTP status code (200 means all is well): 500',) 2017/06/07 08:31:07 -04:00 28173 127.0.0.1: proxy/rhnShared._handleServerResponse('Forwarding status 500',) 2017/06/07 08:31:07 -04:00 28173 127.0.0.1: broker/rhnBroker.handler('Leaving handler with status code 500',) 2017/06/07 08:31:07 -04:00 28173 127.0.0.1: proxy/apacheHandler.handler('Leaving with status code 500',) 2017/06/07 08:31:07 -04:00 28173 127.0.0.1: common/rhnApache.logHandler 2017/06/07 08:31:07 -04:00 28173 127.0.0.1: proxy/apacheHandler.cleanupHandler 2017/06/07 08:31:07 -04:00 28173 127.0.0.1: common/rhnApache.cleanupHandler 2017/06/07 08:31:07 -04:00 28173 127.0.0.1: common/rhnApache.timer('Request served in 1.13 sec',) 2017/06/07 08:31:07 -04:00 28178 192.168.122.67: proxy/apacheHandler._querySatelliteForChecksum('Received response status: 500',) 2017/06/07 08:31:07 -04:00 28178 192.168.122.67: proxy/apacheHandler._querySatelliteForChecksum('HEAD req - Received error code in reponse: 500',) Based on Comment 11, switching back to NEW. |