bug#68800: Guix waits for termination of a kernel thread

2024-02-20 Thread Ludovic Courtès
Hi Tomas, Tomas Volf <~@wolfsden.cz> skribis: >> What about this method (from shepherd)? >> >> --8<---cut here---start->8--- >> (define (linux-process-flags pid) >> "Return the process flags of @var{pid} (or'd @code{PF_} constants), >> assuming >> the Linux

bug#68800: Guix waits for termination of a kernel thread

2024-01-29 Thread Tomas Volf
> Date: Mon, 29 Jan 2024 17:31:33 +0100 > From: Ludovic Courtès > To: guix-de...@gnu.org > Subject: Re: GNU Shepherd 0.10.3 released > > Hi, > > Tomas Volf <~@wolfsden.cz> skribis: > > > Ah, that code indeed returns #f for the pid in question: > > > > scheme@(guix-user)> ((@@ (guix build sysca

bug#68800: Guix waits for termination of a kernel thread

2024-01-29 Thread Tomas Volf
Hello, when Guix machine is shutting down, it keeps waiting for PID associated with [mt76-tx phy0] to terminate. Since it is a kernel thread, it does not happen. Previous discussion on this bug was done via email, and is copied here: Date: Sun, 7 Jan 2024 15:59:51 +0100 From: Tomas Volf <~@wo