Advertisement
Guest User

Untitled

a guest
Jan 16th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. @paris:~$ sudo !!
  2. sudo salt-minion -l debug
  3. [DEBUG ] Reading configuration from /etc/salt/minion
  4. [ERROR ] Error parsing configuration file: /etc/salt/minion - while scanning a simple key
  5. in "<string>", line 12, column 1:
  6. "sed -i 's/^#master: salt/master ...
  7. ^
  8. could not found expected ':'
  9. in "<string>", line 22, column 1:
  10. master_port: 4506
  11. ^
  12. [INFO ] Using cached minion ID: paris
  13. [DEBUG ] loading log_handlers in ['/var/cache/salt/minion/extmods/log_handlers', '/usr/lib/pymodules/python2.7/salt/log/handlers']
  14. [DEBUG ] Skipping /var/cache/salt/minion/extmods/log_handlers, it is not a directory
  15. [DEBUG ] 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.
  16. [DEBUG ] Configuration file path: /etc/salt/minion
  17. [INFO ] Setting up the Salt Minion "paris"
  18. [DEBUG ] Created pidfile: /var/run/salt-minion.pid
  19. [DEBUG ] Chowned pidfile: /var/run/salt-minion.pid to user: root
  20. [DEBUG ] Reading configuration from /etc/salt/minion
  21. [ERROR ] Error parsing configuration file: /etc/salt/minion - while scanning a simple key
  22. in "<string>", line 12, column 1:
  23. "sed -i 's/^#master: salt/master ...
  24. ^
  25. could not found expected ':'
  26. in "<string>", line 22, column 1:
  27. master_port: 4506
  28. ^
  29. [DEBUG ] loading grain in ['/var/cache/salt/minion/extmods/grains', '/usr/lib/pymodules/python2.7/salt/grains']
  30. [DEBUG ] Skipping /var/cache/salt/minion/extmods/grains, it is not a directory
  31. [ERROR ] This master address: 'salt' was previously resolvable but now fails to resolve! The previously resolved ip addr will continue to be used
  32. [WARNING ] Master hostname: salt not found. Retrying in 30 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement