Advertisement
Guest User

Salt Error

a guest
Apr 9th, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. root@host:/tmp# salt-call test.ping
  2. [WARNING ] Attempted to authenticate with master <URI REDACTED> and failed
  3. [ERROR ] An un-handled exception was caught by salt's global exception handler:
  4. AttributeError: 'SMinion' object has no attribute 'functions'
  5. Traceback (most recent call last):
  6. File "/usr/bin/salt-call", line 11, in <module>
  7. salt_call()
  8. File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 77, in salt_call
  9. client.run()
  10. File "/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 303, in run
  11. caller.run()
  12. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 135, in run
  13. ret = self.call()
  14. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 60, in call
  15. if fun not in self.minion.functions:
  16. AttributeError: 'SMinion' object has no attribute 'functions'
  17. Traceback (most recent call last):
  18. File "/usr/bin/salt-call", line 11, in <module>
  19. salt_call()
  20. File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 77, in salt_call
  21. client.run()
  22. File "/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 303, in run
  23. caller.run()
  24. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 135, in run
  25. ret = self.call()
  26. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 60, in call
  27. if fun not in self.minion.functions:
  28. AttributeError: 'SMinion' object has no attribute 'functions'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement