| 26 Sep 2022 |
@v0id:nltrix.net | so it specifies the localhost as a builder | 20:03:49 |
Rick (Mindavi) | Oh yeah, I see | 20:14:31 |
Rick (Mindavi) | Needed for kvm support and such | 20:14:50 |
Rick (Mindavi) | According to that article | 20:15:21 |
@v0id:nltrix.net | I added publicHostKey option let's see if it solves. | 20:23:40 |
@v0id:nltrix.net | this is actually better than relyng on .ssh/known_hosts | 20:23:51 |
@v0id:nltrix.net | I thnk hydra manual should say something about which .ssh/known_hosts | 20:24:08 |
@v0id:nltrix.net | there is one in /var/lib/hydra/.ssh/known_hosts but it failed to work for 2.11 | 20:24:29 |
@v0id:nltrix.net | maybe its my fault don't sure. | 20:24:36 |
@v0id:nltrix.net | * maybe its my fault not sure. | 20:24:44 |
Rick (Mindavi) | If you have any improvements for the wiki you're free to edit 🙂 | 20:25:21 |
Rick (Mindavi) | I think everyone that has/makes an account can edit | 20:25:44 |
Rick (Mindavi) | I definitely remember running into issues with this but apparently I removed that since I couldn't get it to work | 20:26:46 |
@v0id:nltrix.net | waiting for queue-runner to kick in | 20:27:26 |
@v0id:nltrix.net | let's see. | 20:27:27 |
@v0id:nltrix.net | hm wierd now complains about this | 20:29:33 |
@v0id:nltrix.net |
Sep 26 23:28:53 abel hydra-queue-runner[916173]: aborting unsupported build step '/nix/store/p2603b1i05587vf1y55j3igkzhhj60fl-options.json.drv' (type 'x86_64-linux')
| 20:29:39 |
@v0id:nltrix.net | abel seems to suffer from dementia | 20:31:01 |
@v0id:nltrix.net | he forgot he is an x86_64 | 20:31:11 |
@v0id:nltrix.net | no idea :( | 20:32:53 |
@v0id:nltrix.net | maybe I should switch to 2.12 | 20:33:42 |
Rick (Mindavi) | You put this in the config?
nix.buildMachines = [ { hostName = "localhost"; system = "x86_64-linux"; supportedFeatures = ["kvm" "nixos-test" "big-parallel" "benchmark"]; maxJobs = 8; } ]; | 20:33:55 |
@v0id:nltrix.net | there are others | 20:34:12 |
@v0id:nltrix.net | but this doesn't work now, added publicHostKey = "key-material" now | 20:34:34 |
@v0id:nltrix.net | * but this doesn't work now, added publicHostKey = "key-material" and it stopped complaining | 20:35:17 |
@v0id:nltrix.net | the current error is totally unrel. | 20:35:24 |
@v0id:nltrix.net | re eval'ng | 20:36:47 |
@v0id:nltrix.net |
Sep 26 23:38:13 abel hydra-queue-runner[916173]: aborting unsupported build step '/nix/store/2mcwqxb9cvcqfvmnw8bmw8c0l05qzqdn-system-path.drv' (type 'x86_64-linux:local') Sep 26 23:38:13 abel hydra-queue-runner[916173]: marking build 149 as failed
| 20:38:36 |
@v0id:nltrix.net | no luck. | 20:38:39 |
@v0id:nltrix.net | I think the trusted-users = hydra-queue-runner doesn not have any effect anymore | 20:49:23 |