Re: starting using guix

2013-01-20 Thread Ludovic Courtès
Hi, Aleix Conchillo Flaqué 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 gener

Re: starting using guix

2013-01-19 Thread Aleix Conchillo Flaqué
On Sat, Jan 19, 2013 at 3:11 PM, Aleix Conchillo Flaqué wrote: > # groupadd guix-builder > # for i in `seq 1 10`; >do > useradd -g guix-builder -d /var/empty -s `which nologin` \ > -c "Guix build user $i" guix-builder$i; >done > > I get this err

starting using guix

2013-01-19 Thread Aleix Conchillo Flaqué
store' Which is solved by the recommendation in the message. After that, I've been able to continue the process. I am not sure if I missed to do something before starting using guix, or these errors are common and have to be fixed manually. Thanks, Aleix