From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35056) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4XVj-0001uO-06 for guix-patches@gnu.org; Wed, 19 Feb 2020 17:08:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4XVi-0003CA-0H for guix-patches@gnu.org; Wed, 19 Feb 2020 17:08:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37528) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4XVh-0003C2-T0 for guix-patches@gnu.org; Wed, 19 Feb 2020 17:08:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4XVh-0005YD-Nr for guix-patches@gnu.org; Wed, 19 Feb 2020 17:08:01 -0500 Subject: [bug#39530] [PATCH] guix: Support partial download Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200209202358.17bb4a39@tachikoma.lepiller.eu> <874kvmmulr.fsf@gnu.org> <8F45CBA3-9DCE-4BDD-A23E-543F035F87DC@lepiller.eu> Date: Wed, 19 Feb 2020 23:07:31 +0100 In-Reply-To: <8F45CBA3-9DCE-4BDD-A23E-543F035F87DC@lepiller.eu> (Julien Lepiller's message of "Wed, 19 Feb 2020 11:25:05 -0500") Message-ID: <87v9o2kz8c.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Julien Lepiller Cc: 39530@debbugs.gnu.org Julien Lepiller skribis: > Actually I'm not sure how to test the new daemon. I ran the guix daemon f= rom a checkout and probably forgot to set sysconfdir to /etc, so it was mis= sing authorized keys, hence no substitutes. Ah yes. This should work: sudo -E ./pre-inst-env guix-daemon --build-users-group=3D=E2=80=A6 =E2=80= =A6 Ludo=E2=80=99.