Skip to content

Instantly share code, notes, and snippets.

@ooboyle
Created September 8, 2017 16:27
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 ooboyle/994423f21abee4d23e02fb9a95d91ec0 to your computer and use it in GitHub Desktop.
Save ooboyle/994423f21abee4d23e02fb9a95d91ec0 to your computer and use it in GitHub Desktop.
Exception occurred in runner manage.bootstrap_psexec: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/salt/client/mixins.py", line 395, in _low
data['return'] = self.functions[fun](*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/salt/runners/manage.py", line 852, in bootstrap_psexec
for path, ver, plat, date in salty_rx.findall(source)],
File "/usr/lib/python2.7/_strptime.py", line 478, in _strptime_time
return _strptime(data_string, format)[0]
File "/usr/lib/python2.7/_strptime.py", line 332, in _strptime
(data_string, format))
ValueError: time data '2015-12-04 03:01' does not match format '%d-%b-%Y %H:%M'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment