From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30522: offloading requires guile-readline on the remote system Date: Mon, 19 Feb 2018 21:31:10 +0100 Message-ID: <87mv04g1rl.fsf@gnu.org> References: <87eflhccpo.fsf@fastmail.com> <87y3jpf0w4.fsf@gnu.org> <87bmglc62k.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ens6Y-00049j-JL for bug-guix@gnu.org; Mon, 19 Feb 2018 15:32:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ens6V-0000X3-9s for bug-guix@gnu.org; Mon, 19 Feb 2018 15:32:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43798) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ens6V-0000Wy-6D for bug-guix@gnu.org; Mon, 19 Feb 2018 15:32:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ens6U-0001Wo-Tq for bug-guix@gnu.org; Mon, 19 Feb 2018 15:32:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87bmglc62k.fsf@fastmail.com> (Marius Bakke's message of "Mon, 19 Feb 2018 17:11:47 +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.org@gnu.org Sender: "bug-Guix" To: Marius Bakke Cc: 30522-done@debbugs.gnu.org Heya, Marius Bakke skribis: > Ludovic Court=C3=A8s writes: > >> Hi Marius, >> >> Marius Bakke skribis: >> >>> After reconfiguring a remote machine on latest 'master' (post recent >>> core-updates merge), I found that offloading to it would just "hang". >>> >>> After some debugging I found that `guile --listen` failed to import >>> (ice-9 readline). Installing guile-readline for the offload user did >>> the trick. >> >> Could it be that ~/.guile on that machine imports (ice-9 readline)? >> (On GuixSD the default ~/.guile used to import it unconditionally.) > > Ah, good catch! This was using the default .guile from before > 2ba2c98d8aa695cce608313833a36c61b0fb3428. I have verified that copying > the new .guile from /etc/skel works even without guile-readline > installed. Good. > It would still be good with a better failure mode, but I'll file this > under "pebkac" for now. Yes, I=E2=80=99m surprised it ended up looping. Did you try to strace it or something to see what was going on? Perhaps guile failed to start altogether and Guile-SSH kept retrying? Ludo=E2=80=99.