Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. TRYING TO INSTALL A PACKAGE FROM SALT MASTER:
  2.  
  3. 1005 xavier$~: salt -l debug production.beast.apartmentlines.com pkg.install siege
  4. [DEBUG ] Reading configuration from /etc/salt/master
  5. [DEBUG ] Guessing ID. The id can be explicitly in set /etc/salt/minion
  6. [INFO ] Found minion id from generate_minion_id(): xavier.apartmentlines.com
  7. [DEBUG ] Missing configuration file: ~/.saltrc
  8. [DEBUG ] Configuration file path: /etc/salt/master
  9. [DEBUG ] Reading configuration from /etc/salt/master
  10. [DEBUG ] Guessing ID. The id can be explicitly in set /etc/salt/minion
  11. [INFO ] Found minion id from generate_minion_id(): xavier.apartmentlines.com
  12. [DEBUG ] Missing configuration file: ~/.saltrc
  13. [DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
  14. [DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
  15. [DEBUG ] LazyLoaded local_cache.get_load
  16. [DEBUG ] get_iter_returns for jid 20141122203645302987 sent to set(['production.beast.apartmentlines.com']) will timeout at 20:36:50.307138
  17. [DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
  18. [DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
  19. [DEBUG ] Checking whether jid 20141122203645302987 is still running
  20. [DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
  21. [DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
  22. [DEBUG ] Checking whether jid 20141122203645302987 is still running
  23. [DEBUG ] jid 20141122203645302987 return from production.beast.apartmentlines.com
  24. production.beast.apartmentlines.com:
  25. ----------
  26. [DEBUG ] jid 20141122203645302987 found all minions set(['production.beast.apartmentlines.com'])
  27.  
  28.  
  29. INSTALLING THE SAME PACKAGE SUCCESSFULLY FROM SALT MINION:
  30.  
  31. 1008 beast$~: salt-call -l debug pkg.install siege
  32. [DEBUG ] Reading configuration from /etc/salt/minion
  33. [DEBUG ] Configuration file path: /etc/salt/minion
  34. [DEBUG ] Reading configuration from /etc/salt/minion
  35. [DEBUG ] Decrypting the current master AES key
  36. [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
  37. [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
  38. [DEBUG ] Mako not available
  39. [INFO ] Executing command 'repoquery --plugins --queryformat="%{NAME}_|-%{VERSION}_|-%{RELEASE}_|-%{ARCH}_|-%{REPOID}" --all --pkgnarrow=installed' in directory '/root'
  40. [INFO ] Executing command 'yum -y install siege' in directory '/root'
  41. [INFO ] Executing command 'repoquery --plugins --queryformat="%{NAME}_|-%{VERSION}_|-%{RELEASE}_|-%{ARCH}_|-%{REPOID}" --all --pkgnarrow=installed' in directory '/root'
  42. [DEBUG ] LazyLoaded .returner
  43. [DEBUG ] Decrypting the current master AES key
  44. [DEBUG ] Loaded minion key: /etc/salt/pki/minion/minion.pem
  45. local:
  46. ----------
  47. siege:
  48. ----------
  49. new:
  50. 3.0.0-2.el5
  51. old:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement