Advertisement
Guest User

Untitled

a guest
Feb 16th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. [DEBUG ] Reading configuration from /etc/salt/minion
  2. [DEBUG ] Using cached minion ID from /etc/salt/minion_id: Desktop
  3. [DEBUG ] Configuration file path: /etc/salt/minion
  4. [WARNING ] Failed to open log file, do you have permission to write to /var/log/salt/minion?
  5. [WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
  6. [DEBUG ] Reading configuration from /etc/salt/minion
  7. [DEBUG ] Please install 'virt-what' to improve results of the 'virtual' grain.
  8. [WARNING ] Although 'dmidecode' was found in path, the current user cannot execute it. Grains output might not be accurate.
  9. [INFO ] Determining pillar cache
  10. [DEBUG ] LazyLoaded jinja.render
  11. [DEBUG ] LazyLoaded yaml.render
  12. [DEBUG ] compile template: /home/anna/PycharmProjects/ghostwriter/cockpit/pillar/top.sls
  13. [DEBUG ] Jinja search path: ['/home/anna/PycharmProjects/ghostwriter/cockpit/pillar']
  14. [PROFILE ] Time (in seconds) to render '/home/anna/PycharmProjects/ghostwriter/cockpit/pillar/top.sls' using 'jinja' renderer: 0.0023889541626
  15. [DEBUG ] Rendered data from file: /home/anna/PycharmProjects/ghostwriter/cockpit/pillar/top.sls:
  16.  
  17. base:
  18. local:
  19. - test
  20.  
  21. [DEBUG ] LazyLoaded config.get
  22. [DEBUG ] Results of YAML rendering:
  23. OrderedDict([('base', OrderedDict([('local', ['test'])]))])
  24. [PROFILE ] Time (in seconds) to render '/home/anna/PycharmProjects/ghostwriter/cockpit/pillar/top.sls' using 'yaml' renderer: 0.0032000541687
  25. [DEBUG ] compound_match: local ? local
  26. [DEBUG ] compound_match local ? "local" => "True"
  27. [DEBUG ] compile template: /home/anna/PycharmProjects/ghostwriter/cockpit/pillar/test.sls
  28. [DEBUG ] Jinja search path: ['/home/anna/PycharmProjects/ghostwriter/cockpit/pillar']
  29. [PROFILE ] Time (in seconds) to render '/home/anna/PycharmProjects/ghostwriter/cockpit/pillar/test.sls' using 'jinja' renderer: 0.000683069229126
  30. [DEBUG ] Rendered data from file: /home/anna/PycharmProjects/ghostwriter/cockpit/pillar/test.sls:
  31. user:
  32. user: anna
  33.  
  34. dbs:
  35. immo_at:
  36. host: immo.lotserver.de
  37. port: 54322
  38. user: lot_export
  39. password: Mi0gaoyM3o
  40. immo_main_de:
  41. host: immo.lotserver.de
  42. port: 54322
  43. user: lot_export
  44. password: Mi0gaoyM3o
  45.  
  46. [DEBUG ] Results of YAML rendering:
  47. OrderedDict([('user', OrderedDict([('user', 'anna')])), ('dbs', OrderedDict([('immo_at', OrderedDict([('host', 'immo.lotserver.de'), ('port', 54322), ('user', 'lot_export'), ('password', 'Mi0gaoyM3o')])), ('immo_main_de', OrderedDict([('host', 'immo.lotserver.de'), ('port', 54322), ('user', 'lot_export'), ('password', 'Mi0gaoyM3o')]))]))])
  48. [PROFILE ] Time (in seconds) to render '/home/anna/PycharmProjects/ghostwriter/cockpit/pillar/test.sls' using 'yaml' renderer: 0.00215411186218
  49. [DEBUG ] LazyLoaded jinja.render
  50. [DEBUG ] LazyLoaded yaml.render
  51. [DEBUG ] LazyLoaded state.sls
  52. Cannot write to process directory. Do you have permissions to write to /var/cache/salt/minion/proc/20180216112617639606 ?
  53. [DEBUG ] LazyLoaded saltutil.is_running
  54. [DEBUG ] LazyLoaded grains.get
  55. [DEBUG ] LazyLoaded roots.envs
  56. [DEBUG ] Could not LazyLoad roots.init
  57. [DEBUG ] Updating roots fileserver cache
  58. [ERROR ] An un-handled exception was caught by salt's global exception handler:
  59. IOError: [Errno 13] Permission denied: '/var/cache/salt/minion/roots/mtime_map'
  60. Traceback (most recent call last):
  61. File "/usr/bin/salt-call", line 11, in <module>
  62. salt_call()
  63. File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 335, in salt_call
  64. client.run()
  65. File "/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 53, in run
  66. caller.run()
  67. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 133, in run
  68. ret = self.call()
  69. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 196, in call
  70. ret['return'] = func(*args, **kwargs)
  71. File "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 727, in sls
  72. mocked=kwargs.get('mock', False))
  73. File "/usr/lib/python2.7/dist-packages/salt/state.py", line 3200, in __init__
  74. self.client = salt.fileclient.get_file_client(self.opts)
  75. File "/usr/lib/python2.7/dist-packages/salt/fileclient.py", line 57, in get_file_client
  76. }.get(client, RemoteClient)(opts)
  77. File "/usr/lib/python2.7/dist-packages/salt/fileclient.py", line 1351, in __init__
  78. self.channel = salt.fileserver.FSChan(opts)
  79. File "/usr/lib/python2.7/dist-packages/salt/fileserver/__init__.py", line 726, in __init__
  80. self.fs.update()
  81. File "/usr/lib/python2.7/dist-packages/salt/fileserver/__init__.py", line 453, in update
  82. self.servers[fstr]()
  83. File "/usr/lib/python2.7/dist-packages/salt/fileserver/roots.py", line 155, in update
  84. with salt.utils.fopen(mtime_map_path, 'w') as fp_:
  85. File "/usr/lib/python2.7/dist-packages/salt/utils/__init__.py", line 1204, in fopen
  86. fhandle = open(*args, **kwargs)
  87. IOError: [Errno 13] Permission denied: '/var/cache/salt/minion/roots/mtime_map'
  88. Traceback (most recent call last):
  89. File "/usr/bin/salt-call", line 11, in <module>
  90. salt_call()
  91. File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 335, in salt_call
  92. client.run()
  93. File "/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 53, in run
  94. caller.run()
  95. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 133, in run
  96. ret = self.call()
  97. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 196, in call
  98. ret['return'] = func(*args, **kwargs)
  99. File "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 727, in sls
  100. mocked=kwargs.get('mock', False))
  101. File "/usr/lib/python2.7/dist-packages/salt/state.py", line 3200, in __init__
  102. self.client = salt.fileclient.get_file_client(self.opts)
  103. File "/usr/lib/python2.7/dist-packages/salt/fileclient.py", line 57, in get_file_client
  104. }.get(client, RemoteClient)(opts)
  105. File "/usr/lib/python2.7/dist-packages/salt/fileclient.py", line 1351, in __init__
  106. self.channel = salt.fileserver.FSChan(opts)
  107. File "/usr/lib/python2.7/dist-packages/salt/fileserver/__init__.py", line 726, in __init__
  108. self.fs.update()
  109. File "/usr/lib/python2.7/dist-packages/salt/fileserver/__init__.py", line 453, in update
  110. self.servers[fstr]()
  111. File "/usr/lib/python2.7/dist-packages/salt/fileserver/roots.py", line 155, in update
  112. with salt.utils.fopen(mtime_map_path, 'w') as fp_:
  113. File "/usr/lib/python2.7/dist-packages/salt/utils/__init__.py", line 1204, in fopen
  114. fhandle = open(*args, **kwargs)
  115. IOError: [Errno 13] Permission denied: '/var/cache/salt/minion/roots/mtime_map'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement