Thanks for various suggestions. I have found a workaround and this seems to be a valid bug, more details can be read here
https://github.com/mitchellh/vagrant/issues/5782 Thanks again Thanks Haitao On Wed, Jun 3, 2015 at 10:49 AM, dragon788 <[email protected]> wrote: > If you are able to curl the box you can use 'vagrant box add boxname > local/path/to/box' to add the box, and then vagrant up as normal. The only > downside is if the author updates the box on the website you won't get any > updates, but unless you destroy and up frequently, the updates probably > won't do a lot for you either. > > On Tuesday, June 2, 2015 at 3:10:01 PM UTC-5, Haitao Jiang wrote: >> >> OS: OS X 10.10.3 >> Vagrant version: 1.7.2 >> VirtualBox version: 4.3.28r100309 >> >> $vagrant login >> >> $ vagrant init hashicorp/precise64 >> $ 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'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/precise64"] >> Error: >> >> I can curl the box file without any issue. >> >> >> Any pointer as where I should check? >> > -- > 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/pcxMAAfqpcs/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
