Skip to content

Instantly share code, notes, and snippets.

@rubic
Created January 16, 2012 01:54
Show Gist options
  • Save rubic/1618625 to your computer and use it in GitHub Desktop.
Save rubic/1618625 to your computer and use it in GitHub Desktop.
salt 0.9.4 traceback on master
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/local/lib/python2.7/dist-packages/salt/master.py", line 295, in run
self.__bind()
File "/usr/local/lib/python2.7/dist-packages/salt/master.py", line 251, in __bind
payload = salt.payload.unpackage(package)
File "/usr/local/lib/python2.7/dist-packages/salt/payload.py", line 21, in unpackage
return pickle.loads(package_)
ValueError: unregistered extension code 164
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment