Created
April 12, 2016 22:49
-
-
Save michaelrice/434ec37100879cb36be8498a6ee79b9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@mike-flask-temp:/usr/local/src/cobbler# cobbler check | |
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/local/lib/python2.7/dist-packages/cobbler/cli.py", line 252, in check_setup | |
s.ping() | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1233, in __call__ | |
return self.__send(self.__name, args) | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1587, in __request | |
verbose=self.__verbose | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1273, in request | |
return self.single_request(host, handler, request_body, verbose) | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1321, in single_request | |
response.msg, | |
ProtocolError: <ProtocolError for 127.0.0.1:80/cobbler_api: 404 Not Found> | |
root@mike-flask-temp:/usr/local/src/cobbler# service apache2 status | |
* apache2 is running |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment