Advertisement
Guest User

Untitled

a guest
Jul 18th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. C:\strawberry-perl-5.24-32bit>rex -d -u aero -p ********* -H aero.******.*** -e "say run 'hostname'"
  2. [2016-07-18 22:26:54] DEBUG - This is Rex version: 1.4.1
  3. [2016-07-18 22:26:54] DEBUG - Command Line Parameters
  4. [2016-07-18 22:26:54] DEBUG - p = slrlal5epd
  5. [2016-07-18 22:26:54] DEBUG - u = aero
  6. [2016-07-18 22:26:54] DEBUG - H = aero.******.***
  7. [2016-07-18 22:26:54] DEBUG - e = say run 'hostname'
  8. [2016-07-18 22:26:54] DEBUG - d = 1
  9. [2016-07-18 22:26:54] DEBUG - Running on windows. Disabled lock file support.
  10. [2016-07-18 22:26:54] DEBUG - Loading Rexfile
  11. [2016-07-18 22:26:54] WARN - No Rexfile found.
  12. [2016-07-18 22:26:54] WARN - Create a file named 'Rexfile' in this directory,
  13. [2016-07-18 22:26:54] WARN - or specify the file you want to use with:
  14. [2016-07-18 22:26:54] WARN - rex -f file_to_use task_to_run
  15. [2016-07-18 22:26:54] DEBUG - Creating new distribution class of type: Base
  16. [2016-07-18 22:26:54] DEBUG - new distribution class of type Rex::TaskList::Base created.
  17. [2016-07-18 22:26:54] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
  18. [2016-07-18 22:26:54] DEBUG - Initializing Logger from parameters found in Rexfile
  19. [2016-07-18 22:26:54] DEBUG - Executing command line code
  20. [2016-07-18 22:26:54] DEBUG - say run 'hostname'
  21. [2016-07-18 22:26:54] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
  22. [2016-07-18 22:26:54] DEBUG - Creating task: eval-line
  23. [2016-07-18 22:26:54] DEBUG - server: aero.******.***
  24. [2016-07-18 22:26:54] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
  25. [2016-07-18 22:26:54] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
  26. [2016-07-18 22:26:54] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
  27. [2016-07-18 22:26:54] INFO - Running task eval-line on aero.******.***
  28. [2016-07-18 22:26:54] DEBUG - Rex::Group::Entry::Server (private_key): returning
  29. [2016-07-18 22:26:54] DEBUG - Rex::Group::Entry::Server (public_key): returning
  30. [2016-07-18 22:26:54] DEBUG - $VAR1 = '';
  31.  
  32. [2016-07-18 22:26:54] DEBUG - Auth-Information inside Task:
  33. [2016-07-18 22:26:54] DEBUG - auth_type => [[pass]]
  34. [2016-07-18 22:26:54] DEBUG - password => [[**********]]
  35. [2016-07-18 22:26:54] DEBUG - sudo => [[]]
  36. [2016-07-18 22:26:54] DEBUG - private_key => [[]]
  37. [2016-07-18 22:26:54] DEBUG - public_key => [[]]
  38. [2016-07-18 22:26:54] DEBUG - port => [[]]
  39. [2016-07-18 22:26:54] DEBUG - user => [[aero]]
  40. [2016-07-18 22:26:54] DEBUG - sudo_password => [[**********]]
  41. [2016-07-18 22:26:54] DEBUG - Using Net::SSH2 for connection
  42. [2016-07-18 22:26:54] DEBUG - Using user: aero
  43. [2016-07-18 22:26:54] DEBUG - Using password: **********
  44. [2016-07-18 22:26:54] DEBUG - Connecting to aero.******.***:22 (aero)
  45. [2016-07-18 22:26:57] DEBUG - Connecting to aero.******.***:22 (aero)
  46. [2016-07-18 22:26:58] DEBUG - Connecting to aero.******.***:22 (aero)
  47. [2016-07-18 22:26:59] WARN - Can't connect to aero.******.***
  48. [2016-07-18 22:26:59] DEBUG - Connections in queue: 1
  49. [2016-07-18 22:26:59] DEBUG - Destroying all cached os information
  50. [2016-07-18 22:26:59] DEBUG - Waiting for children to finish
  51. [2016-07-18 22:26:59] DEBUG - Need to reinitialize connections.
  52. [2016-07-18 22:26:59] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
  53. [2016-07-18 22:26:59] ERROR - 1 out of 1 task(s) failed:
  54. [2016-07-18 22:26:59] ERROR - eval-line failed on aero.******.***
  55. [2016-07-18 22:26:59] ERROR - Couldn't connect to aero.******.***. at C:/strawberry-perl-5.24-32bit/perl/site/lib/Rex/TaskList/Base.pm line 342.
  56. [2016-07-18 22:26:59] DEBUG - Removing lockfile
  57. [2016-07-18 22:27:00] DEBUG - Executing: /bin/sh -c '[ -L "Rexfile.lock" ]'
  58. [2016-07-18 22:27:00] DEBUG - 지정된 경로를 찾을 수 없습니다.
  59.  
  60. [2016-07-18 22:27:00] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement