From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#23220: Users' home is not created when initializing with a LUKS /home Date: Mon, 4 Apr 2016 20:48:49 -0400 Message-ID: <20160405004849.GA22967@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anFC3-00065B-8W for bug-guix@gnu.org; Mon, 04 Apr 2016 20:50:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anFBy-0000UW-8f for bug-guix@gnu.org; Mon, 04 Apr 2016 20:50:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anFBy-0000US-4l for bug-guix@gnu.org; Mon, 04 Apr 2016 20:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1anFBx-0006Iq-Tb for bug-guix@gnu.org; Mon, 04 Apr 2016 20:50:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anFAx-0005nr-1x for bug-guix@gnu.org; Mon, 04 Apr 2016 20:48:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anFAs-0000CM-21 for bug-guix@gnu.org; Mon, 04 Apr 2016 20:48:58 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anFAr-0000Bf-Ul for bug-guix@gnu.org; Mon, 04 Apr 2016 20:48:53 -0400 Received: from localhost (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id ED06F68013E for ; Mon, 4 Apr 2016 20:48:51 -0400 (EDT) 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 23220@debbugs.gnu.org When initializing a new GuixSD system with /home on an encrypted partition (as described in the manual), unprivileged users' home directories are not created. I initialized the system with the encrypted partition locked and unmounted, but from #guix had the same problem even though they had unlocked and mounted the partition. Of course, root can create the directories once the new system has booted, but none of the configuration files are there, which means the environment is not what is expected (my PATH was '/bin:/usr/bin'). I worked around the problem by removing my user from the operating system configuration, reconfiguring, putting my user back in the configuration, and reconfiguring again.