Skip to content

Instantly share code, notes, and snippets.

Created August 13, 2015 18:50
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/fb2f4706e0eb808b848c to your computer and use it in GitHub Desktop.
Save anonymous/fb2f4706e0eb808b848c to your computer and use it in GitHub Desktop.
[root@salt salt]# salt-run -l all manage.status
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt.sam.pitt.edu
[TRACE ] None of the required configuration sections, 'logstash_udp_handler' and 'logstash_zmq_handler', were found the in the configuration. Not loading the Logstash logging handlers module.
[DEBUG ] Configuration file path: /etc/salt/master
[TRACE ] Trying pysss.getgrouplist for 'root'
[TRACE ] Group list for user 'root': []
[DEBUG ] LazyLoaded manage.status
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-13T18:49:47.835588'}
[TRACE ] get_event() received = {'tag': 'salt/event/new_client', 'data': {'_stamp': '2015-08-13T18:49:47.835588'}}
[DEBUG ] Sending event - data = {'fun': 'runner.manage.status', 'jid': '20150813144947834359', 'user': 'root', '_stamp': '2015-08-13T18:49:47.837770'}
[DEBUG ] Error loading runners.nacl: libnacl import error, perhaps missing python libnacl package
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt.sam.pitt.edu
[DEBUG ] Missing configuration file: /root/.saltrc
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-13T18:49:47.936696'}
[TRACE ] get_event() received = {'tag': 'salt/event/new_client', 'data': {'_stamp': '2015-08-13T18:49:47.936696'}}
'int' object has no attribute 'pop'
[DEBUG ] LazyLoaded nested.output
[TRACE ] data = {}
[DEBUG ] Sending event - data = {'jid': '20150813144947834359', 'return': {}, 'success': True, '_stamp': '2015-08-13T18:49:50.113603', 'user': 'root', 'fun': 'runner.manage.status'}
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt.sam.pitt.edu
[DEBUG ] Reading configuration from /etc/salt/master
[TRACE ] Device ram0 does not report itself as an SSD
[TRACE ] Device ram1 does not report itself as an SSD
[TRACE ] Device ram2 does not report itself as an SSD
[TRACE ] Device ram3 does not report itself as an SSD
[TRACE ] Device ram4 does not report itself as an SSD
[TRACE ] Device ram5 does not report itself as an SSD
[TRACE ] Device ram6 does not report itself as an SSD
[TRACE ] Device ram7 does not report itself as an SSD
[TRACE ] Device ram8 does not report itself as an SSD
[TRACE ] Device ram9 does not report itself as an SSD
[TRACE ] Device ram10 does not report itself as an SSD
[TRACE ] Device ram11 does not report itself as an SSD
[TRACE ] Device ram12 does not report itself as an SSD
[TRACE ] Device ram13 does not report itself as an SSD
[TRACE ] Device ram14 does not report itself as an SSD
[TRACE ] Device ram15 does not report itself as an SSD
[TRACE ] Device loop0 does not report itself as an SSD
[TRACE ] Device loop1 does not report itself as an SSD
[TRACE ] Device loop2 does not report itself as an SSD
[TRACE ] Device loop3 does not report itself as an SSD
[TRACE ] Device loop4 does not report itself as an SSD
[TRACE ] Device loop5 does not report itself as an SSD
[TRACE ] Device loop6 does not report itself as an SSD
[TRACE ] Device loop7 does not report itself as an SSD
[TRACE ] Device sr0 does not report itself as an SSD
[TRACE ] Device sda does not report itself as an SSD
[TRACE ] Device dm-0 does not report itself as an SSD
[TRACE ] Device dm-1 does not report itself as an SSD
[TRACE ] Device dm-2 does not report itself as an SSD
[DEBUG ] LazyLoaded local_cache.prep_jid
[ERROR ] An un-handled exception was caught by salt's global exception handler:
IOError: [Errno 2] No such file or directory: '/var/cache/salt/master/jobs/53/1d5f8040275bb11803bf7d2edbc996/jid'
Traceback (most recent call last):
File "/usr/bin/salt-run", line 10, in <module>
salt_run()
File "/usr/lib/python2.6/site-packages/salt/scripts.py", line 250, in salt_run
client.run()
File "/usr/lib/python2.6/site-packages/salt/cli/run.py", line 54, in run
runner.run()
File "/usr/lib/python2.6/site-packages/salt/runner.py", line 166, in run
False) # Don't daemonize
File "/usr/lib/python2.6/site-packages/salt/client/mixins.py", line 381, in _proc_function
return self.low(fun, low)
File "/usr/lib/python2.6/site-packages/salt/client/mixins.py", line 336, in low
mminion=self.mminion,
File "/usr/lib/python2.6/site-packages/salt/utils/job.py", line 51, in store_job
mminion.returners[jidstore_fstr](False, passed_jid=load['jid'])
File "/usr/lib/python2.6/site-packages/salt/returners/local_cache.py", line 124, in prep_jid
with salt.utils.fopen(os.path.join(jid_dir_, 'jid'), 'wb+') as fn_:
File "/usr/lib/python2.6/site-packages/salt/utils/__init__.py", line 1045, in fopen
fhandle = open(*args, **kwargs)
IOError: [Errno 2] No such file or directory: '/var/cache/salt/master/jobs/53/1d5f8040275bb11803bf7d2edbc996/jid'
Traceback (most recent call last):
File "/usr/bin/salt-run", line 10, in <module>
salt_run()
File "/usr/lib/python2.6/site-packages/salt/scripts.py", line 250, in salt_run
client.run()
File "/usr/lib/python2.6/site-packages/salt/cli/run.py", line 54, in run
runner.run()
File "/usr/lib/python2.6/site-packages/salt/runner.py", line 166, in run
False) # Don't daemonize
File "/usr/lib/python2.6/site-packages/salt/client/mixins.py", line 381, in _proc_function
return self.low(fun, low)
File "/usr/lib/python2.6/site-packages/salt/client/mixins.py", line 336, in low
mminion=self.mminion,
File "/usr/lib/python2.6/site-packages/salt/utils/job.py", line 51, in store_job
mminion.returners[jidstore_fstr](False, passed_jid=load['jid'])
File "/usr/lib/python2.6/site-packages/salt/returners/local_cache.py", line 124, in prep_jid
with salt.utils.fopen(os.path.join(jid_dir_, 'jid'), 'wb+') as fn_:
File "/usr/lib/python2.6/site-packages/salt/utils/__init__.py", line 1045, in fopen
fhandle = open(*args, **kwargs)
IOError: [Errno 2] No such file or directory: '/var/cache/salt/master/jobs/53/1d5f8040275bb11803bf7d2edbc996/jid'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment