2 Jul 2025 |
Jonas Chevalier | emily: Personally I'd be interested in knowing how much bandwidth my personal infra, and Numtide are using. I would be interesting to me. I'm wondering if other people would like to have this facility too. | 13:57:20 |
Jonas Chevalier | It could also be useful to know which org to approach and ask if they would be willing to install loca caches / reverse proxies to reduce the load. | 13:59:29 |
vcunat | I'd expect the last bit to be covered by Fastly, but who knows. | 14:15:12 |
Jonas Chevalier | We can already identify orgs with public IP ranges / AS as those appror in the fastly logs. | 14:31:00 |
ners | In reply to @emilazy:matrix.org most organizations with that kind of need are probably using their own caching proxy if they're using the central cache at all, surely? AFAIK, the caches I know, such as Cachix and Attic, will not cache locally things that are available in the global cache. | 16:27:14 |
Jonas Chevalier | I'm expecting GitHub Action runners to use most of the traffic | 16:37:14 |
Tom | In reply to @ners:nixos.dev AFAIK, the caches I know, such as Cachix and Attic, will not cache locally things that are available in the global cache. For attic: you can disable the upload filter and then it's only a question of having the priorities configured correctly to primarily use your cache. | 16:48:50 |
3 Jul 2025 |
K900 | https://hydra.nixos.org/build/301602245 might be stuck | 07:36:40 |
K900 | Yeah definitely stuck | 07:57:41 |
K900 | I'll just start a new eval instead | 07:57:58 |
4 Jul 2025 |
dgrig | What's the proper procedure for me to request I get write access to Grafana so I can upload a dashboard for the tracker.security.nixos.org service? The dashboard in question is https://github.com/Nix-Security-WG/nix-security-tracker/blob/main/contrib/grafana-dashboard.json if it's easier for someone else to import it. | 11:35:26 |
dgrig | * What's the proper procedure for me to request I get write access to Grafana so I can upload a dashboard for the tracker.security.nixos.org service? GitHub issue?
The dashboard in question is https://github.com/Nix-Security-WG/nix-security-tracker/blob/main/contrib/grafana-dashboard.json if it's easier for someone else to import it. | 11:35:43 |
K900 | https://grafana.nixos.org/d/beo2uotj65lvkb/nix-security-tracker?orgId=1&from=now-6h&to=now&timezone=browser&var-Instance | 11:36:40 |
K900 | The metrics don't exist though | 11:36:44 |
K900 | Are those actually being scraped/pushed from anywhere? | 11:37:35 |
dgrig | Not yet, PR incoming for this | 11:40:07 |
5 Jul 2025 |
| sinan changed their profile picture. | 04:04:36 |
7 Jul 2025 |
| Zempashi joined the room. | 20:55:53 |
8 Jul 2025 |
| Zempashi removed their profile picture. | 15:54:47 |
| Janne joined the room. | 21:22:48 |
| @janne.hess:helsinki-systems.de left the room. | 21:22:57 |
10 Jul 2025 |
| shock-wave joined the room. | 11:23:18 |
shock-wave | Hi, I have been told that this chatroom is the right place to be with seek help with issues pertaining to the nixos discourse.
I have been trying to log in to my account but I havent saved/remembered the password. The last time I logged in was 3 months ago.
However when I try to recover my password or login with link sent to the email address, I dont receive anything.
I have also tried to make a new account with a new email address but I dont seem to receive emails to that either.
The account isnt banned(at least not overtly).
I was wondering if someone could help me with this issue or tell me what the issue is.
Thanks in advance. | 11:40:27 |
Christian Theune | I can check if you DM me the email address you are using. (Room: let me know if I should verify this request further to avoid information leakage wrt potential social engineering.) | 11:54:37 |
shock-wave | will do and understandable if you want a second opinion, I can also provide more info if needed. | 11:56:15 |
hexa (signing key rotation when) | infra call in 15m and I'd invite you to try lasuite-meet over here https://meet.cccda.de/rdt-xpjb-mav | 15:46:04 |
hexa (signing key rotation when) | * infra call in 15m and I invite you to try lasuite-meet over here https://meet.cccda.de/rdt-xpjb-mav | 15:46:18 |
Arian | So we were a bit puzzled during the call.
It seems that even without my changes to cache NARs more aggressively, currently 404s are not cached even though fastly by default caches 404s.
Or at leasts x-cache-hits response header is always 0 for 404s whilst for all other paths we do get hits.
i.e. if you fetch a non-existent narinfo we always get a x-cache-hits: 0 back
So it feels like something is misconfigured today?
Or is maybe the synthetic response object that we have resetting those headers?
https://github.com/NixOS/infra/blob/main/terraform/cache.tf#L233-L240
I wonder if we need to move from cache_condition to request_condition here or something?
| 16:59:18 |
Arian | but yeh for me curl -v https://cache.nixos.org/non-existent.narinfo always reports a x-cache-hits: 0 which doesn't sound correct | 17:00:44 |
Arian | Or does it? is that the desired behaviour? | 17:00:59 |