Hi, Ludovic Courtès <l...@gnu.org> skribis:
> Mathieu Othacehe <othac...@gnu.org> skribis: > >> 1. On my laptop with a Wireguard service trying to reach a non-existing >> DNS server. >> >> (service wireguard-service-type >> (wireguard-configuration >> (addresses (list "10.0.0.2/24")) >> (dns '("10.0.0.50")) #does not exit > > This one is similar to: > > https://issues.guix.gnu.org/53225 > https://issues.guix.gnu.org/53381 > > It has to do with the fact that “wg-quick up” blocks until it succeeds > and that ‘invoke’ gets stuck on ‘waitpid’ until the “wg-quick” process > terminates. > > The solution will be to use something non-blocking instead of ‘invoke’; > I’m looking into it. This is fixed in the Shepherd 0.9.3, which landed in Guix commit 283d7318c5b312d7129adb6dbeea6ad205ce89d1. As I wrote, I’m not sure whether it fixes the nginx situation since I could not reproduce it. I’m closing and let’s open a new issue specifically for nginx if it comes up again with 0.9.3. Thanks, Ludo’.