From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Fail to configure home-directory Date: Tue, 27 Mar 2018 14:52:24 +0200 Message-ID: <87a7utwuif.fsf@gnu.org> References: <87muyuhebp.fsf@gmail.com> 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]:52885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0o5V-0006Ti-9i for help-guix@gnu.org; Tue, 27 Mar 2018 08:52:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0o5U-0003WH-Ce for help-guix@gnu.org; Tue, 27 Mar 2018 08:52:29 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:58118) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f0o5U-0003SG-5k for help-guix@gnu.org; Tue, 27 Mar 2018 08:52:28 -0400 In-Reply-To: <87muyuhebp.fsf@gmail.com> (Pierre Neidhardt's message of "Tue, 27 Mar 2018 00:08:50 +0530") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix Hello, Pierre Neidhardt skribis: > I'm hitting issues when setting the home folder. > > The default home is /home/ambrevar. If I change `home-directory' to > "/foo" and run `guix system reconfigure' then "/foo" is created but the > home folder is still "/home/ambrevar". Oops, that=E2=80=99s a bug that should be fixed now: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D82b71ac366ef15440= 0653d264b46b7aa3520f393 > Furthermore, I cannot mount a filesystem as /home: > > ``` > (file-system > (device "home") > (title 'label) > (mount-point "/home") > (type "ext4")) > ``` > > Running `guix system reconfigure' hangs after the `usermod...' changes. > Not sure about how to print more debug details. Does /var/log/messages or /var/log/shepherd.log have more info? TIA, Ludo=E2=80=99.