From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40125: Problem with guix offload: Remote channel closed Date: Sat, 21 Mar 2020 23:16:45 +0100 Message-ID: <87pnd5wdyq.fsf@gnu.org> References: <87eetl1zce.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58669) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFmQR-000399-Bj for bug-guix@gnu.org; Sat, 21 Mar 2020 18:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFmQQ-0002bi-GR for bug-guix@gnu.org; Sat, 21 Mar 2020 18:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42364) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFmQQ-0002ba-Cx for bug-guix@gnu.org; Sat, 21 Mar 2020 18:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFmQQ-00028z-8r for bug-guix@gnu.org; Sat, 21 Mar 2020 18:17:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Mikael Djurfeldt's message of "Sat, 21 Mar 2020 17:05:20 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Mikael Djurfeldt Cc: 40125@debbugs.gnu.org Hi Mikael, Mikael Djurfeldt skribis: > I will look at the other buh reports. Meanwhile, do you have any hint on > where to look/insert logging code in order to see what is going on? On =E2=80=98wand=E2=80=99, can you run something like: sudo strace -s 500 -p $(pidof sshd) -f -o sshd.log After that, run =E2=80=98guix offload test=E2=80=99 from the other host, an= d check what =E2=80=98sshd.log=E2=80=99 contains. If would in particular look for all t= he =E2=80=98execve=E2=80=99 syscalls as well as what happens right before =E2=80=98exit_group=E2=80=99 = syscalls. There are probably error messages lurking there. :-) You can share excerpts of the log but note that it will contain sensitive crypto material, so beware. Thanks in advance, Ludo=E2=80=99.