Skip to content

Instantly share code, notes, and snippets.

Created August 19, 2015 19:36
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/798271ef4f65992344a4 to your computer and use it in GitHub Desktop.
Save anonymous/798271ef4f65992344a4 to your computer and use it in GitHub Desktop.
salt-run -l debug fileserver.update
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/gitfs.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/gitfs.conf
[DEBUG ] Including configuration from '/etc/salt/master.d/peer.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/peer.conf
[DEBUG ] Configuration file path: /etc/salt/master
[DEBUG ] LazyLoaded fileserver.update
[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-19T19:36:02.230657'}
[DEBUG ] Sending event - data = {'fun': 'runner.fileserver.update', 'jid': '20150819153602226424', 'user': 'root', '_stamp': '2015-08-19T19:36:02.232843'}
[DEBUG ] Error loading runners.nacl: libnacl import error, perhaps missing python libnacl package
[DEBUG ] pygit2 gitfs_provider enabled
[DEBUG ] LazyLoaded git.envs
[DEBUG ] Updating git fileserver cache
[DEBUG ] Set lock for ssh://git@git.isostech.com:7999/sal/salt-stsi.git
[DEBUG ] gitfs is fetching from ssh://git@git.isostech.com:7999/sal/salt-stsi.git
[DEBUG ] gitfs remote ssh://git@git.isostech.com:7999/sal/salt-stsi.git is up-to-date
[DEBUG ] pygit2 does not support detecting stale refs for authenticated remotes, saltenvs will not reflect branches/tags removed from remote repository ssh://git@git.isostech.com:7999/sal/salt-stsi.git
[DEBUG ] Removed lock for ssh://git@git.isostech.com:7999/sal/salt-stsi.git
[DEBUG ] LazyLoaded nested.output
True
[DEBUG ] Sending event - data = {'jid': '20150819153602226424', 'return': True, 'success': True, '_stamp': '2015-08-19T19:36:03.037572', 'user': 'root', 'fun': 'runner.fileserver.update'}
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/gitfs.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/gitfs.conf
[DEBUG ] Including configuration from '/etc/salt/master.d/peer.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/peer.conf
[DEBUG ] Guessing ID. The id can be explicitly in set /etc/salt/minion
[INFO ] Found minion id from generate_minion_id(): tlprjirav1.stsci.edu
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/gitfs.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/gitfs.conf
[DEBUG ] Including configuration from '/etc/salt/master.d/peer.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/peer.conf
[DEBUG ] LazyLoaded local_cache.prep_jid
[INFO ] Runner completed: 20150819153602226424
[DEBUG ] Runner return: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment