Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. root@atomic:/etc/salt# salt-run -l debug fileserver.update
  2. [DEBUG ] Reading configuration from /etc/salt/master
  3. [DEBUG ] Including configuration from '/etc/salt/master.d/nodegroups.conf'
  4. [DEBUG ] Reading configuration from /etc/salt/master.d/nodegroups.conf
  5. [DEBUG ] Using cached minion ID from /etc/salt/minion_id: atomic
  6. [DEBUG ] Missing configuration file: /root/.saltrc
  7. [DEBUG ] Configuration file path: /etc/salt/master
  8. [WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
  9. [DEBUG ] LazyLoaded fileserver.update
  10. [DEBUG ] Reading configuration from /etc/salt/master
  11. [DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
  12. [DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
  13. [DEBUG ] Using cached minion ID from /etc/salt/minion_id: atomic
  14. [DEBUG ] Reading configuration from /etc/salt/master
  15. [DEBUG ] Including configuration from '/etc/salt/master.d/nodegroups.conf'
  16. [DEBUG ] Reading configuration from /etc/salt/master.d/nodegroups.conf
  17. [DEBUG ] Please install 'virt-what' to improve results of the 'virtual' grain.
  18. [DEBUG ] MasterEvent PUB socket URI: /var/run/salt/master/master_event_pub.ipc
  19. [DEBUG ] MasterEvent PULL socket URI: /var/run/salt/master/master_event_pull.ipc
  20. [DEBUG ] Initializing new IPCClient for path: /var/run/salt/master/master_event_pull.ipc
  21. [DEBUG ] Sending event: tag = salt/run/20161211004303957328/new; data = {'fun': 'runner.fileserver.update', 'fun_args': [], 'jid': '20161211004303957328', 'user': 'root', '_stamp': '2016-12-11T06:43:04.555098'}
  22. [DEBUG ] gitpython gitfs_provider enabled
  23. [DEBUG ] LazyLoaded git.envs
  24. [DEBUG ] Updating git fileserver cache
  25. [INFO ] Wrote new gitfs remote map to /var/cache/salt/master/gitfs/remote_map.txt
  26. [DEBUG ] gitfs removed old cachedir /var/cache/salt/master/gitfs/ea0482c262815d62f21f4b9b718ccd235fa70f5cd06f57c747a6ae1b291fb067
  27. [DEBUG ] gitfs removed old cachedir /var/cache/salt/master/gitfs/6c4673166729de820da4656b2ee2634cb02c87a05f61528344447f1551cba4bf
  28. [INFO ] Wrote new gitfs remote map to /var/cache/salt/master/gitfs/remote_map.txt
  29. [DEBUG ] Set update lock for gitfs remote 'ssh://git@icebal.com:icebal/salt-gitfs-top-files.git'
  30. [DEBUG ] Fetching gitfs remote 'ssh://git@icebal.com:icebal/salt-gitfs-top-files.git'
  31. [DEBUG ] Removed update lock for gitfs remote 'ssh://git@icebal.com:icebal/salt-gitfs-top-files.git'
  32. [ERROR ] Exception ''Error when fetching: fatal: Could not read from remote repository.
  33. ' returned with exit code 2' caught while fetching gitfs remote 'ssh://git@icebal.com:icebal/salt-gitfs-top-files.git'
  34. Traceback (most recent call last):
  35. File "/usr/local/lib/python2.7/dist-packages/salt/utils/gitfs.py", line 2324, in fetch_remotes
  36. if repo.fetch():
  37. File "/usr/local/lib/python2.7/dist-packages/salt/utils/gitfs.py", line 477, in fetch
  38. return self._fetch()
  39. File "/usr/local/lib/python2.7/dist-packages/salt/utils/gitfs.py", line 883, in _fetch
  40. fetch_results = origin.fetch()
  41. File "/usr/lib/python2.7/dist-packages/git/remote.py", line 690, in fetch
  42. res = self._get_fetch_info_from_stderr(proc, progress)
  43. File "/usr/lib/python2.7/dist-packages/git/remote.py", line 577, in _get_fetch_info_from_stderr
  44. raise GitCommandError(("Error when fetching: %s" % line,), 2)
  45. GitCommandError: 'Error when fetching: fatal: Could not read from remote repository.
  46. ' returned with exit code 2
  47. [DEBUG ] Set update lock for gitfs remote 'ssh://git@icebal.com:icebal/salt-gitfs.git'
  48. [DEBUG ] Fetching gitfs remote 'ssh://git@icebal.com:icebal/salt-gitfs.git'
  49. [DEBUG ] Removed update lock for gitfs remote 'ssh://git@icebal.com:icebal/salt-gitfs.git'
  50. [ERROR ] Exception ''Error when fetching: fatal: Could not read from remote repository.
  51. ' returned with exit code 2' caught while fetching gitfs remote 'ssh://git@icebal.com:icebal/salt-gitfs.git'
  52. Traceback (most recent call last):
  53. File "/usr/local/lib/python2.7/dist-packages/salt/utils/gitfs.py", line 2324, in fetch_remotes
  54. if repo.fetch():
  55. File "/usr/local/lib/python2.7/dist-packages/salt/utils/gitfs.py", line 477, in fetch
  56. return self._fetch()
  57. File "/usr/local/lib/python2.7/dist-packages/salt/utils/gitfs.py", line 883, in _fetch
  58. fetch_results = origin.fetch()
  59. File "/usr/lib/python2.7/dist-packages/git/remote.py", line 690, in fetch
  60. res = self._get_fetch_info_from_stderr(proc, progress)
  61. File "/usr/lib/python2.7/dist-packages/git/remote.py", line 577, in _get_fetch_info_from_stderr
  62. raise GitCommandError(("Error when fetching: %s" % line,), 2)
  63. GitCommandError: 'Error when fetching: fatal: Could not read from remote repository.
  64. ' returned with exit code 2
  65. [DEBUG ] Sending event: tag = salt/run/20161211004303957328/ret; data = {'fun_args': [], 'jid': '20161211004303957328', 'return': True, 'success': True, '_stamp': '2016-12-11T06:43:04.851971', 'user': 'root', 'fun': 'runner.fileserver.update'}
  66. [DEBUG ] LazyLoaded nested.output
  67. True
  68. [DEBUG ] LazyLoaded local_cache.prep_jid
  69. [INFO ] Runner completed: 20161211004303957328
  70. [DEBUG ] Runner return: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement