Created
January 16, 2012 01:54
-
-
Save rubic/1618625 to your computer and use it in GitHub Desktop.
salt 0.9.4 traceback on master
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
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