nix-community / nixbox

NixOS Vagrant boxes [maintainer=@ifurther]
https://app.vagrantup.com/nixbox/
MIT License
309 stars 101 forks source link

metadata.json not found #9

Closed bbenoist closed 8 years ago

bbenoist commented 8 years ago

Hi,

Here is an error I had when trying to bring zimbatm/nixbox64 machine up:

$ vagrant up --provider virtualbox
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'zimbatm/nixbox64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Loading metadata for box 'zimbatm/nixbox64'
    default: URL: https://atlas.hashicorp.com/zimbatm/nixbox64
==> default: Adding box 'zimbatm/nixbox64' (v14.12.496.5f7d374) for provider: virtualbox
    default: Downloading: https://atlas.hashicorp.com/zimbatm/boxes/nixbox64/versions/14.12.496.5f7d374/providers/virtualbox.box
    default: Progress: 100% (Rate: 1535k/s, Estimated time remaining: --:--:--)
The "metadata.json" file for the box 'zimbatm/nixbox64' was not found.
Boxes require this file in order for Vagrant to determine the
provider it was made for. If you made the box, please add a
"metadata.json" file to it. If someone else made the box, please
notify the box creator that the box is corrupt. Documentation for
box file format can be found at the URL below:

http://docs.vagrantup.com/v2/boxes/format.html
zimbatm commented 8 years ago

Hi @bbenoist ,

I should probably take the nixbox images down. Try using one of these ones instead:

vagrant init zimbatm/nixos-15.09-i686
# or
vagrant init zimbatm/nixos-15.09-x86_64
bbenoist commented 8 years ago

OK, thank you for the help (and for the plugin you made) :+1: