Skip to content

Instantly share code, notes, and snippets.

@Vye
Created December 18, 2013 17:34
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 Vye/ff1f645d146f98d88684 to your computer and use it in GitHub Desktop.
Save Vye/ff1f645d146f98d88684 to your computer and use it in GitHub Desktop.
[INFO ] User sudo_vye Executing command state.highstate with jid 20131218081836576359
[DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20131218081836576359', 'tgt': 'vyea*', 'ret': '', 'user': 'sudo_vye', 'arg
': [], 'fun': 'state.highstate'}
[DEBUG ] Parsed args: []
[DEBUG ] Parsed kwargs: {'__pub_user': 'sudo_vye', '__pub_arg': [], '__pub_fun': 'state.highstate', '__pub_jid': '2013121808183657635
9', '__pub_tgt': 'vyea*', '__pub_tgt_type': 'glob', '__pub_ret': ''}
[DEBUG ] Loaded minion key: c:\salt\conf\pki\minion\minion.pem
[WARNING ] The minion function caused an exception: Traceback (most recent call last):
File "C:\Python27\lib\site-packages\salt\minion.py", line 695, in _thread_return
return_data = func(*args, **kwargs)
File "C:\Python27\lib\site-packages\salt\modules\state.py", line 254, in highstate
st_ = salt.state.HighState(opts, pillar)
File "C:\Python27\lib\site-packages\salt\state.py", line 2442, in __init__
self.client = salt.fileclient.get_file_client(opts)
File "C:\Python27\lib\site-packages\salt\fileclient.py", line 42, in get_file_client
}.get(opts['file_client'], RemoteClient)(opts)
File "C:\Python27\lib\site-packages\salt\fileclient.py", line 643, in __init__
self.auth = salt.crypt.SAuth(opts)
File "C:\Python27\lib\site-packages\salt\crypt.py", line 466, in __init__
self.crypticle = self.__authenticate()
File "C:\Python27\lib\site-packages\salt\crypt.py", line 478, in __authenticate
self.opts.get('_safe_auth', True)
File "C:\Python27\lib\site-packages\salt\crypt.py", line 320, in sign_in
self.minion_sign_in_payload(),
File "C:\Python27\lib\site-packages\salt\crypt.py", line 213, in minion_sign_in_payload
key.save_pub_key(tmp_pub)
File "C:\Python27\lib\site-packages\M2Crypto\RSA.py", line 157, in save_pub_key
bio = BIO.openfile(file, 'wb')
File "C:\Python27\lib\site-packages\M2Crypto\BIO.py", line 186, in openfile
return File(open(filename, mode))
IOError: [Errno 13] Permission denied: 'c:\\users\\vye\\appdata\\local\\temp\\tmpkeswvm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment