| 20 Oct 2025 |
raitobezarius | that will fix it | 20:02:33 |
raitobezarius | we probably consider that a serious bug because Darwin cannot avoid this | 20:03:05 |
raitobezarius | or reparent the nodejs long running server to any process in the sandbox hierarchy, the bash process or whatever | 20:03:57 |
raitobezarius | so that it gets autokilled at the end | 20:04:01 |
QuadRadical (Ping) | oh, how do i do that? | 20:26:52 |
QuadRadical (Ping) | yeah, ill probably just do a sandboxed build instead thx | 20:27:06 |
raitobezarius | prctl(PR_SET_CHILD_SUBREAPER, somethign something) on some process of your hierarchy | 20:27:52 |
aza_leah | use my reap tool ;) | 20:55:41 |
QuadRadical (Ping) | ah | 20:55:50 |
QuadRadical (Ping) | i think ill just use a sandbox | 20:55:55 |
QuadRadical (Ping) | thanks | 20:55:55 |
QuadRadical (Ping) | hmm warning: user namespaces do not work on this system: error: unable to fork: Operation not permitted | 20:58:57 |
QuadRadical (Ping) | i think since it runs in docker i cant | 20:59:01 |
raitobezarius | docker should be able to have nested user namespaces | 20:59:15 |
raitobezarius | but this is why i suggested other solutions ;-) | 20:59:21 |
raitobezarius | if you cannot enable nested user namespaces, you won't be able to use the sandbox | 20:59:37 |
QuadRadical (Ping) | yes, thank you | 20:59:38 |
lillecarl | Since when does the repl autocomplete into quoted string keys!?! QOL++ 😍 | 21:37:48 |
raitobezarius | 11th December 2024 | 21:43:10 |
raitobezarius | https://git.lix.systems/lix-project/lix/issues/450 | 21:43:30 |
raitobezarius | basically last year | 21:43:31 |
lillecarl | Gosh I really need to stay alert. Same as "eh pipe operator has been supported for a year in nixfmt too"... | 21:45:32 |
raitobezarius | do you read https://docs.lix.systems/manual/lix/stable/release-notes/rl-2.93.html to stay informed? | 21:45:55 |
raitobezarius | normally we try to list things there | 21:45:59 |
raitobezarius | but we may forget to do it for all the features | 21:46:04 |
lillecarl | I try to, but I also miss releases. I've seen the last few at least, I recognize most of the changes there | 21:48:56 |
raitobezarius | we do slow releases thankfully :-) | 21:49:22 |
raitobezarius | 2.94.0 is still being cooked | 21:49:26 |
raitobezarius | (though we are the end of the cooking process) | 21:49:33 |
raitobezarius | ❯ ls doc/manual/rl-next -l | wc -l
43
a lot of cooking
| 21:49:56 |