From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21108: Home directory not created for new users Date: Wed, 01 Feb 2017 12:39:39 +0100 Message-ID: <87o9ymcf7o.fsf@gnu.org> References: <55AED337.3040806@uwaterloo.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYtGg-0000uP-Mw for bug-guix@gnu.org; Wed, 01 Feb 2017 06:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYtGc-0003Pj-PR for bug-guix@gnu.org; Wed, 01 Feb 2017 06:40:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54688) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cYtGc-0003PS-M7 for bug-guix@gnu.org; Wed, 01 Feb 2017 06:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cYtGc-0005a7-FZ for bug-guix@gnu.org; Wed, 01 Feb 2017 06:40:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <55AED337.3040806@uwaterloo.ca> (Andy Patterson's message of "Tue, 21 Jul 2015 19:18:15 -0400") 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: Andy Patterson , Leo Famulari Cc: 21108-done@debbugs.gnu.org Hello, Andy Patterson skribis: > Following up on the thread from guix-devel: > > > On 0.8.3-pre, after a clean install, users listed in the system > configuration file do not have a home directory automatically created > for them in some circumstances. This causes the user to be initially > unable to login. Specifically, with a separately mounted home folder, > the folder may not be created. I note that when un-mounting /home, the > expected folder does appear. I=E2=80=99m happy to report that this is finally fixed, in commit ae763b5b0b7d5e7316a3d0efe991fe8ab2261031. >From now on, home directories of non-system users are created when the =E2=80=98file-systems=E2=80=99 Shepherd service is up, i.e., when all the f= ile systems have been mounted. Let me know if you spot anything wrong! Ludo=E2=80=99.