Skip to content

Instantly share code, notes, and snippets.

@joshbrand
Last active December 26, 2015 13:49
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 joshbrand/7161186 to your computer and use it in GitHub Desktop.
Save joshbrand/7161186 to your computer and use it in GitHub Desktop.
2013-10-25 19:00:50,292 [salt.loaded.int.module.cmdmod][INFO ] Executing command 'dpkg -i --force-confold /var/cache/salt/minion/extrn_files/marconi-prod-ord/download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.20.4.deb' in directory '/root'
2013-10-25 19:00:50,326 [salt.state ][ERROR ] An exception occurred in this state: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/salt/state.py", line 1258, in call
*cdata['args'], **cdata['kwargs'])
File "/usr/lib/pymodules/python2.7/salt/states/pkg.py", line 459, in installed
**kwargs)
File "/usr/lib/pymodules/python2.7/salt/modules/apt.py", line 420, in install
__salt__['cmd.run_all'](cmd, python_shell=False)
File "/usr/lib/pymodules/python2.7/salt/modules/cmdmod.py", line 685, in run_all
reset_system_locale=reset_system_locale)
File "/usr/lib/pymodules/python2.7/salt/modules/cmdmod.py", line 346, in _run
raise CommandExecutionError('Unable to run command: {0}'.format(exc))
CommandExecutionError: Unable to run command: [Errno 2] No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment