ludo@gnu.org (Ludovic Courtès) skribis: > ludo@gnu.org (Ludovic Courtès) skribis: > >> On the build machine side, the guile process that forwards data between >> the sshd and guix-daemon¹ is stuck on: >> >> read(0, …) > >> ¹ https://git.savannah.gnu.org/cgit/guix.git/tree/guix/ssh.scm?id=0362e5820ab6a1eb8eaf33bc47e592857c25f765#n102 > > I’ve been able to strace this Guile process. For reference, one way to test this without going through offloading is by: 1. storing the ‘redirect’ code in a file, say redirect.scm; 2. talk to the daemon through a pipe running redirect.scm as with the attached patch. Ludo’.