Bug 619706
| Summary: | cannot register from specific machines | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Petr Sklenar <psklenar> | ||||
| Component: | up2date | Assignee: | Miroslav Suchý <msuchy> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Red Hat Satellite QA List <satqe-list> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 4.8 | Keywords: | Regression | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-08-04 14:27:48 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: | |||||||
| Attachments: |
|
||||||
|
Description
Petr Sklenar
2010-07-30 08:58:13 UTC
log from sat530:
[root@rlx-0-14 ~]# tail -f /var/log/httpd/error_log
Exception reported from rlx-0-14.rhndev.redhat.com
Time: Thu Jul 29 11:14:18 2010
Exception type xml.parsers.expat.ExpatError
Exception while handling function handler
Request object information:
URI: /XMLRPC
Remote Host: 10.16.64.46
Server Name: rlx-0-14.rhndev.redhat.com:443
Headers passed in:
Accept-Encoding: identity
Content-Length: 1756
Host: rlx-0-14.rhndev.redhat.com:443
content-type: text/xml
user-agent: rhn.rpclib.py/$Revision: 191145 $
x-client-version: 1
x-info: RPC Processor (C) Red Hat, Inc (version 194800)
x-rhn-client-capability:
packages.verifyAll(1)=1,caneatCheese(1)=1,packages.extended_profile(1)=1,reboot.reboot(1)=1,packages.verify(1)=1,packages.runTransaction(1)=1,packages.update(2)=2,packages.rollBack(1)=1
x-rhn-transport-capability: follow-redirects=3
x-transport-info: Extended Capabilities Transport (C) Red Hat, Inc (version
191145)
x-up2date-version: 4.8.1-33.el4_8.9
Extra information about this error:
Unhandled exception type
Exception Handler Information
Traceback (most recent call last):
File "/usr/share/rhn/server/apacheServer.py", line 58, in __call__
ret = f(req)
File "/usr/share/rhn/server/apacheHandler.py", line 198, in handler
ret = self._req_processor.process()
File "/usr/share/rhn/server/apacheRequest.py", line 465, in process
params, method = self.decode(_body)
File "/usr/share/rhn/server/apacheRequest.py", line 389, in decode
self.parser.feed(data)
File "/usr/lib/python2.4/xmlrpclib.py", line 527, in feed
self._parser.Parse(data, 0)
ExpatError: not well-formed (invalid token): line 60, column 15
Created attachment 435501 [details]
hw info
this is hw info from buggy machine, command:
PYTHONPATH=/usr/share/rhn python -c "from up2date_client import hardware; print hardware.Hardware()"
up2date-4.8.1-33.el4_8.5 was never publicly released. up2date-4.8.1-33.el4_8.6 was release in http://rhn.redhat.com/errata/RHBA-2010-0406.html I can register against sat521 with specific machine. So it appears only against sat530+rhn updates *** This bug has been marked as a duplicate of bug 619702 *** |