Advertisement
Guest User

minion_debug

a guest
Dec 20th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. minion:# salt-minion -l debug
  2. [DEBUG ] Reading configuration from /etc/salt/minion
  3. [DEBUG ] Using cached minion ID from /etc/salt/minion_id: minion_001
  4. [DEBUG ] Configuration file path: /etc/salt/minion
  5. [INFO ] Setting up the Salt Minion "minion_001"
  6. [DEBUG ] Created pidfile: /var/run/salt-minion.pid
  7. [DEBUG ] Reading configuration from /etc/salt/minion
  8. [DEBUG ] Attempting to authenticate with the Salt Master at master_001
  9. [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
  10. [ERROR ] Attempt to authenticate with the salt master failed
  11.  
  12.  
  13. minion:# nmap -sS -q -p 4505-4506 [ip.of.my.master]
  14.  
  15. Starting Nmap 5.21 ( http://nmap.org ) at 2014-12-20 06:06 UTC
  16. Nmap scan report for [my_master] ([ip.of.my.master])
  17. Host is up (0.069s latency).
  18. PORT STATE SERVICE
  19. 4505/tcp open unknown
  20. 4506/tcp open unknown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement