Advertisement
fedorm

Untitled

Mar 7th, 2018
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ➜  windows git:(master) ✗ vagrant ssh
  2. VM must be running to open SSH connection. Run `vagrant up`
  3. to start the virtual machine.
  4. ➜  windows git:(master) ✗ vagrant up
  5. Bringing machine 'default' up with 'virtualbox' provider...
  6. ==> default: Clearing any previously set forwarded ports...
  7. ==> default: Fixed port collision for 22 => 2222. Now on port 2203.
  8. ==> default: Clearing any previously set network interfaces...
  9. ==> default: Specific bridge '["br1", "eth0"]' not found. You may be asked to specify
  10. ==> default: which network to bridge to.
  11. ==> default: Preparing network interfaces based on configuration...
  12.     default: Adapter 1: nat
  13.     default: Adapter 2: bridged
  14. ==> default: Forwarding ports...
  15.     default: 5985 (guest) => 55985 (host) (adapter 1)
  16.     default: 5986 (guest) => 55986 (host) (adapter 1)
  17.     default: 22 (guest) => 2203 (host) (adapter 1)
  18. ==> default: Running 'pre-boot' VM customizations...
  19. ==> default: Booting VM...
  20. ==> default: Waiting for machine to boot. This may take a few minutes...
  21.     default: WinRM address: 127.0.0.1:55985
  22.     default: WinRM username: tc
  23.     default: WinRM execution_time_limit: PT2H
  24.     default: WinRM transport: plaintext
  25. ==> default: Machine booted and ready!
  26. ==> default: Checking for guest additions in VM...
  27. ==> default: Configuring and enabling network interfaces...
  28. ==> default: Mounting shared folders...
  29.     default: /vagrant => /home/me/Documents/autoqa/vagrant/windows
  30. ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
  31. ==> default: flag to force provisioning. Provisioners marked to run always will still run.
  32. ➜  windows git:(master) ✗ vagrant ssh
  33. ssh_exchange_identification: read: Connection reset by peer
  34. ➜  windows git:(master) ✗ vagrant ssh
  35. ssh_exchange_identification: read: Connection reset by peer
  36. ➜  windows git:(master) ✗ vagrant up
  37. Bringing machine 'default' up with 'virtualbox' provider...
  38. ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
  39. ==> default: flag to force provisioning. Provisioners marked to run always will still run.
  40. ➜  windows git:(master) ✗ vagrant reload
  41. ==> default: Attempting graceful shutdown of VM...
  42. ==> default: Clearing any previously set forwarded ports...
  43. ==> default: Fixed port collision for 22 => 2222. Now on port 2203.
  44. ==> default: Clearing any previously set network interfaces...
  45. ==> default: Specific bridge '["br1", "eth0"]' not found. You may be asked to specify
  46. ==> default: which network to bridge to.
  47. ==> default: Preparing network interfaces based on configuration...
  48.     default: Adapter 1: nat
  49.     default: Adapter 2: bridged
  50. ==> default: Forwarding ports...
  51.     default: 5985 (guest) => 55985 (host) (adapter 1)
  52.     default: 5986 (guest) => 55986 (host) (adapter 1)
  53.     default: 22 (guest) => 2203 (host) (adapter 1)
  54. ==> default: Running 'pre-boot' VM customizations...
  55. ==> default: Booting VM...
  56. ==> default: Waiting for machine to boot. This may take a few minutes...
  57.     default: WinRM address: 127.0.0.1:55985
  58.     default: WinRM username: tc
  59.     default: WinRM execution_time_limit: PT2H
  60.     default: WinRM transport: plaintext
  61. ==> default: Machine booted and ready!
  62. ==> default: Checking for guest additions in VM...
  63. ==> default: Configuring and enabling network interfaces...
  64. ==> default: Mounting shared folders...
  65.     default: /vagrant => /home/me/Documents/autoqa/vagrant/windows
  66. ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
  67. ==> default: flag to force provisioning. Provisioners marked to run always will still run.
  68. ➜  windows git:(master) ✗ vagrant ssh
  69. ssh_exchange_identification: read: Connection reset by peer
  70. ➜  windows git:(master) ✗ vagrant ssh
  71. ssh_exchange_identification: read: Connection reset by peer
  72. ➜  windows git:(master) ✗ vagrant destroy
  73.     default: Are you sure you want to destroy the 'default' VM? [y/N] y
  74. ==> default: Forcing shutdown of VM...
  75. ==> default: Destroying VM and associated drives...
  76. ➜  windows git:(master) ✗ vagrant up
  77. Bringing machine 'default' up with 'virtualbox' provider...
  78. ==> default: Box 'autoqa/windows_x64' could not be found. Attempting to find and install...
  79.     default: Box Provider: virtualbox
  80.     default: Box Version: >= 0
  81. ==> default: Loading metadata for box 'http://172.16.2.156/vagrant_boxes/windows/version.json'
  82.     default: URL: http://172.16.2.156/vagrant_boxes/windows/version.json
  83. ==> default: Adding box 'autoqa/windows_x64' (v10.0.1) for provider: virtualbox
  84.     default: Downloading: http://172.16.2.156/vagrant_boxes/windows/windows10_x64_10.0.1.box
  85.     default: Calculating and comparing box checksum...
  86. ==> default: Successfully added box 'autoqa/windows_x64' (v10.0.1) for 'virtualbox'!
  87. ==> default: Preparing master VM for linked clones...
  88.     default: This is a one time operation. Once the master VM is prepared,
  89.     default: it will be used as a base for linked clones, making the creation
  90.     default: of new VMs take milliseconds on a modern system.
  91. ==> default: Importing base box 'autoqa/windows_x64'...
  92. ==> default: Cloning VM...
  93. ==> default: Matching MAC address for NAT networking...
  94. ==> default: Checking if box 'autoqa/windows_x64' is up to date...
  95. ==> default: Setting the name of the VM: windows_default_1520415032420_62968
  96. ==> default: Fixed port collision for 22 => 2222. Now on port 2203.
  97. ==> default: Clearing any previously set network interfaces...
  98. ==> default: Specific bridge '["br1", "eth0"]' not found. You may be asked to specify
  99. ==> default: which network to bridge to.
  100. ==> default: Preparing network interfaces based on configuration...
  101.     default: Adapter 1: nat
  102.     default: Adapter 2: bridged
  103. ==> default: Forwarding ports...
  104.     default: 5985 (guest) => 55985 (host) (adapter 1)
  105.     default: 5986 (guest) => 55986 (host) (adapter 1)
  106.     default: 22 (guest) => 2203 (host) (adapter 1)
  107. ==> default: Running 'pre-boot' VM customizations...
  108. ==> default: Booting VM...
  109. ==> default: Waiting for machine to boot. This may take a few minutes...
  110.     default: WinRM address: 127.0.0.1:55985
  111.     default: WinRM username: tc
  112.     default: WinRM execution_time_limit: PT2H
  113.     default: WinRM transport: plaintext
  114. Timed out while waiting for the machine to boot. This means that
  115. Vagrant was unable to communicate with the guest machine within
  116. the configured ("config.vm.boot_timeout" value) time period.
  117.  
  118. If you look above, you should be able to see the error(s) that
  119. Vagrant had when attempting to connect to the machine. These errors
  120. are usually good hints as to what may be wrong.
  121.  
  122. If you're using a custom box, make sure that networking is properly
  123. working and you're able to connect to the machine. It is a common
  124. problem that networking isn't setup properly in these boxes.
  125. Verify that authentication configurations are also setup properly,
  126. as well.
  127.  
  128. If the box appears to be booting properly, you may want to increase
  129. the timeout ("config.vm.boot_timeout") value.
  130. ➜  windows git:(master) ✗ vagrant ssh
  131. ^C%                                                                                                                                                        ➜  windows git:(master) ✗
  132. ➜  windows git:(master) ✗
  133. ➜  windows git:(master) ✗
  134. ➜  windows git:(master) ✗ vagrant destroy
  135.   default: Are you sure you want to destroy the 'default' VM? [y/N] y
  136. ==> default: Forcing shutdown of VM...
  137. ==> default: Destroying VM and associated drives...
  138. ➜  windows git:(master) ✗ vagrant up
  139. Bringing machine 'default' up with 'virtualbox' provider...
  140. ==> default: Cloning VM...
  141. ==> default: Matching MAC address for NAT networking...
  142. ==> default: Checking if box 'autoqa/windows_x64' is up to date...
  143. ==> default: Setting the name of the VM: windows_default_1520415749435_93104
  144. ==> default: Fixed port collision for 22 => 2222. Now on port 2203.
  145. ==> default: Clearing any previously set network interfaces...
  146. ==> default: Specific bridge '["br1", "eth0"]' not found. You may be asked to specify
  147. ==> default: which network to bridge to.
  148. ==> default: Preparing network interfaces based on configuration...
  149.   default: Adapter 1: nat
  150.   default: Adapter 2: bridged
  151. ==> default: Forwarding ports...
  152.   default: 5985 (guest) => 55985 (host) (adapter 1)
  153.   default: 5986 (guest) => 55986 (host) (adapter 1)
  154.   default: 22 (guest) => 2203 (host) (adapter 1)
  155. ==> default: Running 'pre-boot' VM customizations...
  156. ==> default: Booting VM...
  157. ==> default: Waiting for machine to boot. This may take a few minutes...
  158.   default: WinRM address: 127.0.0.1:55985
  159.   default: WinRM username: tc
  160.   default: WinRM execution_time_limit: PT2H
  161.   default: WinRM transport: plaintext
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement