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

box file is 404 in Vagrant cloud #281

Closed
rk295 opened this issue Dec 3, 2014 · 0 comments · Fixed by #288
Closed

box file is 404 in Vagrant cloud #281

rk295 opened this issue Dec 3, 2014 · 0 comments · Fixed by #288

Comments

@rk295
Copy link
Contributor

rk295 commented Dec 3, 2014

Hi, when running vagrant up the following error is thrown:

sensu-server: Downloading: https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/1/providers/virtualbox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

The requested URL returned error: 404 Not Found

Changing the server.vm.box line as shown below and removing the *.vm.box_url lines fixes it.

server.vm.box = "ubuntu/trusty64"

And the same for the client.vm.box line.

Tested in Vagrant 1.6.5 on osX.

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

Successfully merging a pull request may close this issue.

1 participant