Skip to content

Instantly share code, notes, and snippets.

@rca
Created March 7, 2013 22:40
Show Gist options
  • Save rca/5112505 to your computer and use it in GitHub Desktop.
Save rca/5112505 to your computer and use it in GitHub Desktop.
More problems with 45959aee3353159bea4c8c158cc8a5045aaed9be
local@bm-allinone:~$ sudo salt '*' test.ping
bm-d2:
True
2013-03-07 22:39:19,351 [salt.master ][ERROR ] An extra return was detected from minion bm-d2, please verify the minion, this could be a replay attack
local@bm-allinone:~$ sudo salt '*' state.highstate
bm-d2:
Data failed to compile:
----------
The function "state.highstate" is running as PID 407 and was started at 2013, Mar 07 22:39:30.137480
local@bm-allinone:~$ 2013-03-07 22:39:30,352 [salt.loaded.int.module.debconfmod][WARNING ] Package debconf-utils is not installed.
2013-03-07 22:39:33,483 [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: 502 Bad Gateway>
2013-03-07 22:39:33,486 [salt.master ][ERROR ] An extra return was detected from minion bm-d2, please verify the minion, this could be a replay attack
@rca
Copy link
Author

rca commented Mar 7, 2013

local@bm-allinone:~$ salt --version
salt 0.13.0-568-g45959ae
local@bm-allinone:~$ salt --versions-report
           Salt: 0.13.0-568-g45959ae
         Python: 2.7.3 (default, Aug  1 2012, 05:14:39)
         Jinja2: 2.6
       M2Crypto: 0.21.1
 msgpack-python: 0.1.10
   msgpack-pure: not installed
       pycrypto: 2.4.1
         PyYAML: 3.10
          PyZMQ: 2.2.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment