From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Archive authentication & =?utf-8?Q?=E2=80=98guix_challenge?= =?utf-8?Q?=E2=80=99?= Date: Sat, 11 Feb 2017 15:32:44 +0100 Message-ID: <87shnk3iib.fsf@gnu.org> References: <8737goz2ba.fsf@gnu.org> <8660kud3u4.fsf@gmail.com> <874m03z5h2.fsf_-_@gnu.org> <86o9y9fybz.fsf@gmail.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]:53605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccYjM-0007bp-OO for guix-devel@gnu.org; Sat, 11 Feb 2017 09:32:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccYjH-0008S7-P1 for guix-devel@gnu.org; Sat, 11 Feb 2017 09:32:52 -0500 In-Reply-To: <86o9y9fybz.fsf@gmail.com> (myglc2@gmail.com's message of "Fri, 10 Feb 2017 17:57:52 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: myglc2 Cc: guix-devel@gnu.org myglc2 skribis: > On 02/09/2017 at 17:36 Ludovic Court=C3=A8s writes: [...] >> Could it be that the =E2=80=98guix archive=E2=80=99 you ran uses a confi= guration >> directory other than this one? What does: >> >> guile -c '(use-modules (guix config)) (pk %config-directory)' >> >> print? > > Thanks Ludo ... > > g1@g1 ~/src/guix [env]$ guile -c '(use-modules (guix config)) (pk %config= -directory)' > > ;;; ("/etc/guix") Hmm so that should definitely be writing to /etc/guix/acl. Maybe you could strace it to see what=E2=80=99s happening? HTH, Ludo=E2=80=99.