Skip to content

Instantly share code, notes, and snippets.

Created July 1, 2013 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5904604 to your computer and use it in GitHub Desktop.
Save anonymous/5904604 to your computer and use it in GitHub Desktop.
rocess Process-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python2.7/dist-packages/salt/utils/schedule.py", line 99, in handle_func
self.returners['{0}.returner'.format(returner)](ret)
KeyError: 'local.returner.returner'
[DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
[DEBUG ] Decrypting the current master AES key
[DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
Process Process-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python2.7/dist-packages/salt/utils/schedule.py", line 84, in handle_func
if isinstance(data['returner'], str):
KeyError: 'returner'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment