Advertisement
Guest User

Untitled

a guest
Mar 30th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. [root@ip-10-45-76-194 ~]# cat /etc/redhat-release
  2. CentOS release 6.5 (Final)
  3.  
  4. [root@ip-10-45-76-194 ~]# salt-minion --version
  5. salt-minion 2015.8.8 (Beryllium)
  6.  
  7.  
  8. [root@ip-10-45-76-194 ~]# salt-minion -ldebug
  9. [DEBUG ] Reading configuration from /etc/salt/minion
  10. [DEBUG ] Configuration file path: /etc/salt/minion
  11. [WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
  12. [INFO ] Setting up the Salt Minion "ch3ll-cent6"
  13. [DEBUG ] Created pidfile: /var/run/salt-minion.pid
  14. [DEBUG ] Reading configuration from /etc/salt/minion
  15. [DEBUG ] Please install 'virt-what' to improve results of the 'virtual' grain.
  16. [WARNING ] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to SHA256 in Salt Minion config!
  17. [INFO ] The Salt Minion is starting up
  18. [INFO ] Minion is starting as user 'root'
  19. [DEBUG ] AsyncEventPublisher PUB socket URI: ipc:///var/run/salt/minion/minion_event_78e23e6acb_pub.ipc
  20. [DEBUG ] AsyncEventPublisher PULL socket URI: ipc:///var/run/salt/minion/minion_event_78e23e6acb_pull.ipc
  21. [INFO ] Starting pub socket on ipc:///var/run/salt/minion/minion_event_78e23e6acb_pub.ipc
  22. [INFO ] Starting pull socket on ipc:///var/run/salt/minion/minion_event_78e23e6acb_pull.ipc
  23. [DEBUG ] Minion 'ch3ll-cent6' trying to tune in
  24.  
  25.  
  26. [root@ip-10-45-76-194 ~]# grep null /etc/salt/minion
  27. environment: null
  28. file_ignore_glob: null
  29. password: null
  30. pillarenv: null
  31. state_top_saltenv: null
  32. username: null
  33.  
  34.  
  35.  
  36. ==============redhat6==================
  37. [root@ip-10-141-250-223 ~]# cat /etc/redhat-release
  38. Red Hat Enterprise Linux Server release 6.5 (Santiago)
  39.  
  40. [root@ip-10-141-250-223 ~]# salt --version
  41. salt 2015.8.8.2 (Beryllium)
  42.  
  43.  
  44. [root@ip-10-141-250-223 ~]# cat /etc/salt/minion | grep -i regex
  45. file_ignore_regex: []
  46.  
  47.  
  48. [root@ip-10-141-250-223 ~]# grep -i null /etc/salt/minion
  49. environment: null
  50. file_ignore_glob: null
  51. password: null
  52. pillarenv: null
  53. state_top_saltenv: null
  54. username: null
  55.  
  56.  
  57. [root@ip-10-141-250-223 ~]# salt-minion -ldebug
  58. [DEBUG ] Reading configuration from /etc/salt/minion
  59. [DEBUG ] Key 'file_ignore_glob' with value None has an invalid type of NoneType, a list is required for this value
  60. [DEBUG ] Configuration file path: /etc/salt/minion
  61. [WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
  62. [INFO ] Setting up the Salt Minion "ch3ll-ec2-rhel6"
  63. [DEBUG ] Created pidfile: /var/run/salt-minion.pid
  64. [DEBUG ] Reading configuration from /etc/salt/minion
  65. [WARNING ] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to SHA256 in Salt Minion config!
  66. [INFO ] The Salt Minion is starting up
  67. [INFO ] Minion is starting as user 'root'
  68. [DEBUG ] AsyncEventPublisher PUB socket URI: ipc:///var/run/salt/minion/minion_event_b3c9953a6b_pub.ipc
  69. [DEBUG ] AsyncEventPublisher PULL socket URI: ipc:///var/run/salt/minion/minion_event_b3c9953a6b_pull.ipc
  70. [INFO ] Starting pub socket on ipc:///var/run/salt/minion/minion_event_b3c9953a6b_pub.ipc
  71. [INFO ] Starting pull socket on ipc:///var/run/salt/minion/minion_event_b3c9953a6b_pull.ipc
  72. [DEBUG ] Minion 'ch3ll-ec2-rhel6' trying to tune in
  73. [ERROR ] DNS lookup of 'salt' failed.
  74. [ERROR ] Master hostname: 'salt' not found. Retrying in 30 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement