Skip to content

Instantly share code, notes, and snippets.

@carlcrott
Created September 9, 2014 00:42
Show Gist options
  • Save carlcrott/a4c6bf42f2cbfe51b6bb to your computer and use it in GitHub Desktop.
Save carlcrott/a4c6bf42f2cbfe51b6bb to your computer and use it in GitHub Desktop.
2014-09-08 23:55:09,884 [salt.client ][ERROR ] Salt request timed out. If this error persists, worker_threads may need to be increased.
2014-09-08 23:55:10,179 [salt.config ][DEBUG ] Reading configuration from /etc/salt/master
2014-09-08 23:55:10,181 [salt.config ][DEBUG ] Missing configuration file: /root/.saltrc
2014-09-08 23:55:10,182 [salt.utils.event ][DEBUG ] LocalClientEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
2014-09-08 23:55:10,182 [salt.utils.event ][DEBUG ] LocalClientEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
2014-09-08 23:55:10,183 [salt.config ][DEBUG ] Reading configuration from /etc/salt/master
2014-09-08 23:55:10,186 [salt.config ][DEBUG ] Missing configuration file: /root/.saltrc
2014-09-08 23:55:10,186 [salt.utils.event ][DEBUG ] LocalClientEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
2014-09-08 23:55:10,186 [salt.utils.event ][DEBUG ] LocalClientEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
2014-09-08 23:58:10,367 [salt.client ][ERROR ] Salt request timed out. If this error persists, worker_threads may need to be increased.
2014-09-08 23:58:10,370 [salt.log.setup ][ERROR ] An un-handled exception was caught by salt's global exception handler:
EauthAuthenticationError: Failed to authenticate, is this user permitted to execute commands?
Traceback (most recent call last):
File "/usr/bin/salt", line 10, in <module>
salt_main()
File "/usr/lib/pymodules/python2.7/salt/scripts.py", line 135, in salt_main
client.run()
File "/usr/lib/pymodules/python2.7/salt/cli/__init__.py", line 62, in run
batch = salt.cli.batch.Batch(self.config)
File "/usr/lib/pymodules/python2.7/salt/cli/batch.py", line 25, in __init__
self.minions = self.__gather_minions()
File "/usr/lib/pymodules/python2.7/salt/cli/batch.py", line 44, in __gather_minions
for ret in self.local.cmd_iter(*args):
File "/usr/lib/pymodules/python2.7/salt/client/__init__.py", line 615, in cmd_iter
**kwargs)
File "/usr/lib/pymodules/python2.7/salt/client/__init__.py", line 274, in run_job
return self._check_pub_data(pub_data)
File "/usr/lib/pymodules/python2.7/salt/client/__init__.py", line 211, in _check_pub_data
'Failed to authenticate, is this user permitted to execute '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment