From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] doc: Mention in two places that guix-daemon needs to be restarted for keychanges to take effect. Date: Fri, 01 Jan 2016 19:24:15 +0100 Message-ID: <878u49gnu8.fsf@gnu.org> References: <3a68a258b921c8c0ecc99c5f2e321fd4@riseup.net> <8737ukzv22.fsf@gnu.org> <79ab297e3be5f2f95606780b19dc6034@riseup.net> 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]:39477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aF4NC-0008Ul-9t for guix-devel@gnu.org; Fri, 01 Jan 2016 13:24:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aF4N8-0002RY-9k for guix-devel@gnu.org; Fri, 01 Jan 2016 13:24:22 -0500 In-Reply-To: <79ab297e3be5f2f95606780b19dc6034@riseup.net> (swedebugia@riseup.net's message of "Fri, 01 Jan 2016 13:38:08 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: swedebugia@riseup.net Cc: guix-devel swedebugia@riseup.net skribis: > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -389,6 +389,8 @@ authorize them: > @example > # guix archive --authorize < ~root/.guix-profile/share/guix/hydra.gnu.or= g.pub > @end example > + > +Note: After adding or removing the keys with the above command you must = restart @command{guix-daemon} manually or reboot for the changes to take ef= fect. I don=E2=80=99t think this is the case: the =E2=80=98guix substitute=E2=80= =99 program, which is what the daemon invokes, reloads the ACL every time it is started (so every time a command needs to know about the available substitutes.) Did you experience something different? Thanks, Ludo=E2=80=99.