| 25 Jun 2025 |
craigbro | https://dontpad.com/rdqp19w8blii1jrkwjq8hk9wcla2jpkd | 02:36:37 |
dramforever | that looks a bit corrupt, can you try something like nix log the-thing | curl -F "c=@-" "https://fars.ee/" | 02:40:43 |
craigbro | it's compiling sops now (as part of my devshell for my flake world, got the cpu at 92c | 02:41:17 |
craigbro | heatsink ordered... | 02:41:31 |
craigbro | ah, yah, I corrected it | 02:42:44 |
craigbro | in the gist/dontpad note | 02:42:48 |
dramforever | yeah this is better but i would still prefer the unmangled text | 02:43:25 |
dramforever | that still looks like it's copied out from a terminal | 02:43:32 |
craigbro | | curl -F "c=@-" "https://fars.ee/" | 02:45:41 |
craigbro | * https://fars.ee/ZL1X | 02:46:04 |
craigbro | there ya go | 02:46:09 |
dramforever | good! | 02:46:30 |
craigbro | nice, it built my dev shell, which includes home-manager, sops, vim, and age | 02:47:19 |
craigbro | I am honestly stoked it is working this well thanks to the binary caches. getting a bootstrap build working is a big bonus | 02:52:28 |
dramforever | just in case it possibly make sense, check coredumpctl? | 03:01:28 |
dramforever | there might be one entry listed for your poor crashing process | 03:01:45 |
craigbro | not found, this is ubuntu base OS | 03:02:00 |
dramforever | and coredumpctl info {the pid} | 03:02:00 |
dramforever | sysctl kernel.core_pattern? | 03:02:30 |
dramforever | * how about sysctl kernel.core_pattern? | 03:02:34 |
craigbro | I can get you a coredump tho, if I can repro | 03:02:36 |
dramforever | and ulimit -c | 03:02:49 |
craigbro | ulimit -c is 0 | 03:03:36 |
craigbro | for me, not sure about hte nix deamon.. | 03:03:45 |
dramforever | i can't seem to reproduce this on my bpi-f3 | 03:04:44 |
craigbro | so I think I can repro once I figureou thow to force a source build of that | 03:05:12 |
dramforever | uh, source build of what now? | 03:05:23 |
dramforever | oh the bootstrap tools | 03:05:26 |
dramforever | nix build --rebuild /nix/store/thing.drv'^*' | 03:05:40 |
dramforever | "source" build | 03:05:54 |