Bug 788890

Summary: Traceback from initscript: gaierror: [Errno -5] No address associated with hostname
Product: [Fedora] Fedora EPEL Reporter: Michal Nowak <mnowak>
Component: cobblerAssignee: James C. <jimi>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: el6CC: awood, jeckersb, jimi, ohudlick, orion, scott, shenson, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-21 19:22:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Michal Nowak 2012-02-09 08:50:48 UTC
Description of problem:

From /var/log/boot.log:

koan, Checking for re-install: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/koan/utils.py", line 542, in __try_connect
    xmlrpc_server.ping()
  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 908, in endheaders
    self._send_output()
  File "/usr/lib64/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/usr/lib64/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/usr/lib64/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/usr/lib64/python2.6/socket.py", line 553, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
gaierror: [Errno -5] No address associated with hostname


Version-Release number of selected component (if applicable):

koan-2.2.1-1.el6.noarch

Steps to Reproduce:
1. Boot

Comment 2 Orion Poplawski 2013-12-16 20:44:31 UTC
koan is a sub-package of cobbler

Comment 3 Orion Poplawski 2014-04-21 19:22:38 UTC
Re-open if this is still a problem.