Skip to content

Instantly share code, notes, and snippets.

@abemusic
Created January 20, 2014 22:01
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 abemusic/8530085 to your computer and use it in GitHub Desktop.
Save abemusic/8530085 to your computer and use it in GitHub Desktop.
Later version of develop branch
2014-01-20 22:00:23,791 [salt.loaded.int.render.yaml][DEBUG ] Results of YAML rendering:
OrderedDict([('wget', OrderedDict([('pkg', ['installed'])]))])
2014-01-20 22:00:23,792 [salt.state ][INFO ] Executing state pkg.installed for wget
2014-01-20 22:00:23,793 [salt.loaded.int.module.cmdmod][INFO ] Executing command 'repoquery --queryformat="%{NAME}_|-%{VERSION}_|-%{RELEASE}_|-%{ARCH}_|-%{REPOID}" --all --pkgnarrow=installed' in directory '/root'
2014-01-20 22:00:23,811 [salt.loaded.int.module.cmdmod][ERROR ] Command 'repoquery --queryformat="%{NAME}_|-%{VERSION}_|-%{RELEASE}_|-%{ARCH}_|-%{REPOID}" --all --pkgnarrow=installed' failed with return code: 127
2014-01-20 22:00:23,811 [salt.loaded.int.module.cmdmod][ERROR ] stderr: /bin/bash: repoquery: command not found
2014-01-20 22:00:23,812 [salt.loaded.int.module.cmdmod][INFO ] Executing command 'repoquery --queryformat="%{name}" --pkgnarrow=all -a' in directory '/root'
2014-01-20 22:00:23,829 [salt.loaded.int.module.cmdmod][ERROR ] Command 'repoquery --queryformat="%{name}" --pkgnarrow=all -a' failed with return code: 127
2014-01-20 22:00:23,830 [salt.loaded.int.module.cmdmod][ERROR ] stderr: /bin/bash: repoquery: command not found
2014-01-20 22:00:23,831 [salt.loaded.int.module.cmdmod][INFO ] Executing command 'repoquery --queryformat="%{NAME}_|-%{VERSION}_|-%{RELEASE}_|-%{ARCH}_|-%{REPOID}" --all --quiet --whatprovides \'wget\'' in directory '/root'
2014-01-20 22:00:23,847 [salt.loaded.int.module.cmdmod][ERROR ] Command 'repoquery --queryformat="%{NAME}_|-%{VERSION}_|-%{RELEASE}_|-%{ARCH}_|-%{REPOID}" --all --quiet --whatprovides \'wget\'' failed with return code: 127
2014-01-20 22:00:23,848 [salt.loaded.int.module.cmdmod][ERROR ] stderr: /bin/bash: repoquery: command not found
2014-01-20 22:00:23,849 [salt.state ][ERROR ] The following package(s) were not found, and no possible matches were found in the package db: wget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment