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. https://www.microsoft.com/en-us/download/details.aspx?id=5555 Thanks Alvaro. On Fri, Jan 22, 2016 at 6:50 AM, Rodrigo Ribeiro <[email protected]> wrote: > 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 > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/d5b8e2a1-cf99-4579-b9ab-af9e2256fc3a%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/d5b8e2a1-cf99-4579-b9ab-af9e2256fc3a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. 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.
