Vagrant Box not loading

309 views
Skip to first unread message

Rodrigo Ribeiro

unread,
Jan 21, 2016, 12:50:11 PM1/21/16
to Vagrant
I started using Vagrant today, so excuse for the basic question.

Considering I didn't see any knowledge level associated with this discusssion group, I guess a beginner question won't be an issue, so here it goes:

I created a dir called "vagrant_puphet" and executed vagrant init puphpet/ubuntu1404-x64 to create the vagrant file.

I changed the vagrant file to point to my desired Vagrant box:

config.vm.box = "puphpet/boxes/ubuntu1404-x64;"

The actual vagrant box url in the atlas is https://atlas.hashicorp.com/puphpet/boxes/ubuntu1404-x64

When I execute "vagrant up", I'm getting:

C:\HashiCorp\Vagrant\bin\vagrant_puphet>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'puphpet/boxes/ubuntu1404-x64;' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'puphpet/boxes/ubuntu1404-x64;' (v0) for provider: virtualbox
    default: Downloading: puphpet/boxes/ubuntu1404-x64;
    default:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /C:/HashiCorp/Vagrant/bin/vagrant_puphet/puphpet/boxes/ubuntu1404-x64;


What am I doing wrong?

regards 

Alvaro Miranda Aguilera

unread,
Jan 21, 2016, 3:07:35 PM1/21/16
to vagra...@googlegroups.com
Hello, if this fix the issue, I will explain more in detail.

As you are in windows, and I have seen this before, I can suggest the following.

Please install C++ redistributable package for Windows 32 bit.

Even if your OS is 64 bit, install the 32 bit one.


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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/d5b8e2a1-cf99-4579-b9ab-af9e2256fc3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Rodrigo Ribeiro

unread,
Jan 22, 2016, 5:22:57 AM1/22/16
to vagra...@googlegroups.com
Alvaro, thanks for your reply.

I got the project working by changing the vagrantfile. I changed to this:

config.vm.box = "puphpet/ubuntu1404-x64"

Thanks



You received this message because you are subscribed to a topic in the Google Groups "Vagrant" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vagrant-up/sWg1qnv2wpI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0exRd8pQWHjuRQYjc91iiW_iMkyoLg4rMvkLV%3DcramJuNg%40mail.gmail.com.

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



--

Rodrigo 
Reply all
Reply to author
Forward
0 new messages