Skip to content

Instantly share code, notes, and snippets.

@jaloren
Created March 20, 2015 00:48
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 jaloren/9c4464a20fd1cd08cdad to your computer and use it in GitHub Desktop.
Save jaloren/9c4464a20fd1cd08cdad to your computer and use it in GitHub Desktop.
] An un-handled exception was caught by salt's global exception handler:
EauthAuthenticationError: 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 occurred (check disk/inode usage).
Traceback (most recent call last):
File "/usr/bin/salt-cp", line 10, in <module>
salt_cp()
File "/usr/lib/python2.6/site-packages/salt/scripts.py", line 100, in salt_cp
client.run()
File "/usr/lib/python2.6/site-packages/salt/cli/__init__.py", line 308, in run
cp_.run()
File "/usr/lib/python2.6/site-packages/salt/cli/cp.py", line 84, in run
ret = local.cmd(*args)
File "/usr/lib/python2.6/site-packages/salt/client/__init__.py", line 522, in cmd
**kwargs)
File "/usr/lib/python2.6/site-packages/salt/client/__init__.py", line 286, in run_job
return self._check_pub_data(pub_data)
File "/usr/lib/python2.6/site-packages/salt/client/__init__.py", line 221, in _check_pub_data
'Failed to authenticate! This is most likely because this '
EauthAuthenticationError: 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 occurred (check disk/inode usage).
Traceback (most recent call last):
File "/usr/bin/salt-cp", line 10, in <module>
salt_cp()
File "/usr/lib/python2.6/site-packages/salt/scripts.py", line 100, in salt_cp
client.run()
File "/usr/lib/python2.6/site-packages/salt/cli/__init__.py", line 308, in run
cp_.run()
File "/usr/lib/python2.6/site-packages/salt/cli/cp.py", line 84, in run
ret = local.cmd(*args)
File "/usr/lib/python2.6/site-packages/salt/client/__init__.py", line 522, in cmd
**kwargs)
File "/usr/lib/python2.6/site-packages/salt/client/__init__.py", line 286, in run_job
return self._check_pub_data(pub_data)
File "/usr/lib/python2.6/site-packages/salt/client/__init__.py", line 221, in _check_pub_data
'Failed to authenticate! This is most likely because this '
salt.exceptions.EauthAuthenticationError: 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 occurred (check disk/inode usage).
@gravyboat
Copy link

my_stupid_zip:
  file.managed:
    - name: /root/dat_zip_name.zip
    - source: salt://zip/files/dat_zip_name.zip
    - user: root
    - group: root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment