Advertisement
Guest User

Untitled

a guest
Nov 12th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. root@precise64:~# salt-call --versions-report
  2. Salt: 2014.1.13
  3. Python: 2.7.3 (default, Feb 27 2014, 19:58:35)
  4. Jinja2: 2.6
  5. M2Crypto: 0.21.1
  6. msgpack-python: 0.1.10
  7. msgpack-pure: Not Installed
  8. pycrypto: 2.4.1
  9. PyYAML: 3.10
  10. PyZMQ: 13.0.0
  11. ZMQ: 3.2.2
  12. root@precise64:~# salt-call state.template '/srv/salt/nodejs/init.sls'
  13. [INFO ] Loading fresh modules for state activity
  14. [INFO ] Running state [git://github.com/joyent/node.git] at time 20:45:55.743409
  15. [ERROR ] Specified state git.latest is unavailable.
  16.  
  17. [INFO ] Running state [apache2-utils] at time 20:45:55.744107
  18. [INFO ] Executing state pkg.installed for apache2-utils
  19. [INFO ] Executing command "dpkg-query --showformat='${Status} ${Package} ${Version} ${Architecture}\n' -W" in directory '/root'
  20. [INFO ] Package apache2-utils is already installed
  21. [INFO ] Completed state [apache2-utils] at time 20:45:56.949800
  22. [INFO ] Running state [curl] at time 20:45:56.950175
  23. [INFO ] Executing state pkg.installed for curl
  24. [INFO ] Package curl is already installed
  25. [INFO ] Completed state [curl] at time 20:45:56.952218
  26. [INFO ] Running state [g++] at time 20:45:56.952758
  27. [INFO ] Executing state pkg.installed for g++
  28. [INFO ] Package g++ is already installed
  29. [INFO ] Completed state [g++] at time 20:45:56.953998
  30. [INFO ] Running state [libssl-dev] at time 20:45:56.954269
  31. [INFO ] Executing state pkg.installed for libssl-dev
  32. [INFO ] Package libssl-dev is already installed
  33. [INFO ] Completed state [libssl-dev] at time 20:45:56.955474
  34. local:
  35. ----------
  36. cmd_|-nodejs-install_|-./configure && make && make install_|-run:
  37. ----------
  38. __run_num__:
  39. 5
  40. changes:
  41. ----------
  42. comment:
  43. One or more requisite failed
  44. result:
  45. False
  46. git_|-nodejs-source_|-git://github.com/joyent/node.git_|-latest:
  47. ----------
  48. __run_num__:
  49. 0
  50. changes:
  51. ----------
  52. comment:
  53. Specified state git.latest is unavailable.
  54.  
  55. name:
  56. git://github.com/joyent/node.git
  57. result:
  58. False
  59. pkg_|-nodejs-deps_|-apache2-utils_|-installed:
  60. ----------
  61. __run_num__:
  62. 1
  63. changes:
  64. ----------
  65. comment:
  66. Package apache2-utils is already installed
  67. name:
  68. apache2-utils
  69. result:
  70. True
  71. pkg_|-nodejs-deps_|-curl_|-installed:
  72. ----------
  73. __run_num__:
  74. 2
  75. changes:
  76. ----------
  77. comment:
  78. Package curl is already installed
  79. name:
  80. curl
  81. result:
  82. True
  83. pkg_|-nodejs-deps_|-g++_|-installed:
  84. ----------
  85. __run_num__:
  86. 3
  87. changes:
  88. ----------
  89. comment:
  90. Package g++ is already installed
  91. name:
  92. g++
  93. result:
  94. True
  95. pkg_|-nodejs-deps_|-libssl-dev_|-installed:
  96. ----------
  97. __run_num__:
  98. 4
  99. changes:
  100. ----------
  101. comment:
  102. Package libssl-dev is already installed
  103. name:
  104. libssl-dev
  105. result:
  106. True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement