Skip to content

Instantly share code, notes, and snippets.

Created March 3, 2015 22:56
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/0c88f484d2bc3e1405ad to your computer and use it in GitHub Desktop.
Save anonymous/0c88f484d2bc3e1405ad to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/bin/salt-call", line 11, in <module>
salt_call()
File "/usr/lib/python2.6/site-packages/salt/scripts.py", line 123, in salt_call
client.run()
File "/usr/lib/python2.6/site-packages/salt/cli/__init__.py", line 420, in run
caller.run()
File "/usr/lib/python2.6/site-packages/salt/cli/caller.py", line 225, in run
ret = self.call()
File "/usr/lib/python2.6/site-packages/salt/cli/caller.py", line 129, in call
ret['return'] = func(*args, **kwargs)
File "/var/cache/salt/minion/extmods/modules/test.py", line 13, in status
state = __salt__['service.status'](name)
File "/usr/lib/python2.6/site-packages/salt/modules/service.py", line 122, in status
return __salt__['status.pid'](sig if sig else name)
File "/usr/lib/python2.6/site-packages/salt/modules/status.py", line 522, in pid
cmd = __grains__['ps']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment