Skip to content

Instantly share code, notes, and snippets.

@helderboone
Last active October 9, 2017 22:00
Show Gist options
  • Save helderboone/aabeeeede4e6dd096ef3a98d70077684 to your computer and use it in GitHub Desktop.
Save helderboone/aabeeeede4e6dd096ef3a98d70077684 to your computer and use it in GitHub Desktop.
Output vagrant
C:\vagrant>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/xenial64' is up to date...
==> default: There was a problem while downloading the metadata for your box
==> default: to check for updates. This is not an error, since it is usually due
==> default: to temporary network problems. This is just a warning. The problem
==> default: encountered was:
==> default:
==> default: Could not resolve host: vagrantcloud.com
==> default:
==> default: If you want to check for box updates, verify your network connection
==> default: is valid and try again.
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 80 (guest) => 8080 (host) (adapter 1)
default: 5432 (guest) => 5432 (host) (adapter 1)
default: 27017 (guest) => 27017 (host) (adapter 1)
default: 5050 (guest) => 5050 (host) (adapter 1)
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "7e559ebb-4f24-463e-b7c5-43548982fcc1", "--type", "headless"]
Stderr: VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment