From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#35341: Guix System installer does not set up passwords and profile directories Date: Sat, 20 Apr 2019 14:56:11 +0200 Message-ID: <20190420125611.m6hb2ftt7ztds275@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHpYF-0005PS-Kl for bug-guix@gnu.org; Sat, 20 Apr 2019 08:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hHpYE-0003aD-P6 for bug-guix@gnu.org; Sat, 20 Apr 2019 08:57:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60600) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hHpYE-0003a1-LM for bug-guix@gnu.org; Sat, 20 Apr 2019 08:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hHpYE-000141-HL for bug-guix@gnu.org; Sat, 20 Apr 2019 08:57:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:58010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHpXU-0005JJ-47 for bug-guix@gnu.org; Sat, 20 Apr 2019 08:56:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hHpXS-0003Aw-SZ for bug-guix@gnu.org; Sat, 20 Apr 2019 08:56:16 -0400 Received: from pelzflorian.de ([5.45.111.108]:56028 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hHpXR-00039G-W7 for bug-guix@gnu.org; Sat, 20 Apr 2019 08:56:14 -0400 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 5F9DD360038 for ; Sat, 20 Apr 2019 14:56:12 +0200 (CEST) Content-Disposition: inline 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" To: 35341@debbugs.gnu.org I installed Guix System from a USB flash drive from the current git master. The manual describes I should set up a password with passwd. I think the installer should automate this, so users do not need to know the passwd command. After setting a password with `passwd florian` and logging in as florian, I run `guix pull`. This yields the following error: pull: error: while creating directory `/var/guix/profiles/per-user/florian': Permission denied hint: Please create the `/var/guix/profiles/per-user/florian' directory, with you as the owner. This persists after a reboot. sudo mkdir /var/guix/profiles/per-user/florian sudo chown florian:users /var/guix/profiles/per-user/florian fixes the issue, but the installer should do this automatically. Regards, Florian