cstrahan / nix-packer

A Packer definition for NixOS. It builds a Vagrant box for NixOS 14.04 x86_64.
30 stars 14 forks source link

Failing to download image #10

Open szaydel opened 10 years ago

szaydel commented 10 years ago

Seems like something may be going on with the location of the packaged box. Perhaps worth a check?

pull https://vagrantcloud.com/cstrahan/nixos-14.04-x86_64/version/1/provider/virtualbox.box

http: error: ConnectionError: HTTPConnectionPool(host='www.cstrahan-share.com', port=80): Max retries exceeded with url: /public/nixos-14.04-x86_64-v0.1.0-virtualbox.box (Caused by <class 'socket.error'>: [Errno 54] Connection reset by peer)
[0] 04:22:06 ~ > vagrant box add cstrahan/nixos-14.04-x86_64
==> box: Loading metadata for box 'cstrahan/nixos-14.04-x86_64'
    box: URL: https://vagrantcloud.com/cstrahan/nixos-14.04-x86_64
==> box: Adding box 'cstrahan/nixos-14.04-x86_64' (v0.1.0) for provider: virtualbox
    box: Downloading: https://vagrantcloud.com/cstrahan/nixos-14.04-x86_64/version/1/provider/virtualbox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Recv failure: Connection reset by peer
cstrahan commented 10 years ago

@szaydel Strange! I'll take a look - thanks for reporting.

cstrahan commented 10 years ago

Wow, so the problem was that I didn't respond to some email from ICANN regarding my contact info, so my domain name was suspended. Wish I had stayed on top of the news, and also wouldn't hurt to slim down my 3000 message inbox...

Anywho, that's taken care of, so it should be restored soon.

szaydel commented 10 years ago

Yeah, weird things like this are the last thing you might think is going to create a problem. Glad you got to it. Thanks!