Created
June 22, 2013 09:40
-
-
Save danfairs/5840183 to your computer and use it in GitHub Desktop.
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
locust$ vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Box 'precise64' was not found. Fetching box from specified URL for | |
the provider 'virtualbox'. Note that if the URL does not have | |
a box for this provider, you should interrupt Vagrant now and add | |
the box yourself. Otherwise Vagrant will attempt to download the | |
full box prior to discovering this error. | |
Downloading or copying the box... | |
Extracting box...te: 910k/s, Estimated time remaining: 0:00:02)) | |
Successfully added box 'precise64' with provider 'virtualbox'! | |
[default] Importing base box 'precise64'... | |
There was an error while executing `VBoxManage`, a CLI used by Vagrant | |
for controlling VirtualBox. The command and stderr is shown below. | |
Command: ["import", "/Users/dan/.vagrant.d/boxes/precise64/virtualbox/box.ovf"] | |
Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% | |
Interpreting /Users/dan/.vagrant.d/boxes/precise64/virtualbox/box.ovf... | |
OK. | |
0%... | |
Progress object failure: NS_ERROR_CALL_FAILED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment