Created
July 18, 2015 04:04
-
-
Save marti1125/844b0786faeee0412155 to your computer and use it in GitHub Desktop.
vagrant up aurora
This file contains hidden or 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
Bringing machine 'devcluster' up with 'virtualbox' provider... | |
==> devcluster: Checking if box 'ubuntu/trusty64' is up to date... | |
==> devcluster: Clearing any previously set forwarded ports... | |
==> devcluster: Clearing any previously set network interfaces... | |
==> devcluster: Preparing network interfaces based on configuration... | |
devcluster: Adapter 1: nat | |
devcluster: Adapter 2: hostonly | |
==> devcluster: Forwarding ports... | |
devcluster: 22 => 2222 (adapter 1) | |
==> devcluster: Running 'pre-boot' VM customizations... | |
==> devcluster: Booting VM... | |
==> devcluster: Waiting for machine to boot. This may take a few minutes... | |
devcluster: SSH address: 127.0.0.1:2222 | |
devcluster: SSH username: vagrant | |
devcluster: SSH auth method: private key | |
devcluster: Warning: Connection timeout. Retrying... | |
==> devcluster: Machine booted and ready! | |
==> devcluster: Checking for guest additions in VM... | |
devcluster: The guest additions on this VM do not match the installed version of | |
devcluster: VirtualBox! In most cases this is fine, but in rare cases it can | |
devcluster: prevent things such as shared folders from working properly. If you see | |
devcluster: shared folder errors, please make sure the guest additions within the | |
devcluster: virtual machine match the version of VirtualBox you have installed on | |
devcluster: your host and reload your VM. | |
devcluster: | |
devcluster: Guest Additions Version: 4.3.10 | |
devcluster: VirtualBox Version: 5.0 | |
==> devcluster: Setting hostname... | |
==> devcluster: Configuring and enabling network interfaces... | |
==> devcluster: Mounting shared folders... | |
devcluster: /vagrant => /Users/willyaguirre/Documents/aurora | |
==> devcluster: Machine already provisioned. Run `vagrant provision` or use the `--provision` | |
==> devcluster: flag to force provisioning. Provisioners marked to run always will still run. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment