Skip to content

Instantly share code, notes, and snippets.

Created May 29, 2015 19:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/68a33367f5d50f86e4af to your computer and use it in GitHub Desktop.
2015-05-29 19:00:37,439 [salt.master ][INFO ][27508] Clear payload received with command wheel
2015-05-29 19:00:37,440 [salt.master ][WARNING ][27508] Authentication failure of type "eauth" occurred for user USERNAME.
2015-05-29 19:00:37,441 [cherrypy.error.50213520 ][INFO ][27959] [29/May/2015:19:00:37] HTTP
Request Headers:
Content-Length: 64
HOST: HOSTNAME:8000
Remote-Addr: 192.168.100.101
ACCEPT: */*
USER-AGENT: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.16.2.3 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
Content-Type: application/x-www-form-urlencoded
2015-05-29 19:00:37,442 [cherrypy.error.50213520 ][ERROR ][27959] [29/May/2015:19:00:37] HTTP Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/usr/lib/python2.6/site-packages/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/usr/lib/python2.6/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/lib/python2.6/site-packages/salt/netapi/rest_cherrypy/app.py", line 1266, in POST
ret = next(result, {}).get('data', {}).get('return', {})
File "/usr/lib/python2.6/site-packages/salt/netapi/rest_cherrypy/app.py", line 691, in exec_lowstate
ret = self.api.run(chunk)
File "/usr/lib/python2.6/site-packages/salt/netapi/__init__.py", line 66, in run
return l_fun(*f_call.get('args', ()), **f_call.get('kwargs', {}))
File "/usr/lib/python2.6/site-packages/salt/netapi/__init__.py", line 175, in wheel
return wheel.cmd_sync(kwargs)
File "/usr/lib/python2.6/site-packages/salt/wheel/__init__.py", line 81, in cmd_sync
return self.master_call(**low)
File "/usr/lib/python2.6/site-packages/salt/wheel/__init__.py", line 60, in master_call
raise_error(**ret['error'])
File "/usr/lib/python2.6/site-packages/salt/utils/error.py", line 36, in raise_error
raise ex(message)
EauthAuthenticationError: Authentication failure of type "eauth" occurred for user USERNAME.
2015-05-29 19:00:37,443 [cherrypy.access.50213520 ][INFO ][27959] 10.52.144.33 - - [29/May/2015:19:00:37] "POST /keys HTTP/1.1" 500 2250 "" "curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.16.2.3 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment