Hello. My bad, I did a typo.
Can you open in a web browser the following: https://atlas.hashicorp.com/hashicorp/boxes/precise32.json If that open, then please try this: mkdir precise32 cd precise32 vagrant init -m hashicorp/precise32 vagrant up If still gives error, please do this: vagrant box list vagrant version vagrant plugin list (if you are on windows) set VAGRANT_LOG=debug (if you are in linux/osx/or running bash) export VAGRANT_LOG=debug vagrant up 2>&1 | tee vagrant_up.log And provide the generated output. Alvaro. On Sun, Jan 17, 2016 at 11:56 AM, Alexandra Stanciu < [email protected]> wrote: > I'm getting the same exact error, i can connect to > http://atlas.hashicorp.com/hahicorp/precise32.json and it returns > { > > - errors: > [ > - "Not found" > ] > > } > > On Sunday, 27 December 2015 11:49:42 UTC+2, Alvaro Miranda Aguilera wrote: >> >> Hello >> >> Vagrant try to connect to >> http://atlas.hashicorp.com/hahicorp/precise32.json >> >> Can you try to open that url with a web browser? >> >> Are you at any network that requires proxy? corporate proxy or university? >> >> Thanks >> Alvaro. >> >> On Sat, Dec 26, 2015 at 1:08 AM, Sergiy Golub <[email protected]> >> wrote: >> >>> I installed vagrant for my OS and have VirtualBox installed. I ran the >>> following commands >>> >>> d:\vagrant>vagrant up >>> Bringing machine 'default' up with 'virtualbox' provider... >>> ==> default: Box 'hashicorp/precise32' could not be found. Attempting to >>> find and install... >>> default: Box Provider: virtualbox >>> default: Box Version: >= 0 >>> The box 'hashicorp/precise32' 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/hashicorp/precise32"] >>> Error: >>> >>> I googled a bit trying to find why Connection was refused, didnt get any >>> answer. Any ideas? >>> >>> -- >>> 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/75897d91-8639-4fd4-ae3e-f2601062aabb%40googlegroups.com >>> <https://groups.google.com/d/msgid/vagrant-up/75897d91-8639-4fd4-ae3e-f2601062aabb%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/d6a712c9-ef97-496e-ba37-f1ed6bf06166%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/d6a712c9-ef97-496e-ba37-f1ed6bf06166%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/CAHqq0ewiTssK8Ex-kX3VbX3dU-Ricq6SyJuYs2iXmQWPENpkwg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
