Hide Forgot
Beaker Developers, Is it possible to disable koan for the default installations. It is causing confusion when the system is displaying tracebacks for no reason. Show quoted text koan, Checking for re-install: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/koan/utils.py", line 535, 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 567, in create_connection raise error, msg error: [Errno 113] No route to host Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/koan/utils.py", line 535, 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 113] No route to host
This is handled by LabController provided kickstart.
+1. I was just about to file a bug for this. If it indeed is harmless then please handle the error more gracefully: catch the exception and print an log message. Jobs I've seen this in: https://beaker.engineering.redhat.com/jobs/240490 https://beaker.engineering.redhat.com/jobs/226860 https://beaker.engineering.redhat.com/jobs/226748
this will be resolved in 0.9
Beaker 0.9.0 has been released.