From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: Fail to configure home-directory Date: Thu, 29 Mar 2018 00:29:55 +0530 Message-ID: <87d0zof2l0.fsf@gmail.com> References: <87muyuhebp.fsf@gmail.com> <87a7utwuif.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1GIo-0002Xu-7f for help-guix@gnu.org; Wed, 28 Mar 2018 15:00:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1GIj-0006dY-D0 for help-guix@gnu.org; Wed, 28 Mar 2018 15:00:06 -0400 In-reply-to: <87a7utwuif.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: help-guix --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Oops, that=E2=80=99s a bug that should be fixed now: > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D82b71ac366ef154= 400653d264b46b7aa3520f393 It works, thanks! >> 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? /var/log/shepherd.log does not log anything from the `guix system reconfigure...`. Reconfiguring with --verbosity=3D10 fails with the following: | lock released on `/gnu/store/qz82gly176p51n82j60rx9aadqxyrm0k-grub.= cfg.lock' | building of `/gnu/store/xhg2rknd3yvhhb5vsalwwz14kf6184v1-grub.cfg.d= rv': goal destroyed guix system: error: build failed: | | | bind mounting `/dev/full'= to `/gnu/store/xhg2rknd3yvhhb5vsalwwz14kf6184v1-grub.cfg.drv.chroot/dev/fu= ll' I've managed to work around the issue: =2D Moving the mount point of "LABEL=3Dhome" from /mnt to /foo did not work. =2D After a failure, all subsequent `guix system reconfigure` fail, even the original, working configuration. =20=20 =2D After a fresh system boot, commenting out the filesystem configuration of LABEL=3Dhome works. I rebooted after that. From then, I re-added the entry for LABEL=3Dhome with the new mount point /home. It worked after a reboot. Something is fishiy... =2D-=20 Pierre Neidhardt --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlq75isACgkQm9z0l6S7 zH+fSQf/UFU7XwrsPdSK++zePg8obs/GDxVnHerXu1uojrR6EbdRp0m3pYNX04Cm 0+FYo5vRx5+9pLCgs6WI3hqKSpoBIZVcjYnLSCpEDhUdznyl7LSAuB91tKLJnKLN SfeOCe3CBctCisap06ZzsvndW3BRBHU5XopqNiqMrHLUdfiAiklAEK9z6teicqU+ 2x5mAyC/lY/ZiPAgXM6E9mc+zV+ccsfzgkroXcw8nO++a345D2OqajtVwAniDib+ e0v1g11qfAIl5wsWEY0juvCpw2ow0XUAdiCwO5qGCpaNvfOPYeYYJ7aVuOMZnCyc S3MG8M1o0PT4WSH6lbub2gvG5ROjBQ== =XpEJ -----END PGP SIGNATURE----- --=-=-=--