From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gn9SG-0002iL-VK for guix-patches@gnu.org; Fri, 25 Jan 2019 16:56:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gn9SG-0007or-0c for guix-patches@gnu.org; Fri, 25 Jan 2019 16:56:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46388) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gn9SF-0007oK-Ro for guix-patches@gnu.org; Fri, 25 Jan 2019 16:56:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gn9SF-0001Gw-MX for guix-patches@gnu.org; Fri, 25 Jan 2019 16:56:03 -0500 Subject: bug#34161: [PATCH] doc: clarify build users must be in kvm group Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87k1ixrgqo.fsf@roquette.mug.biscuolo.net> Date: Fri, 25 Jan 2019 22:55:27 +0100 In-Reply-To: <87k1ixrgqo.fsf@roquette.mug.biscuolo.net> (Giovanni Biscuolo's message of "Mon, 21 Jan 2019 19:46:23 +0100") Message-ID: <87o984mmgg.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: Giovanni Biscuolo Cc: 34161-done@debbugs.gnu.org Hi Giovanni, Giovanni Biscuolo skribis: >>>From 577f3e5750ec23cadf19cea68fe21aa5d2e7b9fa Mon Sep 17 00:00:00 2001 > From: Giovanni Biscuolo > Date: Mon, 21 Jan 2019 19:10:45 +0100 > Subject: [PATCH] doc: clarify build users must be in kvm group > To: guix-patches@gnu.org > > * doc/guix.texi: (guix)Invoke guix system, clarify kvm users must be in > kvm group when using `guix system vm` There=E2=80=99s already a note a few lines below that links to =E2=80=9CBui= ld Environment Setup=E2=80=9D for more details: https://www.gnu.org/software/guix/manual/en/html_node/Invoking-guix-syste= m.html However, the note is admittedly too far away from the description of =E2=80=98vm=E2=80=99 so I=E2=80=99ve moved it higher (will push shortly.) Thanks, Ludo=E2=80=99.