| 26 Sep 2022 |
Rick (Mindavi) | From nixpkgs or the flake? | 19:39:10 |
@v0id:nltrix.net | nixpkgs | 19:39:17 |
Rick (Mindavi) | I am not sure why it tries to connect via ssh anyway? | 19:45:08 |
Rick (Mindavi) | Did you setup any builders? | 19:45:14 |
@v0id:nltrix.net | nope ;( | 19:46:45 |
@v0id:nltrix.net | but I have local builder defn in nix.buildMachines = [ { .. }] | 19:47:16 |
@v0id:nltrix.net | with hostName = "localhost" | 19:47:41 |
@v0id:nltrix.net | interesting. | 19:48:01 |
Rick (Mindavi) | Hmm, that might be an issue | 19:48:33 |
Rick (Mindavi) | But still, no changes in hydra that seem related to that breaking lately | 19:48:50 |
ajs124 | upgrade to nix 2.11 maybe? | 19:49:10 |
@v0id:nltrix.net | interesting, i wonder if someone fiddles with my host keys | 19:49:20 |
@v0id:nltrix.net | I can ssh the host w/o any problems though. | 19:49:36 |
@v0id:nltrix.net | no leap of faith | 19:49:47 |
Rick (Mindavi) | In reply to @andreas.schraegle:helsinki-systems.de upgrade to nix 2.11 maybe? Yeah, maybe? | 19:50:35 |
Rick (Mindavi) | https://github.com/NixOS/nixpkgs/pull/190343/files | 19:50:46 |
Rick (Mindavi) | FYI, that's the latest change | 19:50:54 |
Rick (Mindavi) | In nixpkgs | 19:50:59 |
Rick (Mindavi) | So change from 2.9 to 2.11 | 19:51:16 |
@v0id:nltrix.net | OK, how do I know my version? | 19:52:49 |
@v0id:nltrix.net | hydra-* --help doesn't say much | 19:52:56 |
@linus:schreibt.jetzt | it says it in the web UI | 19:53:03 |
@linus:schreibt.jetzt | bottom of every page | 19:53:07 |
@v0id:nltrix.net | ok it is 2.11.0 | 19:53:20 |
@v0id:nltrix.net | it says in build machines ssh://localhost etc. | 19:54:37 |
@v0id:nltrix.net | * it says in admin/build machines ssh://localhost etc. | 19:55:21 |
@v0id:nltrix.net | prolly transient I'll retry and see. | 19:58:21 |
Rick (Mindavi) | I don't see the issue, but my config doesn't contain localhost as remote builder | 20:01:02 |
Rick (Mindavi) | And I do recall having issues with that, but that was not limited to localhost, also didn't know how to get other remote builders working | 20:01:40 |
@v0id:nltrix.net | Interesting. I followed this one https://nixos.wiki/wiki/Hydra | 20:03:35 |