Last active
August 29, 2015 14:22
-
-
Save jakerobinson/ab25ba078f9b3066ea98 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vagrant reload | |
==> default: Attempting graceful shutdown of VM... | |
==> default: Checking if box 'vmware/photon' is up to date... | |
==> default: Verifying vmnet devices are healthy... | |
==> default: Preparing network adapters... | |
==> default: Starting the VMware VM... | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: SSH address: 172.16.196.203:22 | |
default: SSH username: vagrant | |
default: SSH auth method: private key | |
==> default: Machine booted and ready! | |
==> default: Forwarding ports... | |
default: -- 80 => 80 | |
default: -- 22 => 2222 | |
==> default: Configuring network adapters within the VM... | |
Vagrant attempted to execute the capability 'configure_networks' | |
on the detect guest OS 'linux', but the guest doesn't | |
support that capability. This capability is required for your | |
configuration of Vagrant. Please either reconfigure Vagrant to | |
avoid this capability or fix the issue by creating the capability. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment