Skip to content
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

Closed
drawcard opened this issue Jun 16, 2017 · 8 comments
Closed

Trusty64 box not downloading #1222

drawcard opened this issue Jun 16, 2017 · 8 comments

Comments

@drawcard
Copy link

drawcard commented Jun 16, 2017

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)

  1. Follow VVV installation instructions
  2. Run vagrant up

Error message:
image

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

  • VVV version: Latest from master branch
  • Vagrant version: 1.9.5
  • VM Provider name: Virtualbox
  • VM Provider version: 5.0.x
  • Operating System and version: macOS 10.12.1, 24GB disk space free
@drawcard
Copy link
Author

Have also tried:

  • vagrant box add trusty64 ubuntu/trusty64
  • sudo rm -f /opt/vagrant/embedded/bin/curl

@drawcard
Copy link
Author

drawcard commented Jun 17, 2017

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:

 config.vm.box = "trusty64"

Then:

$ sudo vagrant up

@tomjn tomjn added the type:bug label Jul 3, 2017
@JJJ
Copy link
Contributor

JJJ commented Jul 4, 2017

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:

vagrant destroy
vagrant box update
vagrant box prune
vagrant up

@LoreleiAurora
Copy link
Contributor

That is the same box we use just not downloaded through the hashicorp api.

Your install appears to be using bento/ubuntu-14.04 as opposed to ubuntu/trusty64.

Can you please tell me what commit you are on?

@drawcard
Copy link
Author

drawcard commented Jul 4, 2017

The commit I'm using is 4d1fb6f

@tomjn
Copy link
Member

tomjn commented Nov 3, 2017

@drawcard does this still happen with Vagrant 2.0?

@tomjn
Copy link
Member

tomjn commented Nov 8, 2017

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

@tomjn tomjn closed this as completed Nov 8, 2017
@lock
Copy link

lock bot commented Feb 22, 2020

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.

@lock lock bot locked and limited conversation to collaborators Feb 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants