| 30 Mar 2022 |
Amanda (she/her) | I thought of trying 0 because the slapd manpage mentions the slapd.conf(5) man page for the valid values, and that lists it as a bitmask integer, or strings | 15:29:35 |
Amanda (she/her) | Trying again locally, in case it was some weirdness with nix-build.net | 15:31:46 |
Amanda (she/her) | grahamc (he/him): here's the log for the build where several unrelated tests seemed to fail: https://gitlab.darkdna.net/-/snippets/104 | 15:33:47 |
Amanda (she/her) | and "-d", "0", builds fine locally | 15:34:09 |
@grahamc:nixos.org | this doesn't make any sense | 15:34:25 |
@grahamc:nixos.org | anything in dmesg? 🤞 | 15:34:54 |
@grahamc:nixos.org | what if you build with --cores 1 | 15:35:37 |
Amanda (she/her) | There's a way to blow away a cached build isn't there? | 15:35:59 |
@grahamc:nixos.org | nix-build --check will build it again | 15:36:16 |
Amanda (she/her) | oh, probably worth mentioning: I'm building using the flake | 15:37:54 |
@grahamc:nixos.org | the default.nix should be a functional shim to use nix-build, but perhaps the new UI has a similar option | 15:39:17 |
Amanda (she/her) | ( I figured out there's a --rebuild for nix build ) | 15:39:25 |
Amanda (she/her) | grahamc (he/him): I think you may have been on the money with "--cores 1" -- built fine with no other modifications with that, trying without now | 16:12:16 |
Amanda (she/her) | ( "other" meaning other than being on the branch I'm on for my PR to make it build under recent nixpkgs ) | 16:13:22 |
Amanda (she/her) | ... The stars must have re-aligned, now it's also rebuilding fine without --cores 1 | 16:19:12 |
Amanda (she/her) | Going on the 5th rebuild now and it's been fine | 16:19:28 |
Amanda (she/her) | Maybe it's just more reliable on my laptop? Going to scp the folder up to the NUC homelab and see how it fares there | 16:22:45 |
ajs124 | Are the two machines running different kernels?
I've had some spooky issues with impurity caused by different kernels, before. | 16:24:35 |
Amanda (she/her) | my laptop's a single patch release ahead | 16:26:42 |
Amanda (she/her) | 5.15.29 vs 5.15.28 | 16:27:11 |
Amanda (she/her) | Hrm. Load jumps to ~10 when building hydra locally on the NUC | 16:36:09 |
| 1 Apr 2022 |
hexa | hydra updates are sadly blockedd by the zlib issue | 23:03:07 |
hexa | e.g. https://hydra.nixos.org/eval/1752452?filter=compress&compare=1752422&full=#tabs-now-fail | 23:03:54 |
| 2 Apr 2022 |
hexa | how do people garbage collect hydra gcroots in an automated fashion? | 19:53:30 |
das_j | In reply to @hexa:lossy.network how do people garbage collect hydra gcroots in an automated fashion? hydra-update-gcroots.service? | 19:54:20 |
hexa | guess I have to configure my hydra better then | 19:55:37 |
hexa | so if I understand this right hydra should delete gcroots that are older than a day automatically? | 20:06:03 |
das_j | In reply to @hexa:lossy.network so if I understand this right hydra should delete gcroots that are older than a day automatically? If I remember correctly | 20:21:47 |
@grahamc:nixos.org | And keepnr | 20:28:09 |
hexa | and keepnr=0 has no special meaning? 😛 | 20:29:11 |