Danylo Hlynskyi

Results 34 issues of Danylo Hlynskyi

I can't deploy with this kickstart script: ``` clearpart --all --initlabel --drives=sda,sdb part swap --size 4000 --ondisk=sda part /boot --size 256 --fstype=ext3 --ondisk=sda --asprimary part / --size 30000 --fstype=ext4 --ondisk=sda...

I've set `deployment.hetzner.robotUser` and `deployment.hetzner.robotPass` and can initiate create/deploy actions. But destroy action requires those to be set from environment: ``` $ nixops destroy -d fleet2 error: please either set...

When redeploying Hetzner machine, message "Connection to MY_IP closed by remote host." injects into output log. This was frightening at first, because initial deploy had no such ``` hetznerIron> installing...

Default Hetzner kickstart script doesn't work for new NVMe servers (PX61-NVMe, for example), default disks are not `sda, sdb`, but `nvme0n1,nvme1n1`

Hetzner kickstart script requires `--label` attributes, but this isn't obvious from manual and never checked during deploy. In particular, the following valid kickstart script will result into unbootable system: ```...

This applies to bootstrapping phase only. NixOps does smth to my server, so I cannot access it. I go to Robot interface, reboot (or reboot in rescue) and can login....

Show hetzner Robot password after initial deployment failed or drop into rescue shell. Currently I use script as workaround: ``` #! /usr/bin/env nix-shell #! nix-shell -i bash -p nixops sshpass...

I have ec2 instance, container and my-key-pair resources. When running `nixops destroy`, program asks for confirmation to destroy ec2 instance (which I deny), confirmation to destroy container (which I say...

This weekend was tough, we've broken nixos tests eval several times (thanks @delroth for debugging those). https://github.com/NixOS/nixpkgs/pull/55061#issuecomment-460047536 https://github.com/NixOS/nixpkgs/pull/55106 https://github.com/NixOS/nixpkgs/pull/55157 Something like ``` $ nix-instantiate ./. -A nixosTests >/dev/null ``` would...

https://github.com/NixOS/nixpkgs/pull/75856 In those rare cases when it is fine to check PR, maybe use heuristic "if PR description contains `This PR is test-built by Hydra at https://hydra.nixos.org/jobset/nixpkgs/haskell-updates`". Or maybe it...