bug#30365: Offloading sometimes hangs

2018-02-11 Thread Ricardo Wurmus
Hi Ludo, > l...@gnu.org (Ludovic Courtès) skribis: > >> So what we have here is that the Scheme procedure ‘select’ returned >> stdin as “ready for reading”. How did that happen? I believe this is >> due to : ‘scm_i_prepare_to_wait_on_fd’ >> returns 1, so ‘select’

bug#30365: Offloading sometimes hangs

2018-02-10 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: >> l...@gnu.org (Ludovic Courtès) skribis: >> >>> So what we have here is that the Scheme procedure ‘select’ returned >>> stdin as “ready for reading”. How did that happen? I believe this is >>> due to :

bug#30365: Offloading sometimes hangs

2018-02-09 Thread Ludovic Courtès
Hello! l...@gnu.org (Ludovic Courtès) skribis: > So what we have here is that the Scheme procedure ‘select’ returned > stdin as “ready for reading”. How did that happen? I believe this is > due to : ‘scm_i_prepare_to_wait_on_fd’ > returns 1, so ‘select’ returns

bug#30365: Offloading sometimes hangs

2018-02-07 Thread Ludovic Courtès
l...@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