Created
March 7, 2013 18:17
-
-
Save rca/5110379 to your computer and use it in GitHub Desktop.
When running `salt-call state.highstate` from a minion, I see this in master's log.
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
local@bm-allinone:~$ 2013-03-07 13:37:24,076 [salt.loaded.int.module.debconfmod][WARNING ] Package debconf-utils is not installed. | |
2013-03-07 13:37:24,379 [salt.loaded.int.module.debconfmod][WARNING ] Package debconf-utils is not installed. | |
2013-03-07 13:37:24,552 [salt.loaded.int.top.cobbler][ERROR ] Could not connect to cobbler. | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/salt/tops/cobbler.py", line 49, in top | |
data = server.get_blended_data(None, minion_id) | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__ | |
return self.__send(self.__name, args) | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1578, in __request | |
verbose=self.__verbose | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request | |
return self.single_request(host, handler, request_body, verbose) | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1312, in single_request | |
response.msg, | |
ProtocolError: <ProtocolError for localhost/cobbler_api: 405 Not Allowed> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment