Alvaro, thanks for your reply. I got the project working by changing the vagrantfile. I changed to this:
config.vm.box = "puphpet/ubuntu1404-x64" config.vm.box_url = " https://atlas.hashicorp.com/puphpet/boxes/ubuntu1404-x64" Thanks 2016-01-21 18:07 GMT-02:00 Alvaro Miranda Aguilera <[email protected]>: > 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 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 > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/CAHqq0exRd8pQWHjuRQYjc91iiW_iMkyoLg4rMvkLV%3DcramJuNg%40mail.gmail.com > <https://groups.google.com/d/msgid/vagrant-up/CAHqq0exRd8pQWHjuRQYjc91iiW_iMkyoLg4rMvkLV%3DcramJuNg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Rodrigo -- 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/CAJChGfYTwyTiKvS0YF4h9cBAEVy-rzqOfQHxNJJG6aDjnUBqOw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
