Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ➜ windows git:(master) ✗ vagrant ssh
- VM must be running to open SSH connection. Run `vagrant up`
- to start the virtual machine.
- ➜ windows git:(master) ✗ vagrant up
- Bringing machine 'default' up with 'virtualbox' provider...
- ==> default: Clearing any previously set forwarded ports...
- ==> default: Fixed port collision for 22 => 2222. Now on port 2203.
- ==> default: Clearing any previously set network interfaces...
- ==> default: Specific bridge '["br1", "eth0"]' not found. You may be asked to specify
- ==> default: which network to bridge to.
- ==> default: Preparing network interfaces based on configuration...
- default: Adapter 1: nat
- default: Adapter 2: bridged
- ==> default: Forwarding ports...
- default: 5985 (guest) => 55985 (host) (adapter 1)
- default: 5986 (guest) => 55986 (host) (adapter 1)
- default: 22 (guest) => 2203 (host) (adapter 1)
- ==> default: Running 'pre-boot' VM customizations...
- ==> default: Booting VM...
- ==> default: Waiting for machine to boot. This may take a few minutes...
- default: WinRM address: 127.0.0.1:55985
- default: WinRM username: tc
- default: WinRM execution_time_limit: PT2H
- default: WinRM transport: plaintext
- ==> default: Machine booted and ready!
- ==> default: Checking for guest additions in VM...
- ==> default: Configuring and enabling network interfaces...
- ==> default: Mounting shared folders...
- default: /vagrant => /home/me/Documents/autoqa/vagrant/windows
- ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
- ==> default: flag to force provisioning. Provisioners marked to run always will still run.
- ➜ windows git:(master) ✗ vagrant ssh
- ssh_exchange_identification: read: Connection reset by peer
- ➜ windows git:(master) ✗ vagrant ssh
- ssh_exchange_identification: read: Connection reset by peer
- ➜ windows git:(master) ✗ vagrant up
- Bringing machine 'default' up with 'virtualbox' provider...
- ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
- ==> default: flag to force provisioning. Provisioners marked to run always will still run.
- ➜ windows git:(master) ✗ vagrant reload
- ==> default: Attempting graceful shutdown of VM...
- ==> default: Clearing any previously set forwarded ports...
- ==> default: Fixed port collision for 22 => 2222. Now on port 2203.
- ==> default: Clearing any previously set network interfaces...
- ==> default: Specific bridge '["br1", "eth0"]' not found. You may be asked to specify
- ==> default: which network to bridge to.
- ==> default: Preparing network interfaces based on configuration...
- default: Adapter 1: nat
- default: Adapter 2: bridged
- ==> default: Forwarding ports...
- default: 5985 (guest) => 55985 (host) (adapter 1)
- default: 5986 (guest) => 55986 (host) (adapter 1)
- default: 22 (guest) => 2203 (host) (adapter 1)
- ==> default: Running 'pre-boot' VM customizations...
- ==> default: Booting VM...
- ==> default: Waiting for machine to boot. This may take a few minutes...
- default: WinRM address: 127.0.0.1:55985
- default: WinRM username: tc
- default: WinRM execution_time_limit: PT2H
- default: WinRM transport: plaintext
- ==> default: Machine booted and ready!
- ==> default: Checking for guest additions in VM...
- ==> default: Configuring and enabling network interfaces...
- ==> default: Mounting shared folders...
- default: /vagrant => /home/me/Documents/autoqa/vagrant/windows
- ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
- ==> default: flag to force provisioning. Provisioners marked to run always will still run.
- ➜ windows git:(master) ✗ vagrant ssh
- ssh_exchange_identification: read: Connection reset by peer
- ➜ windows git:(master) ✗ vagrant ssh
- ssh_exchange_identification: read: Connection reset by peer
- ➜ windows git:(master) ✗ vagrant destroy
- default: Are you sure you want to destroy the 'default' VM? [y/N] y
- ==> default: Forcing shutdown of VM...
- ==> default: Destroying VM and associated drives...
- ➜ windows git:(master) ✗ vagrant up
- Bringing machine 'default' up with 'virtualbox' provider...
- ==> default: Box 'autoqa/windows_x64' could not be found. Attempting to find and install...
- default: Box Provider: virtualbox
- default: Box Version: >= 0
- ==> default: Loading metadata for box 'http://172.16.2.156/vagrant_boxes/windows/version.json'
- default: URL: http://172.16.2.156/vagrant_boxes/windows/version.json
- ==> default: Adding box 'autoqa/windows_x64' (v10.0.1) for provider: virtualbox
- default: Downloading: http://172.16.2.156/vagrant_boxes/windows/windows10_x64_10.0.1.box
- default: Calculating and comparing box checksum...
- ==> default: Successfully added box 'autoqa/windows_x64' (v10.0.1) for 'virtualbox'!
- ==> default: Preparing master VM for linked clones...
- default: This is a one time operation. Once the master VM is prepared,
- default: it will be used as a base for linked clones, making the creation
- default: of new VMs take milliseconds on a modern system.
- ==> default: Importing base box 'autoqa/windows_x64'...
- ==> default: Cloning VM...
- ==> default: Matching MAC address for NAT networking...
- ==> default: Checking if box 'autoqa/windows_x64' is up to date...
- ==> default: Setting the name of the VM: windows_default_1520415032420_62968
- ==> default: Fixed port collision for 22 => 2222. Now on port 2203.
- ==> default: Clearing any previously set network interfaces...
- ==> default: Specific bridge '["br1", "eth0"]' not found. You may be asked to specify
- ==> default: which network to bridge to.
- ==> default: Preparing network interfaces based on configuration...
- default: Adapter 1: nat
- default: Adapter 2: bridged
- ==> default: Forwarding ports...
- default: 5985 (guest) => 55985 (host) (adapter 1)
- default: 5986 (guest) => 55986 (host) (adapter 1)
- default: 22 (guest) => 2203 (host) (adapter 1)
- ==> default: Running 'pre-boot' VM customizations...
- ==> default: Booting VM...
- ==> default: Waiting for machine to boot. This may take a few minutes...
- default: WinRM address: 127.0.0.1:55985
- default: WinRM username: tc
- default: WinRM execution_time_limit: PT2H
- default: WinRM transport: plaintext
- Timed out while waiting for the machine to boot. This means that
- Vagrant was unable to communicate with the guest machine within
- the configured ("config.vm.boot_timeout" value) time period.
- If you look above, you should be able to see the error(s) that
- Vagrant had when attempting to connect to the machine. These errors
- are usually good hints as to what may be wrong.
- If you're using a custom box, make sure that networking is properly
- working and you're able to connect to the machine. It is a common
- problem that networking isn't setup properly in these boxes.
- Verify that authentication configurations are also setup properly,
- as well.
- If the box appears to be booting properly, you may want to increase
- the timeout ("config.vm.boot_timeout") value.
- ➜ windows git:(master) ✗ vagrant ssh
- ^C% ➜ windows git:(master) ✗
- ➜ windows git:(master) ✗
- ➜ windows git:(master) ✗
- ➜ windows git:(master) ✗ vagrant destroy
- default: Are you sure you want to destroy the 'default' VM? [y/N] y
- ==> default: Forcing shutdown of VM...
- ==> default: Destroying VM and associated drives...
- ➜ windows git:(master) ✗ vagrant up
- Bringing machine 'default' up with 'virtualbox' provider...
- ==> default: Cloning VM...
- ==> default: Matching MAC address for NAT networking...
- ==> default: Checking if box 'autoqa/windows_x64' is up to date...
- ==> default: Setting the name of the VM: windows_default_1520415749435_93104
- ==> default: Fixed port collision for 22 => 2222. Now on port 2203.
- ==> default: Clearing any previously set network interfaces...
- ==> default: Specific bridge '["br1", "eth0"]' not found. You may be asked to specify
- ==> default: which network to bridge to.
- ==> default: Preparing network interfaces based on configuration...
- default: Adapter 1: nat
- default: Adapter 2: bridged
- ==> default: Forwarding ports...
- default: 5985 (guest) => 55985 (host) (adapter 1)
- default: 5986 (guest) => 55986 (host) (adapter 1)
- default: 22 (guest) => 2203 (host) (adapter 1)
- ==> default: Running 'pre-boot' VM customizations...
- ==> default: Booting VM...
- ==> default: Waiting for machine to boot. This may take a few minutes...
- default: WinRM address: 127.0.0.1:55985
- default: WinRM username: tc
- default: WinRM execution_time_limit: PT2H
- default: WinRM transport: plaintext
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement