-
Notifications
You must be signed in to change notification settings - Fork 848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trusty64 box not downloading #1222
Comments
Have also tried:
|
For the time being I'm using another trusty64 box: $ box add trusty64 https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box
$ vagrant box list
...
trusty64 (virtualbox, 0) Edit line 150 of Vagrantfile:
Then: $ sudo vagrant up |
I can't reproduce this on a fresh VVV setup, with latest Vagrant & VirtualBox versions. FWIW, after installing all optional Vagrant plugins, my box ritual usually looks something like:
|
That is the same box we use just not downloaded through the hashicorp api. Your install appears to be using Can you please tell me what commit you are on? |
The commit I'm using is 4d1fb6f |
@drawcard does this still happen with Vagrant 2.0? |
I'm going to close this for now, if this is still an issue with 2.1 and the latest vagrant+virtualbox feel free to reopen |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Expected Behavior
Running VVV for the first time, Trusty64 box should download from Hashicorp's servers.
Current Behavior
It does not appear to be doing this.
Possible Solution
Unknown
Steps to Reproduce (for bugs)
vagrant up
Error message:
![image](https://user-images.githubusercontent.com/1435638/27214800-62bf758e-52ad-11e7-8b31-592d3d6ed244.png)
I can fetch other boxes from Hashicorp, and other VM's work fine eg Scotch Box and Trellis.
I have also tried this idea: hashicorp/vagrant#7997 which deletes the broken curl package but still doesn't fix the problem.
Context
Your Environment
The text was updated successfully, but these errors were encountered: