Skip to content

Instantly share code, notes, and snippets.

@pirogoeth
Created July 12, 2015 16:21
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 pirogoeth/53e42c80e94b5e8a9656 to your computer and use it in GitHub Desktop.
Save pirogoeth/53e42c80e94b5e8a9656 to your computer and use it in GitHub Desktop.
root@09c6f1e8-2857-11e5-9437-ffa6f814d82a:~ # salt-minion -c /usr/local/etc/salt -l trace
[DEBUG ] Reading configuration from /usr/local/etc/salt/minion
[TRACE ] None of the required configuration sections, 'logstash_udp_handler' and 'logstash_zmq_handler', were found the in the configuration. Not loading the Logstash logging handlers module.
[DEBUG ] Configuration file path: /usr/local/etc/salt/minion
[TRACE ] Trying pysss.getgrouplist for 'root'
[TRACE ] Trying generic group list for 'root'
[TRACE ] Group list for user 'root': ['operator']
[INFO ] Setting up the Salt Minion "fluent.epsilon.maio.me"
[DEBUG ] Created pidfile: /var/run/salt-minion.pid
[DEBUG ] Reading configuration from /usr/local/etc/salt/minion
[TRACE ] 'ip' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin']
[TRACE ] 'ip' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin']
[TRACE ] 'ip' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin']
[TRACE ] 'arch' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin']
[TRACE ] 'dmidecode' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin']
[TRACE ] Device kern.disks: does not report itself as an SSD
[TRACE ] Device ada0 does not report itself as an SSD
[TRACE ] Device cd0 does not report itself as an SSD
[DEBUG ] Attempting to authenticate with the Salt Master at [2001:470:1f0f:dff::12]
[DEBUG ] Initializing new SAuth for ('/usr/local/etc/salt/pki/minion', 'fluent.epsilon.maio.me', 'tcp://[2001:470:1f0f:dff::12]:4506')
[INFO ] The salt minion is shut down
[ERROR ] Invalid argument
[WARNING ] ** Restarting minion **
[INFO ] Sleeping random_reauth_delay of 3 seconds
[DEBUG ] Reading configuration from /usr/local/etc/salt/minion
[TRACE ] None of the required configuration sections, 'logstash_udp_handler' and 'logstash_zmq_handler', were found the in the configuration. Not loading the Logstash logging handlers module.
[DEBUG ] Configuration file path: /usr/local/etc/salt/minion
[TRACE ] Trying pysss.getgrouplist for 'root'
[TRACE ] Trying generic group list for 'root'
[TRACE ] Group list for user 'root': ['operator']
[INFO ] Setting up the Salt Minion "fluent.epsilon.maio.me"
[DEBUG ] Created pidfile: /var/run/salt-minion.pid
[DEBUG ] Reading configuration from /usr/local/etc/salt/minion
[TRACE ] 'ip' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin']
[TRACE ] 'ip' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin']
[TRACE ] 'ip' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin']
[TRACE ] 'arch' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin']
[TRACE ] 'dmidecode' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin']
[TRACE ] Device kern.disks: does not report itself as an SSD
[TRACE ] Device ada0 does not report itself as an SSD
[TRACE ] Device cd0 does not report itself as an SSD
[DEBUG ] Attempting to authenticate with the Salt Master at [2001:470:1f0f:dff::12]
[DEBUG ] Initializing new SAuth for ('/usr/local/etc/salt/pki/minion', 'fluent.epsilon.maio.me', 'tcp://[2001:470:1f0f:dff::12]:4506')
[INFO ] The salt minion is shut down
[ERROR ] Invalid argument
[WARNING ] ** Restarting minion **
[INFO ] Sleeping random_reauth_delay of 7 seconds
@amfarrell
Copy link

I'm also seeing 'ip' could not be found in the following search path: ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/games', '/usr/local/sbin', '/usr/local/bin', '/root/bin'] while running sudo salt-master --log-level=all on OSx. I think that salt just does that on OSx since the ip command does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment