jeaye / nixos-in-place

Install NixOS on top of any existing Linux distribution without rebooting
MIT License
460 stars 57 forks source link

setup-network DigitalOcean woes. #18

Closed kevincox closed 8 years ago

kevincox commented 8 years ago

Hello again, I was trying to set up a digital ocean droplet from Ubuntu 15.10 and am having troubles with networking.

The commands I am using to test:

# apt-get update && apt-get install -y squashfs-tools git
# git clone https://github.com/kevincox/nixos-in-place -b patch-2
# cd nixos-in-place
# ./install.sh -d
>>> Checking environment... seems sane
>>> NixOS installer (nixos-in-place)
>>>    GRUB => /dev/vda
>>>    Root => /dev/vda1 (ext4)
>>>    ISO => latest-iso-minimal-x86_64-linux
>>>    Digital Ocean => true
>>>    Working directory => /tmp/tmp.KIWITgncGa
>>> Continue? [yn] y
...
jeaye commented 8 years ago

The script doesn't currently support IPv6; I'm glad it works for IPv4, as intended, and there are issues with it not always working when it's executed by systemd. If you know the cause of this, do try out a fix and let me know.

kevincox commented 8 years ago

Will do. TBH I am probably going to drop DO because of things like this but if I do end up debugging this I will be sure to submit patches for future users.