Vagrant up not working

465 views
Skip to first unread message

jellybe...@gmail.com

unread,
Apr 25, 2017, 7:26:41 AM4/25/17
to Vagrant, kiero...@hotmail.com
Hi I have been trying to get vagrant to run for the past hour but keep coming up with this error

"G:\web2>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'Tom2/current' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'Tom2/current' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/Tom2/current"]
Error: The requested URL returned error: 404 Not Found"

 I have the vagrant file on a usb. I have uninstalled it from my laptop and re installed it but still get the same error. also I have created a new folder and put the vagrant file in the new folder but still nothing. Please can anyone help me as I need it to run

Alvaro Miranda Aguilera

unread,
Apr 25, 2017, 3:31:19 PM4/25/17
to vagra...@googlegroups.com
Hello

it seems you are trying to start a vm using a base box (template) named Tom2/current

and seems there is no local box with that name, is trying to download one from atlas with that name, however that box doesnt exists, thats why you get the error.

Couple of options.

1. Use a box that exists, ie hashicorp/precise64 and try to ensure all works fine.

2. add your box first with vagrant box add --name <name/here> <file.box>


you can check the boxes installed with:

vagrant box list

Thanks!
Alvaro

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/26eab9a6-0e6d-4e71-b353-fee838363003%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Alvaro

Reply all
Reply to author
Forward
0 new messages