From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Problems with "guix offload test" after re-install Date: Thu, 12 Oct 2017 10:05:24 +0200 Message-ID: <87lgkgrdtn.fsf@gnu.org> References: 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]:48362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2YUl-0003VF-GY for help-guix@gnu.org; Thu, 12 Oct 2017 04:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2YUg-0000NB-Hi for help-guix@gnu.org; Thu, 12 Oct 2017 04:05:31 -0400 In-Reply-To: (Michael Brantley's message of "Wed, 11 Oct 2017 19:52:55 +0000") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: "Brantley, Michael" Cc: "help-guix@gnu.org" Hello Michael, "Brantley, Michael" skribis: > As this is my debut posting I just wanted to start by thanking the GUIX c= ommunity for all your hard work! :-) Thank you! > $ sudo -u guixuser guix environment > [guixuser@guixbuild03 guix]$ bash -c "nohup guile --listen=3D37146 0<&- &= >/dev/null" > > ... and then from another shell on this same host: > > $ telnet localhost 37146 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > GNU Guile 2.2.2 > Copyright (C) 1995-2017 Free Software Foundation, Inc. > > Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. > This program is free software, and you are welcome to redistribute it > under certain conditions; type `,show c' for details. > > Enter `,help' for help. > scheme@(guile-user)> (begin > (use-modules (guix)) > (with-store store > (add-text-to-store store "test" > "Hello, build machine!"))) > acquiring global GC lock `/var/guix/gc.lock' > acquiring read lock on `/var/guix/temproots/17043' > acquiring write lock on `/var/guix/temproots/17043' > downgrading to read lock on `/var/guix/temproots/17043' > $1 =3D "/gnu/store/883yjkl46dxw9mzykykmbs0yzwyxm17z-test" > scheme@(guile-user)> ,q > Connection closed by foreign host. > $ > $ telnet localhost 37146 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > GNU Guile 2.2.2 > Copyright (C) 1995-2017 Free Software Foundation, Inc. > > Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. > This program is free software, and you are welcome to redistribute it > under certain conditions; type `,show c' for details. > > Enter `,help' for help. > scheme@(guile-user)> (begin > (use-modules (guix)) > (with-store store > (add-text-to-store store "test" > "Hello, build machine!"))) > ERROR: In procedure display: > ERROR: In procedure display: Wrong type argument in position 2: # > > Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. > scheme@(guile-user) [1]> Could you try =E2=80=9C,bt=E2=80=9D here to show the stack trace? I wonder= where that exception comes from. Are you sure guix-daemon is running on this machine, and listening to the right socket file? Thanks for the helpful debugging info! Ludo=E2=80=99.