| 9 Sep 2021 |
@grahamc:nixos.org | I have a client facing similar mysterious issues and wants to look in to them ~soon, but not yet | 11:51:24 |
baloo | https://github.com/NixOS/nixpkgs/pull/137197 this should fix the dns resolution failure on hydra | 16:06:24 |
@grahamc:nixos.org | Maybe we can get Eelco to do a release instead of apply patches | 16:10:19 |
Vladimír Čunát | Well, it's relevant what nix gets deployed to the machines, not what we have in nixpkgs. | 16:10:27 |
Vladimír Čunát | (at least for hydra.nixos.org failures) | 16:10:38 |
Vladimír Čunát | * (at least for hydra.nixos.org failures, of course you can get the same anywhere else as well) | 16:12:01 |
Rick (Mindavi) | It's time for a release anyway, he wrote it on discourse too | 16:16:52 |
Rick (Mindavi) | I guess they still want to do some tickets, but at some point it would be good if there was a stable 2.4 | 16:17:28 |
Rick (Mindavi) | Oh, a 2.3 release of course :) | 16:17:47 |
baloo | In reply to @grahamc:nixos.org Maybe we can get Eelco to do a release instead of apply patches I mean, whichever is the fastest is fine by me :) I was mostly chasing r13y myself, and I know it pulls nixpkgs version. | 16:33:53 |
| 11 Sep 2021 |
sterni | The status.nixos.org page seems to behind? nixos-unstable is at bbbe2b35f736d039884e082ecc6d6e631e126029, but it says 4f6d8095fd51954120a1d08ea5896fe42dc3923b | 13:45:55 |
sterni | ah no the channel is still behind, but the nixos-unstable branch in nixpkgs is ahead of that? | 13:46:34 |
lukegb (he/him) | that comes from https://nixos.org/channels/nixos-unstable/git-revision | 14:21:24 |
sterni | seems like the population of the branch should be tied to the channel update service?
> git fetch origin && git rev-parse origin/nixos-unstable
bbbe2b35f736d039884e082ecc6d6e631e126029
| 14:23:04 |
Jonas Chevalier | that was supposed to be fixed by https://github.com/NixOS/nixos-channel-scripts/pull/49 | 14:39:54 |
lukegb (he/him) | Lemme just PURGE all the channels out of Fastly | 14:40:50 |
sterni | ah right it's the caching problem that makes more sense | 14:41:32 |
Jonas Chevalier | purge sent | 14:42:04 |
lukegb (he/him) | status.nixos.org seems happier now | 14:42:46 |
Jonas Chevalier | please ping me if you see more caching issues in the future | 14:43:59 |
baloo | for what it's worth, s-maxage only affects the first cache | 15:53:01 |
baloo | a Cache-Control: header would serve the same purpose, and allow each layer to implement the same strategy. | 15:53:27 |
baloo | should someone (entreprise user) have another cache in between, he would not see the benefits | 15:53:55 |
baloo | I think it would make sense to juste use max-age and not s-maxage | 15:54:44 |
baloo | * a max-age in the Cache-Control header would serve the same purpose, and allow each layer to implement the same strategy. | 15:55:11 |
| 12 Sep 2021 |
Jonas Chevalier | yeah that would work with Fastly as well. One thing I noticed though is that Fastly doesn't forward the Cache-Control header, not sure why. | 10:08:52 |
Jonas Chevalier | HTTP/2 301
location: https://releases.nixos.org/nixos/21.05/nixos-21.05.3021.8b0b81dab17
server: AmazonS3
via: 1.1 varnish, 1.1 varnish
access-control-allow-origin: *
accept-ranges: bytes
date: Sun, 12 Sep 2021 10:07:44 GMT
age: 69302
x-served-by: cache-bwi5126-BWI, cache-cdg20759-CDG
x-cache: HIT, HIT
x-cache-hits: 1, 1
x-timer: S1631441264.264690,VS0,VE2
content-length: 0
| 10:09:05 |
Jonas Chevalier | also 301 should be changed to 302 since it's not permanent | 10:09:27 |
Jonas Chevalier | deleting route53 references since we're using the netlify DNS | 10:14:02 |
Sandro | Does the cache control Header even matter? Does nix look at it? Maybe the caching issues is only present in the browser? | 10:15:03 |