IRC channel logs

2021-08-11.log

back to list of logs

***larstiq_ is now known as LarstiQ
***LarstiQ is now known as Guest1291
***Guest1291 is now known as LarstiQ
<youpi>damo22: I found the issue. I was checking that set_args was really getting set, and printed the proc* , and also in set_exe, to be sure that it was set for rumpdisk
<youpi>and then I saw that it was incoherent
<youpi>we had two set_args for the fs task, and none for the rumpdisk task
<youpi>because libdiskfs was passing its own proc port to its parent, rather than the parent_proc
<youpi>damo22: I'm getting hangs under heavy load, e.g. building the hurd package
<youpi>damo22: note that I have renamed to options to specify the disk task and the fs task, into --next-task
<youpi>there is no reason to explicit what kind of task they are, they can find each other with device names anyway