Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Vagrant box cannot be downloaded; Stale url #12

Open
nederhrj opened this issue Nov 18, 2013 · 2 comments
Open

Vagrant box cannot be downloaded; Stale url #12

nederhrj opened this issue Nov 18, 2013 · 2 comments

Comments

@nederhrj
Copy link

The Vagrant file references a Vagrant box that cannot be downloaded. The url to this file (on Dropbox) is not working.

Is there an alternative box that can be used? I tried http://cloud-images.ubuntu.com/vagrant/quantal/current/quantal-server-cloudimg-amd64-vagrant-disk1.box but it doesn't work out of the box.

@ducu
Copy link

ducu commented Nov 5, 2014

Same issue, seems like the repo is abandoned. Too bad

@aseoparson
Copy link

In the Vagrantfile, you can change lines 12 and 16 to spin up a different vm. I changed mine to:

  # Every Vagrant virtual environment requires a box to build off of.
  config.vm.box = "ubuntu"

  # The url from where the 'config.vm.box' box will be fetched if it
  # doesn't already exist on the user's system.
  config.vm.box_url = "https://github.com/jose-lpa/packer-ubuntu_14.04/releases/download/v2.0/ubuntu-14.04.box"

(you can find a list of boxes here)

If the install has any errors (and for me, it did), you can vagrant ssh into the box and fix them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants