Bug 619046 - anamon traceback
Summary: anamon traceback
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Fedora
Classification: Fedora
Component: cobbler
Version: 15
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Bill Peck
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-28 12:50 UTC by Jan Sarenik
Modified: 2012-09-13 14:56 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-28 12:51:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jan Sarenik 2010-07-28 12:50:06 UTC
Description of problem:
When I reserve a system using beaker-client and following command
$ bkr workflow-simple --arch=x86_64 --distro=RHEL6.0-20100727.n.1 --task=/distribution/reservesys

I find following message in console.log right after the installed system
prompts for login.

--------------------------------------------------------------------------
...
Starting sm-client: [  OK  ]^M^M
Starting crond: [  OK  ]^M[  OK  ]^M^M
Starting atd: [  OK  ]^M[  OK  ]^M^M
Starting anamon: [  OK  ]^M^M

Red Hat Enterprise Linux Server release 6.0 Beta (Santiago)
Kernel 2.6.32-52.el6.x86_64 on an x86_64

ibm-ls41-02.rhts.eng.bos.redhat.com login: Traceback (most recent call last):
  File "/usr/local/sbin/anamon", line 273, in <module>
    anamon_loop()
  File "/usr/local/sbin/anamon", line 222, in anamon_loop
    wf.update()
  File "/usr/local/sbin/anamon", line 121, in update
    self.uploadWrapper()
  File "/usr/local/sbin/anamon", line 106, in uploadWrapper
    if session.upload_log_data(name, self.alias, sz, offset, data):
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/usr/lib64/python2.6/httplib.py", line 904, in endheaders
    self._send_output()
  File "/usr/lib64/python2.6/httplib.py", line 776, in _send_output
    self.send(msg)
  File "/usr/lib64/python2.6/httplib.py", line 735, in send
    self.connect()
  File "/usr/lib64/python2.6/httplib.py", line 716, in connect
    self.timeout)
  File "/usr/lib64/python2.6/socket.py", line 500, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno -2] Name or service not known
[-- MARK -- Wed Jul 28 05:40:00 2010]
--------------------------------------------------------------------------

Version-Release number of selected component (if applicable):
I have no idea what version of Anamon got installed there.


Note You need to log in before you can comment on or make changes to this bug.