Bug 1450496
Summary: | get possible orgs registration function removed from server side | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Shannon Hughes <shughes> |
Component: | Server | Assignee: | Tomáš Kašpárek <tkasparek> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Radovan Drazny <rdrazny> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 580 | CC: | adujicek, galtukho, ggainey, kdixon, rdrazny, shughes, tasander, tlestach, xdmoon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | spacewalk-backend-2.5.3-131-sat | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-06-21 12:13:12 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: | 1400201 |
Description
Shannon Hughes
2017-05-12 18:58:34 UTC
I am completely OK with reverting said commit, but I'd like to see a reproducer steps so I (and our QE) can properly test this change. I've tried rhnreg_ks --serverUrl=http://vega15.qa.lab.tlv.redhat.com/XMLRPC --username=admin --password=***** also: rhnreg_ks --serverUrl=http://vega15.qa.lab.tlv.redhat.com/XMLRPC --username=admin --password=***** --use-eus-channel --force also: rhnreg_ks --serverUrl=http://vega15.qa.lab.tlv.redhat.com/XMLRPC --activationkey=1-tkasparek --force cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.11 (Tikanga) But no traceback. Shanon, can you please provide me steps to reproduce? spacewalk.git(master): c37dde2e39e576cb6fe07fd0133acad2caab098a Reproduced on spacewalk-backend-2.5.3-123. When registering RHEL 5 server to Satellite using rhn_registration, there is error message "The server you are attempting to register against does not support this version of the client" and error in logs: <...> Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/spacewalk/server/apacheRequest.py", line 134, in call_function func = self.method_ref(method) File "/usr/lib/python2.6/site-packages/spacewalk/server/apacheRequest.py", line 483, in method_ref raise UnknownXML("function: %s invalid" % (method,)) UnknownXML: Invalid request received (function: registration.get_possible_orgs invalid). <...> After updating to spacewalk-backend-2.5.3-133 the registration is successful, no error message, no error in logs, system is present in the Satellite. |