Skip to content

Instantly share code, notes, and snippets.

@ryanlraines
Created April 27, 2016 20:46
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 ryanlraines/d81a7978d18260a2db800315b0b4d7ea to your computer and use it in GitHub Desktop.
Save ryanlraines/d81a7978d18260a2db800315b0b4d7ea to your computer and use it in GitHub Desktop.
[ERROR ] Exception raised when processing __virtual__ function for rh_service. Module will not be loaded local variable 'osrelease' referenced before assignment
[WARNING ] salt.loaded.int.module.rh_service.__virtual__() is wrongly returning `None`. It should either return `True`, `False` or a new name. If you're the developer of the module 'rh_service', please fix this.
[WARNING ] /usr/lib/python2.7/site-packages/salt/utils/templates.py:73: DeprecationWarning: Starting in 2015.5, cmd.run uses python_shell=False by default, which doesn't support shellisms (pipes, env variables, etc). cmd.run is currently aliased to cmd.shell to prevent breakage. Please switch to cmd.shell or set python_shell=True to avoid breakage in the future, when this aliasing is removed.
[ERROR ] The named service monit is not available
[ERROR ] Command ['systemctl', 'stop', 'monit.service'] failed with return code: 5
[ERROR ] output: Failed to open /dev/tty: No such device or address
Failed to stop monit.service: Unit monit.service not loaded.
[ERROR ] The named service nginx is not available
[ERROR ] Command ['systemctl', 'stop', 'nginx.service'] failed with return code: 5
[ERROR ] output: Failed to open /dev/tty: No such device or address
Failed to open /dev/tty: No such device or address
Failed to stop nginx.service: Unit nginx.service not loaded.
[ERROR ] Recurse failed: none of the specified sources were found
[ERROR ] The following package(s) were not found, and no possible matches were found in the package db: postgresql94-contrib, postgresql94-server
[WARNING ] The minion function caused an exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment