Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.82 KB | None | 0 0
  1. root salt-master /etc/salt/pki/master/minions $ rm -rf /var/cache/salt/master/
  2. root salt-master /etc/salt/pki/master/minions $ salt '*' saltutils.sync_all
  3. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  4. root salt-master /etc/salt/pki/master/minions $ salt '*' saltutils.sync_all
  5. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  6. root salt-master /etc/salt/pki/master/minions $ salt '*' saltutils.sync_all
  7. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  8. root salt-master /etc/salt/pki/master/minions $ salt '*' saltutils.sync_all
  9. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  10. root salt-master /etc/salt/pki/master/minions $ salt '*' saltutils.sync_all
  11. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  12. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  13. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  14. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  15. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  16. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  17. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  18. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  19. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  20. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  21. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  22. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  23. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  24. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  25. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  26. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  27. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  28. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  29. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  30. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  31. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  32. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  33. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  34. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  35. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  36. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  37. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  38. root salt-master /etc/salt/pki/master/minions $ salt '*' test.ping
  39. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  40. root salt-master /etc/salt/pki/master/minions $ salt-call test.ping
  41. local:
  42. True
  43. root salt-master /etc/salt/pki/master/minions $ salt-call test.ping
  44. local:
  45. True
  46. root salt-master /etc/salt/pki/master/minions $ salt-call test.ping
  47. local:
  48. True
  49. root salt-master /etc/salt/pki/master/minions $ salt-call test.ping
  50. [ERROR ] An un-handled exception was caught by salt's global exception handler:
  51. TypeError: string indices must be integers, not str
  52. Traceback (most recent call last):
  53. File "/usr/bin/salt-call", line 11, in <module>
  54. salt_call()
  55. File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 122, in salt_call
  56. client.run()
  57. File "/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 409, in run
  58. caller = salt.cli.caller.Caller.factory(self.config)
  59. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 64, in factory
  60. return ZeroMQCaller(opts, **kwargs)
  61. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 87, in __init__
  62. self.minion = salt.minion.SMinion(opts)
  63. File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 265, in __init__
  64. self.gen_modules()
  65. File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 277, in gen_modules
  66. self.opts['environment'],
  67. File "/usr/lib/python2.7/dist-packages/salt/pillar/__init__.py", line 91, in compile_pillar
  68. ret_pillar = self.sreq.crypted_transfer_decode_dictentry(load, dictkey='pillar', tries=3, timeout=7200)
  69. File "/usr/lib/python2.7/dist-packages/salt/transport/__init__.py", line 236, in crypted_transfer_decode_dictentry
  70. aes = key.private_decrypt(ret['key'], 4)
  71. TypeError: string indices must be integers, not str
  72. Traceback (most recent call last):
  73. File "/usr/bin/salt-call", line 11, in <module>
  74. salt_call()
  75. File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 122, in salt_call
  76. client.run()
  77. File "/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 409, in run
  78. caller = salt.cli.caller.Caller.factory(self.config)
  79. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 64, in factory
  80. return ZeroMQCaller(opts, **kwargs)
  81. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 87, in __init__
  82. self.minion = salt.minion.SMinion(opts)
  83. File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 265, in __init__
  84. self.gen_modules()
  85. File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 277, in gen_modules
  86. self.opts['environment'],
  87. File "/usr/lib/python2.7/dist-packages/salt/pillar/__init__.py", line 91, in compile_pillar
  88. ret_pillar = self.sreq.crypted_transfer_decode_dictentry(load, dictkey='pillar', tries=3, timeout=7200)
  89. File "/usr/lib/python2.7/dist-packages/salt/transport/__init__.py", line 236, in crypted_transfer_decode_dictentry
  90. aes = key.private_decrypt(ret['key'], 4)
  91. TypeError: string indices must be integers, not str
  92. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  93. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  94. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  95. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  96. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  97. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  98. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  99. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  100. root salt-master /etc/salt/pki/master/minions $ service salt-master restart
  101. salt-master stop/waiting
  102. salt-master start/running, process 18394
  103. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  104. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  105. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  106. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  107. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  108. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  109. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  110. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  111. root salt-master /etc/salt/pki/master/minions $
  112. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  113. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  114. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  115. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  116. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  117. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  118. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  119. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  120. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  121. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  122. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  123. No minions matched the target. No command was sent, no jid was assigned.
  124. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master' test.ping
  125. No minions matched the target. No command was sent, no jid was assigned.
  126. root salt-master /etc/salt/pki/master/minions $ salt 'salt-maste' test.ping
  127. No minions matched the target. No command was sent, no jid was assigned.
  128. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master*' test.ping
  129. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  130. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master*' test.ping
  131. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  132. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master*' test.ping
  133. Failed to authenticate! This is most likely because this user is not permitted to execute commands, but there is a small possibility that a disk error ocurred (check disk/inode usage).
  134. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master*' test.ping
  135. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master*' test.ping
  136. root salt-master /etc/salt/pki/master/minions $ salt 'salt-master*' test.ping
  137. salt-master.openenvi.org:
  138. True
  139. root salt-master /etc/salt/pki/master/minions $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement