box add works but vagrant up and vagrant list can't find it

18 views
Skip to first unread message

lucidbee

unread,
Apr 3, 2018, 6:34:15 PM4/3/18
to Vagrant
I have used this box before.

It is local. I do the vagrant box add from a local dir and it completes with no problem.
The files are in the correct places under .vagrant.d

However the vagrant up does not find them, and the init fails.

I have attached the --debug output.

thanks.
lucidbee


lucidbee

unread,
Apr 3, 2018, 6:36:48 PM4/3/18
to Vagrant


This is windows 10 host and guest.

Alvaro Miranda Aguilera

unread,
Apr 4, 2018, 4:24:24 AM4/4/18
to vagra...@googlegroups.com
Hello

Seems you are using org/box so Vagrant is trying to check the box in vagrant cloud.

if you could use just a single name and avoid "org/box"

rename bonsai/win10dev_4

into win10dev_4

Should help.

Then you can just ensure you have a box with that name.

vagrant box list


Otherwise you need to update Vagrantfile to :

- not check vagrant cloud for updates
or
- put a config.vm.box_url = "path/to/the/box"

Alvaro.




On Wed, Apr 4, 2018 at 12:36 AM, lucidbee <luci...@gmail.com> wrote:


This is windows 10 host and guest.

--
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/5919ea3c-9158-4ea1-acf3-2068240f90b2%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Alvaro

Reply all
Reply to author
Forward
0 new messages