From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: starting using guix Date: Sun, 20 Jan 2013 15:47:29 +0100 Message-ID: <87d2wzud1a.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 ([208.118.235.92]:53930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwwBJ-0004Wd-4l for bug-guix@gnu.org; Sun, 20 Jan 2013 09:47:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwwBI-0005z6-2o for bug-guix@gnu.org; Sun, 20 Jan 2013 09:47:33 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:2978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwwBH-0005z0-Sa for bug-guix@gnu.org; Sun, 20 Jan 2013 09:47:32 -0500 In-Reply-To: ("Aleix Conchillo \=\?utf-8\?Q\?Flaqu\=C3\=A9\=22's\?\= message of "Sat, 19 Jan 2013 21:53:08 -0800") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Aleix Conchillo =?utf-8?Q?Flaqu=C3=A9?= Cc: bug-guix@gnu.org Hi, Aleix Conchillo Flaqu=C3=A9 skribis: > So, the solution is: > > useradd -g guix-builder -G guix-builder .... > > This will set the primary group in /etc/passwd and will also add the > user in guix-builder group in /etc/group. You might not specify -g > guix-builder which is OK, but it will generate an additional group for > each user. Oh, good catch. Commit 091196b updates the manual accordingly. Thanks! Ludo=E2=80=99.