Bug 485459
| Summary: | rhn-custom-info Talking to Non-Existent RPC URL | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Devan Goodwin <dgoodwin> |
| Component: | Clients | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Devan Goodwin <dgoodwin> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.4 | CC: | bperkins |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-17 07:10:22 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: | 456553 | ||
Verified in spacewalk 0.5. Spacewalk 0.5 released. Spacewalk 0.5 has been released for long time ago. |
Running rhn-custom-info results in an error for missing WEBRPC URL. Actual results: [root@centos1 ~]# rhn-custom-info -l -u admin -p PASSWORD Traceback (most recent call last): File "/usr/bin/rhn-custom-info", line 257, in ? main() File "/usr/bin/rhn-custom-info", line 225, in main session = s.auth.login(options.username, options.password) File "/usr/lib/python2.4/site-packages/rhn/rpclib.py", line 593, in __call__ return self._send(self._name, args) File "/usr/lib/python2.4/site-packages/rhn/rpclib.py", line 323, in _request raise pe xmlrpclib.ProtocolError: <ProtocolError for 192.168.1.40 /WEBRPC/api: 404 Not Found> Additional info: Appears that this should be trying to talk to /rpc/api instead, may be related to recent changes to get away from satellite-httpd. Changing the url in /usr/bin/rhn-custom-info gets past this issue.