Hi List

I'm struggling to get cobbler working on Ubuntu Xenial Xerus, however
it's just one issue after the other. So far, I'm blocked at this
failure when running cobbler check:

---
root@cobbler:~# cobbler import --name=ubuntu16.04-x86_64 --arch=x86_64
--path=/mnt

httpd does not appear to be running and proxying cobbler, or SELinux
is in the way. Original traceback:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cobbler/cli.py", line 252, in
check_setup
    s.ping()
  File "/usr/lib/python2.7/xmlrpclib.py", line 1243, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1602, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.7/xmlrpclib.py", line 1283, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1311, in single_request
    self.send_content(h, request_body)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1459, in send_content
    connection.endheaders(request_body)
  File "/usr/lib/python2.7/httplib.py", line 1053, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 897, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 859, in send
    self.connect()
  File "/usr/lib/python2.7/httplib.py", line 836, in connect
    self.timeout, self.source_address)
  File "/usr/lib/python2.7/socket.py", line 575, in create_connection
    raise err
error: [Errno 113] No route to host
---

I see the line "error: [Errno 113] No route to host" , however it's
not clear to me what host cobbler is trying to connect to? apache is
up, and so is cobblerd:

---
root@cobbler:~# service cobblerd status
● cobbler.service - LSB: Cobbler daemon
   Loaded: loaded (/etc/init.d/cobbler; bad; vendor preset: enabled)
   Active: active (running) since Sun 2017-10-29 00:04:51 CEST; 33min ago
---

---
root@cobbler:~# service apache2 status
● apache2.service - LSB: Apache2 web server
   Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─apache2-systemd.conf
---

How would I troubleshoot this further and hopefully fix it?

Thanks in advance,
Traiano
_______________________________________________
cobbler mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to