Skip to content

Instantly share code, notes, and snippets.

@akoumjian
Created September 1, 2015 17:26
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 akoumjian/95682e9a2b0b94c37c11 to your computer and use it in GitHub Desktop.
Save akoumjian/95682e9a2b0b94c37c11 to your computer and use it in GitHub Desktop.
vagrant@precise64:~$ sudo salt-call --local test.versions_report
local:
Salt: 2015.5.5
Python: 2.7.3 (default, Sep 26 2013, 20:03:06)
Jinja2: 2.6
M2Crypto: 0.21.1
msgpack-python: 0.1.10
msgpack-pure: Not Installed
pycrypto: 2.6.1
libnacl: Not Installed
PyYAML: 3.10
ioflo: Not Installed
PyZMQ: 14.0.1
RAET: Not Installed
ZMQ: 4.0.4
Mako: Not Installed
Tornado: 4.2.1
timelib: Not Installed
dateutil: 1.5
Traceback (most recent call last):
File "/usr/bin/salt-call", line 11, in <module>
salt_call()
File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 227, in salt_call
client.run()
File "/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 69, in run
caller.run()
File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 236, in run
ret = self.call()
File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 138, in call
ret['return'] = func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 538, in highstate
whitelist=kwargs.get('whitelist')
File "/usr/lib/python2.7/dist-packages/salt/state.py", line 2977, in call_highstate
self.serial.dump(high, fp_)
File "/usr/lib/python2.7/dist-packages/salt/payload.py", line 174, in dump
fn_.write(self.dumps(msg))
File "/usr/lib/python2.7/dist-packages/salt/payload.py", line 122, in dumps
except (OverflowError, msgpack.exceptions.PackValueError):
AttributeError: 'module' object has no attribute 'exceptions'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment