nix-community / nixbox

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

15.09 vagrant box not on Atlas #8

Closed ryanorendorff closed 8 years ago

ryanorendorff commented 8 years ago

Hi,

Running the init command and then the up command fails, seemingly because vagrant cannot find the box in the remote catalog. Is the box online, or does it have to be built every time?

Ryan

zimbatm commented 8 years ago

Hi,

can you give me the error output ? 15.09 works fine for me but only on Virtualbox. I'm mostly using the x86_64 version.

Is this the version that you are using ? : https://atlas.hashicorp.com/zimbatm/boxes/nixos-15.09-x86_64

ryanorendorff commented 8 years ago
 ~/Desktop $ vagrant init zimbatm/nixos-15.09-x86_64
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.
 ~/Desktop $ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'zimbatm/nixos-15.09-x86_64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
The box 'zimbatm/nixos-15.09-x86_64' 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/zimbatm/nixos-15.09-x86_64"]
Error: The requested URL returned error: 404 Not Found

Also I get a 404 when I try to visit the page you mention.

zimbatm commented 8 years ago

Oops, thanks for reporting. The project seem to be private by default and since I was logged in obviously never had the issue myself.

This should be fixed now but feel free to re-open the issue if not.

Best, z