| 30 Apr 2026 |
Mic92 | In reply to @brian:bmcgee.ie my key doesn't seem to be working I added you to some old machine. What is it you want to access? | 11:05:03 |
BMG | haumea, I can give you my current key | 11:05:20 |
hexa | we decomissioned haumea from production for this exact prurpose | 11:06:00 |
hexa | Redacted or Malformed Event | 11:06:02 |
BMG | ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKHHl5kgMDNQA/zqK+AzT4SO09rfAp+y/EeUC+Ow5XqyNid5lm6sgLGM+AqZDx0jOrMKWhd5lhzGDdtsSf0Y8g4= brian@saturn | 11:06:06 |
Mic92 | BMG:
[root@haumea:~]# grep saturn /etc/ssh/authorized_keys.d/root ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKHHl5kgMDNQA/zqK+AzT4SO09rfAp+y/EeUC+Ow5XqyNid5lm6sgLGM+AqZDx0jOrMKWhd5lhzGDdtsSf0Y8g4= brian@saturn
| 11:07:28 |
Mic92 | Looks like this file got overwritten by something | 11:07:40 |
BMG | ok I have access now thanks | 11:08:14 |
vcunat | By colmena apply I guess? | 11:08:23 |
BMG | Of course, I need to focus on something else for the next while, but I'll poke around the db maybe later this evening | 11:08:32 |
vcunat | I mean, the way we have it set up, colmena will keep updating haumea based on what's in the infra repo. | 11:08:46 |
vcunat | So if the key isn't defined in the infra repo... | 11:09:03 |
vcunat | * So if the key isn't defined in the infra repo (doesn't seem to be, at a glance)... | 11:09:11 |
BMG | I would have expected my key to have been added in a reproducible fashion....... | 11:09:26 |
BMG | 😉 | 11:09:30 |
vcunat | I don't see that key in https://github.com/NixOS/infra so apparently not (so far).
| 11:11:59 |
vcunat | * I don't see that key in https://github.com/NixOS/infra so apparently not (so far)? | 11:12:09 |
| 1 May 2026 |
John Ericson | BMG: checking back in on the drv path non null :) | 15:49:48 |
BMG | I was gonna have a look there but my key has been blatted again. It wasn't applied via nixos/infra and it seems some other changes have been rolled out | 17:18:06 |
BMG | John Ericson: looking at the db schema, BuildSteps has a type column. It can be a build or a substitution. In the case of a substitution, isn't it valid to not have a drv path? | 17:21:57 |
John Ericson | BMG: I was worried that might be the case but I do not know | 17:22:30 |
John Ericson | it depends what is being substituted | 17:22:41 |
John Ericson | I don't think inputSrcs gets a steps | 17:22:50 |
BMG | Regardless, it's a simple enough query once I get access again:
SELECT count(*) AS missing_drvpath_steps
FROM BuildSteps
WHERE drvPath IS NULL OR drvPath = '';
| 17:22:50 |
BMG | Mic92: can you add my key in a permanent sense? | 17:23:25 |
BMG | cos I'll be poking around this more when I get around to the GC stuff anyway | 17:23:42 |
Mic92 | In reply to @brian:bmcgee.ie Mic92: can you add my key in a permanent sense? Do we still got NixOS config for it? | 17:27:56 |
BMG | 🤷 lemme double check it's not something weird with my key | 17:29:59 |
BMG | Nope, definitely doesn't like my key any more. It did yesterday | 17:30:36 |
vcunat | We do. | 17:57:57 |