Cannot do "vagrant up" on MacOS

29 views
Skip to first unread message

Andika Riyandi

unread,
Nov 13, 2016, 9:29:15 AM11/13/16
to CoreOS Dev
Hi,

I got this error message when doing vagrant up.



Bringing machine 'core-01' up with 'virtualbox' provider...

Bringing machine 'core-02' up with 'virtualbox' provider...

Bringing machine 'core-03' up with 'virtualbox' provider...

==> core-01: Box 'coreos-stable' could not be found. Attempting to find and install...

    core-01: Box Provider: virtualbox

    core-01: Box Version: >= 0

==> core-01: Box file was not detected as metadata. Adding it directly...

==> core-01: Adding box 'coreos-stable' (v0) for provider: virtualbox

    core-01: Downloading: https://storage.googleapis.com/stable.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json

An error occurred while downloading the remote file. The error

message, if any, is reproduced below. Please fix this error and try

again.

 

Vagrant : 1.8.7
Virtualbox : 5.0.28

Is this from CoreOS problem?

Thanks,
Andika

Kyle Brown

unread,
Nov 14, 2016, 12:59:12 PM11/14/16
to coreo...@googlegroups.com

Hi Andika,

It seems unlikely that this is a CoreOS related issue. I was able to pull down this file:

$ wget https://storage.googleapis.com/stable.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json
--2016-11-14 09:53:15--  https://storage.googleapis.com/stable.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json
Resolving storage.googleapis.com (storage.googleapis.com)... 2607:f8b0:4005:808::2010, 216.58.195.80
Connecting to storage.googleapis.com (storage.googleapis.com)|2607:f8b0:4005:808::2010|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 387 [application/json]
Saving to: ‘coreos_production_vagrant.json’

coreos_production_v 100%[===================>]     387  --.-KB/s    in 0s      

2016-11-14 09:53:15 (68.9 MB/s) - ‘coreos_production_vagrant.json’ saved [387/387]

$ cat coreos_production_vagrant.json 
{
  "name": "coreos-stable",
  "description": "CoreOS stable",
  "versions": [{
    "version": "1185.3.0",
    "providers": [{
      "name": "virtualbox",
      "url": "https://stable.release.core-os.net/amd64-usr/1185.3.0/coreos_production_vagrant.box",
      "checksum_type": "sha256",
      "checksum": "b9259ca028453436bd6a48d29bc47419e0cd59ab7afe3019eac23930dbc74449"
    }]
  }]
}

Are you using the CoreOS vagrant template? https://github.com/coreos/coreos-vagrant

Reply all
Reply to author
Forward
0 new messages