Skip to content

Instantly share code, notes, and snippets.

@ryanwohara
Created March 26, 2015 14:05
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 ryanwohara/ffa582d0c4e09277a6c6 to your computer and use it in GitHub Desktop.
Save ryanwohara/ffa582d0c4e09277a6c6 to your computer and use it in GitHub Desktop.
2015-03-26 14:03:53,565 [salt.log.setup ][ERROR ] An un-handled exception was caught by salt's global exception handler:
NameError: global name 'RSA' is not defined
Traceback (most recent call last):
File "/usr/bin/salt-minion", line 14, in <module>
salt_minion()
File "/usr/lib/python2.7/site-packages/salt/scripts.py", line 57, in salt_minion
minion.start()
File "/usr/lib/python2.7/site-packages/salt/__init__.py", line 262, in start
self.prepare()
File "/usr/lib/python2.7/site-packages/salt/__init__.py", line 241, in prepare
self.minion = salt.minion.Minion(self.config)
File "/usr/lib/python2.7/site-packages/salt/minion.py", line 598, in __init__
safe)
File "/usr/lib/python2.7/site-packages/salt/minion.py", line 777, in eval_master
if self.authenticate(timeout, safe) == 'full':
File "/usr/lib/python2.7/site-packages/salt/minion.py", line 1370, in authenticate
self.tok = auth.gen_token('salt')
File "/usr/lib/python2.7/site-packages/salt/crypt.py", line 348, in gen_token
return self.get_keys().private_encrypt(clear_tok, 5)
File "/usr/lib/python2.7/site-packages/salt/crypt.py", line 328, in get_keys
key = RSA.load_key(self.rsa_path)
NameError: global name 'RSA' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment