Skip to content

Instantly share code, notes, and snippets.

Created April 19, 2016 20:37
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 anonymous/865b834b5a9da13aba1fefd6543eb58f to your computer and use it in GitHub Desktop.
Save anonymous/865b834b5a9da13aba1fefd6543eb58f to your computer and use it in GitHub Desktop.
[root@local-sassy-singlenode1-dev srv]# clear
[root@local-sassy-singlenode1-dev srv]# salt '*' state.highstate test=True -l debug
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: local-sassy-singlenode1-dev
[DEBUG ] Key 'file_ignore_glob' with value None has an invalid type of NoneType, a list is required for this value
[DEBUG ] Missing configuration file: /root/.saltrc
[DEBUG ] Key 'file_ignore_glob' with value None has an invalid type of NoneType, a list is required for this value
[DEBUG ] Configuration file path: /etc/salt/master
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: local-sassy-singlenode1-dev
[DEBUG ] Key 'file_ignore_glob' with value None has an invalid type of NoneType, a list is required for this value
[DEBUG ] Missing configuration file: /root/.saltrc
[DEBUG ] Key 'file_ignore_glob' with value None has an invalid type of NoneType, a list is required for this value
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/master', 'local-sassy-singlenode1-dev_master', 'tcp://127.0.0.1:4506', 'clear')
[DEBUG ] SaltReqTimeoutError, retrying. (1/3)
[DEBUG ] SaltReqTimeoutError, retrying. (2/3)
[DEBUG ] SaltReqTimeoutError, retrying. (3/3)
[DEBUG ] LazyLoaded nested.output
Salt request timed out. The master is not responding. If this error persists after verifying the master is up, worker_threads may need to be increased.
[DEBUG ] Error deleting fd from IOLoop
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/tornado/ioloop.py", line 714, in remove_handler
self._impl.unregister(fd)
File "/usr/lib64/python2.7/site-packages/zmq/eventloop/ioloop.py", line 115, in unregister
return self._poller.unregister(fd)
File "/usr/lib64/python2.7/site-packages/zmq/sugar/poll.py", line 71, in unregister
idx = self._map.pop(socket)
KeyError: None
[root@local-sassy-singlenode1-dev srv]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment