> - looking for Cobbler at https://foo.bar.com:25151/cobbler_api > 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 1112, in connect > sock = socket.create_connection((self.host, self.port), self.timeout) > File "/usr/lib64/python2.6/socket.py", line 567, in create_connection > raise error, msg > error: [Errno 111] Connection refused > Could not find Cobbler. > [pwright@dw3 ~]$ > > > My guess is that post 2.2 koan prefer https for xmlrpc transport, and the > error is due to our old cobbler server not listening for https traffic. is > there a quick workaround for this - or should i just finally get around to > upgrading this old cobbler server i've been ignoring for ages now?
Yep, this bug has been hitting several people. The solution is to use --port 80 for koan in the meantime, and the fix will be in 2.2.3 (due out in the near future). _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
