A stray box not found, in a new installation, on mac

Following the Getting Started instructions, I:

$ vagrant init hashicorp/precise64 A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant. $ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'hashicorp/precise64' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 The box 'hashicorp/precise64' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp 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/precise64"] Error: $ vagrant -v Vagrant 1.8.7 

Any ideas?

I upgraded to 1.8.7 from 1.8.5 (or so) by simply downloading .dmg and installing. I also deleted my ~ / .vagrant.d file before running. 1.8.7 created my own .vagrant.d when I started it. Maybe something else is left from my previous version?

I have a virtual box installed.

This also failed:

 $ vagrant up --provider virtualbox Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'hashicorp/precise64' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 The box 'hashicorp/precise64' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp 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/precise64"] Error: 

The status page says: "All systems are working."

I tried the old box that worked before (a year ago?), And now it is broken:

 $ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'scotch/box' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 The box 'scotch/box' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp 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/scotch/box"] Error: 

I think something has changed in the wandering world. Does anyone want to understand me?

+4
source share

Source: https://habr.com/ru/post/1012160/


All Articles