vagrant-node-mongo icon indicating copy to clipboard operation
vagrant-node-mongo copied to clipboard

vagrantconfig vagrantbox name error

Open oldlastman opened this issue 11 years ago • 4 comments

hello I clone this proyect and made:

vagrant box add base http://files.vagrantup.com/precise32.box <------- OK git clone https://github.com/cacois/vagrant-node-mongo.git <------- OK cd vagrant-node-mongo <------- OK vagrant up <------- ERROR ERROR ..

In the vagrantconfig file the box name is config.vm.box = "precise32"

But when i add the box i named it "base" ... i supouse

If i change config this way config.vm.box = "base"

All go fine...

thanks

oldlastman avatar Jun 27 '13 17:06 oldlastman

same issue here. fixed it with hashicorp/precise32.

joernroeder avatar Nov 22 '15 01:11 joernroeder

Here is my issue:


$ vagrant box add base http://files.vagrantup.com/precise32.box
==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'base' (v0) for provider:
    box: Downloading: http://files.vagrantup.com/precise32.box
    box: Download redirected to host: hashicorp-files.hashicorp.com
    box:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Failed to connect to hashicorp-files.hashicorp.com port 443: Timed out

maaixprt avatar Dec 10 '19 10:12 maaixprt

same issue with me too...

flik avatar Dec 10 '19 17:12 flik

I haven't looked at this repo in a while - let me take a look and see what i can do

cacois avatar Dec 10 '19 17:12 cacois