Skip to content

Instantly share code, notes, and snippets.

Created August 1, 2017 22:51
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/4417885139954345a11f319b0aaa4ae8 to your computer and use it in GitHub Desktop.
Save anonymous/4417885139954345a11f319b0aaa4ae8 to your computer and use it in GitHub Desktop.
debug info
salt-minion -l debug
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: local.consul
[DEBUG ] Configuration file path: /etc/salt/minion
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[INFO ] Setting up the Salt Minion "local.consul"
[DEBUG ] Created pidfile: /var/run/salt-minion.pid
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Please install 'virt-what' to improve results of the 'virtual' grain.
[INFO ] Creating minion process manager
[WARNING ] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
[INFO ] The Salt Minion is starting up
[INFO ] Minion is starting as user 'root'
[DEBUG ] AsyncEventPublisher PUB socket URI: /var/run/salt/minion/minion_event_f3d2bd64a5_pub.ipc
[DEBUG ] AsyncEventPublisher PULL socket URI: /var/run/salt/minion/minion_event_f3d2bd64a5_pull.ipc
[INFO ] Starting pull socket on /var/run/salt/minion/minion_event_f3d2bd64a5_pull.ipc
[DEBUG ] Minion 'local.consul' trying to tune in
[DEBUG ] sync_connect_master
[DEBUG ] Connecting to master. Attempt 1 of 1
[DEBUG ] Initializing new AsyncAuth for ('/etc/salt/pki/minion', 'local.consul', 'tcp://172.18.14.115:4506')
[DEBUG ] Generated random reconnect delay between '1000ms' and '11000ms' (2141)
[DEBUG ] Setting zmq_reconnect_ivl to '2141ms'
[DEBUG ] Setting zmq_reconnect_ivl_max to '11000ms'
[DEBUG ] Process Manager starting!
[DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/minion', 'local.consul', 'tcp://172.18.14.115:4506', 'clear')
[CRITICAL] The Salt Master has rejected this minion's public key!
To repair this issue, delete the public key for this minion on the Salt Master and restart this minion.
Or restart the Salt Master in open mode to clean out the keys. The Salt Minion will now exit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment