Vagrant up error Windows 7

96 views
Skip to first unread message

Sergiy Golub

unread,
Dec 25, 2015, 7:08:53 AM12/25/15
to Vagrant

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?

Alvaro Miranda Aguilera

unread,
Dec 27, 2015, 4:49:42 AM12/27/15
to vagra...@googlegroups.com
Hello


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.

--
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/75897d91-8639-4fd4-ae3e-f2601062aabb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Alexandra Stanciu

unread,
Jan 16, 2016, 5:56:39 PM1/16/16
to Vagrant
I'm getting the same exact error, i can connect to http://atlas.hashicorp.com/hahicorp/precise32.json and it returns
{
  • errors
    [
    • "Not found"
    ]

Alvaro Miranda Aguilera

unread,
Jan 16, 2016, 6:58:45 PM1/16/16
to vagra...@googlegroups.com
Hello.

My bad, I did a typo.

Can you open in a web browser the following:


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.


Reply all
Reply to author
Forward
0 new messages