Bug 1423004
| Summary: | yum-rhn-plugin sending malformed request header | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Grant Gainey <ggainey> |
| Component: | yum-rhn-plugin | Assignee: | Tomáš Kašpárek <tkasparek> |
| Status: | CLOSED NOTABUG | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.11 | CC: | adujicek, jneedle, satqe-list, tkasparek, tlestach, xdmoon |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1423003 | Environment: | |
| Last Closed: | 2017-02-17 16:18:19 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: | 1423003, 1423007 | ||
| Bug Blocks: | |||
|
Description
Grant Gainey
2017-02-16 20:24:01 UTC
As for RHEL6, this needs to get into active zstreams as well Proposed solution: https://github.com/spacewalkproject/spacewalk/pull/506 RHEL5 is not affected by this issue, yum-rhn-plugin does not include that part of code # rpm -q yum-rhn-plugin yum-rhn-plugin-0.5.4.1-7.el5 # grep curl /usr/lib/yum-plugins/rhnplugin.py || echo no-curl no-curl I registered RHEL 5 to Satellite 5.8 Beta and it succesfully downloaded repodata of spacewalk-tools (rhel-x86_64-server-5 was empty) # yum repolist Loaded plugins: product-id, rhnplugin, security, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. This system is receiving updates from RHN Classic or RHN Satellite. repo id repo name status rhel-x86_64-server-5 Red Hat Enterprise Linux (v. 5 for 64-bit x86_64) 0 spacewalk-tools spacewalk-tools 24 Satellite package versions # rpm -q httpd httpd-2.2.15-60.el6.x86_64 |