From unknown Fri Jun 13 10:52:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 21 Aug 2019 13:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37128 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 37128@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156639375926371 (code B ref -1); Wed, 21 Aug 2019 13:23:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Aug 2019 13:22:39 +0000 Received: from localhost ([127.0.0.1]:34877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0QZS-0006rH-LL for submit@debbugs.gnu.org; Wed, 21 Aug 2019 09:22:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:45167) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0QZR-0006r9-6A for submit@debbugs.gnu.org; Wed, 21 Aug 2019 09:22:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44877) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0QZP-0001kP-OR for bug-guix@gnu.org; Wed, 21 Aug 2019 09:22:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0QQj-00037Y-Jb for bug-guix@gnu.org; Wed, 21 Aug 2019 09:13:38 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:33665) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i0QQj-00035w-DQ for bug-guix@gnu.org; Wed, 21 Aug 2019 09:13:37 -0400 X-Originating-IP: 92.169.116.127 Received: from bababa (lfbn-1-4117-127.w92-169.abo.wanadoo.fr [92.169.116.127]) (Authenticated sender: pierre@atlas.engineer) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id D75BCE0004 for ; Wed, 21 Aug 2019 13:13:33 +0000 (UTC) From: Pierre Neidhardt Date: Wed, 21 Aug 2019 15:13:33 +0200 Message-ID: <87mug2fypu.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.196 X-Spam-Score: -1.1 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable After a guix pull on 0fc235a, guix system reconfigure stop at =2D-8<---------------cut here---------------start------------->8--- shepherd: Evaluating user expression (let* ((services (map primitive-load (= ?))) # ?) ?). =2D-8<---------------cut here---------------end--------------->8--- instead of =2D-8<---------------cut here---------------start------------->8--- shepherd: Evaluating user expression (let* ((services (map primitive-load (= ?))) # ?) ?). shepherd: Service user-homes has been started. shepherd: Service term-auto could not be started. bootloader successfully installed on '/dev/sda=E2=80=99 =2D-8<---------------cut here---------------end--------------->8--- The only change I've done to my config.scm is that now I have a btrfs filesystem (just for storage, it's not /home). =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl1dQ30ACgkQm9z0l6S7 zH+UIQf/aLCw8UVeOks3lsequ0VO2/DzxObCzGGJjwFgWoKrgmKs9w8f31sodPY8 AG3muOb/wNWTeC3ygZano/ICAn8u9P+y/PpQTmkuqrlcwpvIIlrPa8aPjxBYG/vg LxlXzodJWPItAr3fAV9z5QP+CGMkG8yjxYdSu6q+ibJA5P/HyG92riw3O94leQAo QZY6eeYE4u+nNpCf4dFFeA8GKCvb80MwycTL7xhbxsW1nrf3xgrdtrLKL6nxSXN2 z6WVwiscyfnARdYydmo72B2IuEVlgfKzCOXRBxRDZSQ815Sb93kzxuPUAahcdfu7 ehKeSXPbo0KxU8pAVmHGe3pY8eV3JA== =wgUJ -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 13 10:52:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 28 Aug 2019 20:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37128 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Pierre Neidhardt Cc: 37128@debbugs.gnu.org Received: via spool by 37128-submit@debbugs.gnu.org id=B37128.15670249936683 (code B ref 37128); Wed, 28 Aug 2019 20:44:02 +0000 Received: (at 37128) by debbugs.gnu.org; 28 Aug 2019 20:43:13 +0000 Received: from localhost ([127.0.0.1]:51309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i34md-0001jf-GH for submit@debbugs.gnu.org; Wed, 28 Aug 2019 16:43:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i34mb-0001jR-Mu for 37128@debbugs.gnu.org; Wed, 28 Aug 2019 16:43:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i34mU-0003BQ-1E; Wed, 28 Aug 2019 16:43:03 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=48060 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i34mS-0003sI-NJ; Wed, 28 Aug 2019 16:43:01 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87mug2fypu.fsf@ambrevar.xyz> Date: Wed, 28 Aug 2019 22:42:59 +0200 In-Reply-To: <87mug2fypu.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Wed, 21 Aug 2019 15:13:33 +0200") Message-ID: <87a7btf2cs.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Pierre Neidhardt skribis: > After a guix pull on 0fc235a, guix system reconfigure stop at > > shepherd: Evaluating user expression (let* ((services (map primitive-load= (?))) # ?) ?). > > > instead of > > shepherd: Evaluating user expression (let* ((services (map primitive-load= (?))) # ?) ?). > shepherd: Service user-homes has been started. > shepherd: Service term-auto could not be started. > bootloader successfully installed on '/dev/sda=E2=80=99 > > The only change I've done to my config.scm is that now I have a btrfs > filesystem (just for storage, it's not /home). The =E2=80=9CEvaluating user expression=E2=80=9D started the =E2=80=98file-= system=E2=80=99 service for this btrfs file system, and it got stuck for some reason. Did /var/log/messages or the console show anything? I suppose you=E2=80=99d have to try again the experiment. Presumably there= =E2=80=99s some fsck-like process or something taking time or waiting for input. Ludo=E2=80=99. From unknown Fri Jun 13 10:52:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 29 Aug 2019 07:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37128 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37128@debbugs.gnu.org Received: via spool by 37128-submit@debbugs.gnu.org id=B37128.156706339515838 (code B ref 37128); Thu, 29 Aug 2019 07:24:02 +0000 Received: (at 37128) by debbugs.gnu.org; 29 Aug 2019 07:23:15 +0000 Received: from localhost ([127.0.0.1]:51527 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3Em0-00047K-8L for submit@debbugs.gnu.org; Thu, 29 Aug 2019 03:23:15 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:58219) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3Elx-00047B-QQ for 37128@debbugs.gnu.org; Thu, 29 Aug 2019 03:23:10 -0400 X-Originating-IP: 92.169.116.127 Received: from bababa (lfbn-1-4117-127.w92-169.abo.wanadoo.fr [92.169.116.127]) (Authenticated sender: pierre@atlas.engineer) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id B7B0FFF817; Thu, 29 Aug 2019 07:23:07 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <87a7btf2cs.fsf@gnu.org> References: <87mug2fypu.fsf@ambrevar.xyz> <87a7btf2cs.fsf@gnu.org> Date: Thu, 29 Aug 2019 09:23:05 +0200 Message-ID: <87ef14toyu.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This is the last message in /var/log/messages: =2D-8<---------------cut here---------------start------------->8--- Aug 29 09:13:40 localhost shepherd[1]: Evaluating user expression (let* ((s= ervices (map primitive-load (?))) # ?) ?).=20 =2D-8<---------------cut here---------------end--------------->8--- > Did > /var/log/messages or the console show anything? What console? > I suppose you=E2=80=99d have to try again the experiment. Presumably the= re=E2=80=99s > some fsck-like process or something taking time or waiting for input. Note that everything works alright. But I'm worried that this would fail on a new installation where the bootloader is missing :( =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl1nfVkACgkQm9z0l6S7 zH95Agf/T9H5sHMjxAF/v/F/oW+puZPmvYRGOiEDlFpuEfPYuEKQax59ckEoswHt XpVfVm5KdDk5cHq5ReDp59XANi5NUUdEvVUHjXdN7XIWymL1qAYXXt5+qDpTSVMX ni2oLErDATuhTnEM+RQrdZTSEoCuUkyRWNr4MxC954QBdPZLPbqMjCJ/+Yg5dBX4 fX0uCqlFKoeoovS9+1YRfy64kQPccrUzwL63b4D4uuwU5tXV2zU9Njl28jjpbVU3 6sEZuYvIwsD7WJ2+EfBp9roYzAK2u9CI8OF3XXP3sv/Ghjlu7gnyp5KAqh1HJeCv t55ZVrEUKK2WmbUF08A5OFgNdmUHCQ== =VvNB -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 13 10:52:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 29 Aug 2019 12:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37128 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Pierre Neidhardt Cc: 37128@debbugs.gnu.org Received: via spool by 37128-submit@debbugs.gnu.org id=B37128.156708252318079 (code B ref 37128); Thu, 29 Aug 2019 12:43:02 +0000 Received: (at 37128) by debbugs.gnu.org; 29 Aug 2019 12:42:03 +0000 Received: from localhost ([127.0.0.1]:51743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3JkY-0004hX-KM for submit@debbugs.gnu.org; Thu, 29 Aug 2019 08:42:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35797) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3JkV-0004gx-7X for 37128@debbugs.gnu.org; Thu, 29 Aug 2019 08:41:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i3JkP-0002vW-Ey; Thu, 29 Aug 2019 08:41:53 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=35552 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i3JkP-00048b-0n; Thu, 29 Aug 2019 08:41:53 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87mug2fypu.fsf@ambrevar.xyz> <87a7btf2cs.fsf@gnu.org> <87ef14toyu.fsf@ambrevar.xyz> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 12 Fructidor an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 29 Aug 2019 14:41:51 +0200 In-Reply-To: <87ef14toyu.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 29 Aug 2019 09:23:05 +0200") Message-ID: <87a7bsi1o0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Pierre Neidhardt skribis: > This is the last message in /var/log/messages: > > Aug 29 09:13:40 localhost shepherd[1]: Evaluating user expression (let* (= (services (map primitive-load (?))) # ?) ?).=20 > >> Did >> /var/log/messages or the console show anything? > > What console? /dev/console, so tty1, typically. >> I suppose you=E2=80=99d have to try again the experiment. Presumably th= ere=E2=80=99s >> some fsck-like process or something taking time or waiting for input. > > Note that everything works alright. But I'm worried that this would > fail on a new installation where the bootloader is missing :( Where the bootloader is missing? The bootloader cannot be missing or the thing is not installed. :-) Ludo=E2=80=99. From unknown Fri Jun 13 10:52:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 29 Aug 2019 13:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37128 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37128@debbugs.gnu.org Received: via spool by 37128-submit@debbugs.gnu.org id=B37128.156708514322926 (code B ref 37128); Thu, 29 Aug 2019 13:26:01 +0000 Received: (at 37128) by debbugs.gnu.org; 29 Aug 2019 13:25:43 +0000 Received: from localhost ([127.0.0.1]:51767 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3KQo-0005xg-Bc for submit@debbugs.gnu.org; Thu, 29 Aug 2019 09:25:43 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:34003) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3KQl-0005xU-KT for 37128@debbugs.gnu.org; Thu, 29 Aug 2019 09:25:40 -0400 X-Originating-IP: 92.169.116.127 Received: from bababa (lfbn-1-4117-127.w92-169.abo.wanadoo.fr [92.169.116.127]) (Authenticated sender: pierre@atlas.engineer) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id B4841FF802; Thu, 29 Aug 2019 13:25:37 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <87a7bsi1o0.fsf@gnu.org> References: <87mug2fypu.fsf@ambrevar.xyz> <87a7btf2cs.fsf@gnu.org> <87ef14toyu.fsf@ambrevar.xyz> <87a7bsi1o0.fsf@gnu.org> Date: Thu, 29 Aug 2019 15:25:37 +0200 Message-ID: <87zhjs9k8e.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Where the bootloader is missing? The bootloader cannot be missing or > the thing is not installed. :-) No it's not missing, but I think the bootloader remained from the previous working configs (before I configured the Btrfs file system). Say I'd wipe the bootloader now and re-run `guix system reconfigure...', I don't think it would get installed then. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl1n0lEACgkQm9z0l6S7 zH8T+Af+KOFXKTM9w3ZsZ0fCIgoIeUcI2nuE98xHkP3TM0/yI8iXWdtZEg8X/rtz 3xX975LIZ/RvrbRcqrJbVA015LsaLaenb01bj/CjXzXt5CkpCqHfaU4qWxPVxdFn C6N6hug7LHTL6GHWbD/VWnhUshJO5bhyNuaCvOxh3ZUMM/whRZONULE3VxW85AEy efKfmmyR1FpixLg22/5H9zS/JzJ8flF/3QYVx+DEKkdwR5UoIuMvgygVMcfFOMkC TyQ9K4H6qbP7yYt4fRDlzCPsTgFLfM4z/mnNRHQWCjN3WNpthR9+jHXu8/sPvFgN xhRvOHMIo6aRkTojyBcKz4jXG0MGlQ== =rTBb -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 13 10:52:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Resent-From: Bengt Richter Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 29 Aug 2019 22:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37128 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Pierre Neidhardt , 37128@debbugs.gnu.org Reply-To: Bengt Richter Received: via spool by 37128-submit@debbugs.gnu.org id=B37128.156711925621703 (code B ref 37128); Thu, 29 Aug 2019 22:55:02 +0000 Received: (at 37128) by debbugs.gnu.org; 29 Aug 2019 22:54:16 +0000 Received: from localhost ([127.0.0.1]:53012 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3TJ1-0005dz-Vb for submit@debbugs.gnu.org; Thu, 29 Aug 2019 18:54:16 -0400 Received: from imta-37.everyone.net ([216.200.145.37]:42540 helo=imta-38.everyone.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3TIz-0005dq-Tw for 37128@debbugs.gnu.org; Thu, 29 Aug 2019 18:54:14 -0400 Received: from pps.filterd (m0004962.ppops.net [127.0.0.1]) by imta-38.everyone.net (8.16.0.27/8.16.0.27) with SMTP id x7TMpOJ9004439; Thu, 29 Aug 2019 15:54:07 -0700 X-Eon-Originating-Account: hPrsOHydKQZNVULmnhb1JPnTHkv-AYjGghs2mIQlbf4 X-Eon-Dm: m0116953.ppops.net Received: by m0116953.mta.everyone.net (EON-AUTHRELAY2 - 32d0d199) id m0116953.5d55276b.2fa0c9; Thu, 29 Aug 2019 15:54:07 -0700 X-Eon-Sig: AQMHrIJdaFePiJxpiAIAAAAD,f6b137373b255600dd4b7783ef014f46 X-Eip: 1Rwc0BhtHcNX1jRDblrAUMKd3BBVFKExGMBZX_V0qgk Date: Thu, 29 Aug 2019 15:53:59 -0700 From: Bengt Richter Message-ID: <20190829225359.GB2437@PhantoNv4ArchGx.localdomain> References: <87mug2fypu.fsf@ambrevar.xyz> <87a7btf2cs.fsf@gnu.org> <87ef14toyu.fsf@ambrevar.xyz> <87a7bsi1o0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87a7bsi1o0.fsf@gnu.org> User-Agent: Mutt/1.12.1 (2019-06-15) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-08-29_08:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1034 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=780 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1906280000 definitions=main-1908290227 X-Spam-Score: -0.5 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.5 (-) On +2019-08-29 14:41:51 +0200, Ludovic Courtès wrote: > Pierre Neidhardt skribis: > > > This is the last message in /var/log/messages: > > > > Aug 29 09:13:40 localhost shepherd[1]: Evaluating user expression (let* ((services (map primitive-load (?))) # ?) ?). > > > >> Did > >> /var/log/messages or the console show anything? > > > > What console? > > /dev/console, so tty1, typically. > > >> I suppose you’d have to try again the experiment. Presumably there’s > >> some fsck-like process or something taking time or waiting for input. > > > > Note that everything works alright. But I'm worried that this would > > fail on a new installation where the bootloader is missing :( > > Where the bootloader is missing? The bootloader cannot be missing or > the thing is not installed. :-) > > Ludo’. > Had you considered the case where someone[1] is running a binary install on a foreign distro booted by refind or a bootloader not in your official list? [1] guess who ;-) Regards, Bengt Richter From unknown Fri Jun 13 10:52:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 29 Aug 2019 23:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37128 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Bengt Richter Cc: Pierre Neidhardt , 37128@debbugs.gnu.org Received: via spool by 37128-submit@debbugs.gnu.org id=B37128.156712126925551 (code B ref 37128); Thu, 29 Aug 2019 23:28:02 +0000 Received: (at 37128) by debbugs.gnu.org; 29 Aug 2019 23:27:49 +0000 Received: from localhost ([127.0.0.1]:53045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3TpU-0006e3-Sl for submit@debbugs.gnu.org; Thu, 29 Aug 2019 19:27:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34813) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3TpR-0006dm-Rf for 37128@debbugs.gnu.org; Thu, 29 Aug 2019 19:27:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i3TpL-0005hd-2X; Thu, 29 Aug 2019 19:27:40 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36134 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i3TpH-0008Ah-Et; Thu, 29 Aug 2019 19:27:38 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87mug2fypu.fsf@ambrevar.xyz> <87a7btf2cs.fsf@gnu.org> <87ef14toyu.fsf@ambrevar.xyz> <87a7bsi1o0.fsf@gnu.org> <20190829225359.GB2437@PhantoNv4ArchGx.localdomain> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 Fructidor an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 30 Aug 2019 01:27:34 +0200 In-Reply-To: <20190829225359.GB2437@PhantoNv4ArchGx.localdomain> (Bengt Richter's message of "Thu, 29 Aug 2019 15:53:59 -0700") Message-ID: <87r253h7rt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Bengt, Bengt Richter skribis: > On +2019-08-29 14:41:51 +0200, Ludovic Court=C3=A8s wrote: >> Pierre Neidhardt skribis: [...] >> > Note that everything works alright. But I'm worried that this would >> > fail on a new installation where the bootloader is missing :( >>=20 >> Where the bootloader is missing? The bootloader cannot be missing or >> the thing is not installed. :-) >>=20 >> Ludo=E2=80=99. >> > > Had you considered the case where someone[1] is running a binary install > on a foreign distro booted by refind or a bootloader not in your official= list? I hadn=E2=80=99t! If that=E2=80=99s the case, it=E2=80=99ll be more diffic= ult for us to support that someone. :-) Ludo=E2=80=99. From unknown Fri Jun 13 10:52:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 30 Aug 2019 09:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37128 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37128@debbugs.gnu.org Received: via spool by 37128-submit@debbugs.gnu.org id=B37128.15671590134083 (code B ref 37128); Fri, 30 Aug 2019 09:57:02 +0000 Received: (at 37128) by debbugs.gnu.org; 30 Aug 2019 09:56:53 +0000 Received: from localhost ([127.0.0.1]:53327 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3deG-00013m-FY for submit@debbugs.gnu.org; Fri, 30 Aug 2019 05:56:53 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:39035) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3deD-00013d-PB for 37128@debbugs.gnu.org; Fri, 30 Aug 2019 05:56:50 -0400 X-Originating-IP: 92.169.116.127 Received: from bababa (lfbn-1-4117-127.w92-169.abo.wanadoo.fr [92.169.116.127]) (Authenticated sender: pierre@atlas.engineer) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 321AD2000E; Fri, 30 Aug 2019 09:56:47 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <87zhjs9k8e.fsf@ambrevar.xyz> References: <87mug2fypu.fsf@ambrevar.xyz> <87a7btf2cs.fsf@gnu.org> <87ef14toyu.fsf@ambrevar.xyz> <87a7bsi1o0.fsf@gnu.org> <87zhjs9k8e.fsf@ambrevar.xyz> Date: Fri, 30 Aug 2019 11:56:37 +0200 Message-ID: <87blw7f02y.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Just checked: no messages in the /dev/tty1. Isn't there a more extensive log for "guix system reconfigure"? Something seems to be wrong with btrfs. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl1o8tUACgkQm9z0l6S7 zH/gGwgAj+prdXeZ04fw3miYcpytyyIZ2rcU36pzdl46XwivVkX6/cSG9luFT+Bw CiXrEaOHR7xfXTB+0rDmuCK5oQzKUnvLZxfzl98hmgalbQCEkxMSZdkJGnYlSP+x oV1qmrBJaJYMqz8GhF45kGzgabmMorl9VIEYRbic5WVO4Ud9XqtUcjh15l/K5Gf5 2hqj8XhFVvvoiND2PQ+aOAeLDL2obSn+5BpPeiU+4B9bQT12kH8xd5RANTWB7r3e JMlk83FoiTn+nyjyPZaGaLsYYkimZ7uRnQZFZVZ0QK76JaEbQNnjl0uZG4fNFX0O 0q0ez0JRXoqmA0IV9YIIlzRP+raGmQ== =t8ql -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 13 10:52:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Resent-From: zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 30 Aug 2019 21:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37128 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Pierre Neidhardt Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 37128@debbugs.gnu.org Received: via spool by 37128-submit@debbugs.gnu.org id=B37128.15672021791889 (code B ref 37128); Fri, 30 Aug 2019 21:57:02 +0000 Received: (at 37128) by debbugs.gnu.org; 30 Aug 2019 21:56:19 +0000 Received: from localhost ([127.0.0.1]:54874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3osV-0000UP-HX for submit@debbugs.gnu.org; Fri, 30 Aug 2019 17:56:19 -0400 Received: from mx.sdf.org ([205.166.94.20]:60676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3osQ-0000UC-U8 for 37128@debbugs.gnu.org; Fri, 30 Aug 2019 17:56:17 -0400 Received: from Upsilon (mobile-166-171-186-61.mycingular.net [166.171.186.61]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id x7ULtiSN006254 (using TLSv1.2 with cipher AES256-GCM-SHA384 (256 bits) verified NO); Fri, 30 Aug 2019 21:56:07 GMT From: zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) In-Reply-To: <87blw7f02y.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Fri, 30 Aug 2019 11:56:37 +0200") References: <87mug2fypu.fsf@ambrevar.xyz> <87a7btf2cs.fsf@gnu.org> <87ef14toyu.fsf@ambrevar.xyz> <87a7bsi1o0.fsf@gnu.org> <87zhjs9k8e.fsf@ambrevar.xyz> <87blw7f02y.fsf@ambrevar.xyz> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) Date: Fri, 30 Aug 2019 17:55:40 -0400 Message-ID: <87d0gms4gz.fsf@sdf.lonestar.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Pierre Neidhardt writes: > Isn't there a more extensive log for "guix system reconfigure"? You could look at the .scm files produced by "guix system reconfigure" (the store paths should be printed to stdout). I'm afraid that, aside from Shepherd's own messages, the console output is the canonical log for "guix system reconfigure" right now. Regards, Jakob --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEa1VJLOiXAjQ2BGSm9Qb9Fp2P2VoFAl1pm1wACgkQ9Qb9Fp2P 2Vrzow/+OIDrqZRt3aonmj46QKynNtCETlSPBFEnVoOP6XFom9wiEPWCqyNcd/XH GjFw6GQFU2N6/RYPum+57d3tnKY23YYomYSAuvj7Vt0Xe3fIXzmcmgttjw9XAveQ BOiAkCgnOGibfcHMsIdmdyllZ71uP0TUz95fz7GAd9fTt5LdTGbSWj0PehDKeiUX 6EYAu3zK1z6e4spQZLUI7RZgJR+3ldEbKBlALDlyCDxsXX/YzO5qFgOuAmrlceYh G/L/A9qwptt8p2t7VlM3wpgyoHDM3Aa79+8DcmC3zkacte2ry8O8iddV4PXtMigX 0dsr49iCt0Wr4e0o3N2J3c+XhD4humqr39yohzOQFPMy1paH8ZfRpaSUk8UTn+ZV DwAZVkMzPRDtgQLkdrdd1zP+RJoIeJkNRJkoSDRBJLhTbIFif2dpLdalnks3Apfw 6wCgSxaXYl/jzGyMq1gPcs/MMqFBTxh0oEEIXElRzfjC2TATFT4Ip5sbfXRdWqhJ QMQRJlld7cRumkj4095/h4HHgHXrDzG92tmTmzElAG3dOE1U4wCF4vqP5hhKbMRf 57QxVHc+EdutF0kRi6F/ALZVfAroW/KTzQC4iN275xx0hhjSDcA7V7YE/2HMa22W JLA5MiF+V6Aww9bryi2zQ6UxV2MbYMpeEO3ukGzLFCEOWBXyOE0= =LjJ3 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 13 10:52:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 22 Sep 2019 16:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37128 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: "Jakob L. Kreuze" Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 37128@debbugs.gnu.org Received: via spool by 37128-submit@debbugs.gnu.org id=B37128.156916881917528 (code B ref 37128); Sun, 22 Sep 2019 16:14:01 +0000 Received: (at 37128) by debbugs.gnu.org; 22 Sep 2019 16:13:39 +0000 Received: from localhost ([127.0.0.1]:34390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iC4UU-0004Yd-Js for submit@debbugs.gnu.org; Sun, 22 Sep 2019 12:13:38 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:34203) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iC4UR-0004YU-PJ for 37128@debbugs.gnu.org; Sun, 22 Sep 2019 12:13:36 -0400 X-Originating-IP: 92.169.116.127 Received: from bababa (lfbn-1-4117-127.w92-169.abo.wanadoo.fr [92.169.116.127]) (Authenticated sender: pierre@atlas.engineer) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 3A6A61BF209; Sun, 22 Sep 2019 16:13:30 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <87d0gms4gz.fsf@sdf.lonestar.org> References: <87mug2fypu.fsf@ambrevar.xyz> <87a7btf2cs.fsf@gnu.org> <87ef14toyu.fsf@ambrevar.xyz> <87a7bsi1o0.fsf@gnu.org> <87zhjs9k8e.fsf@ambrevar.xyz> <87blw7f02y.fsf@ambrevar.xyz> <87d0gms4gz.fsf@sdf.lonestar.org> Date: Sun, 22 Sep 2019 18:13:29 +0200 Message-ID: <87ftko2tsm.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.1 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable With today's guix commit=20 4cd9de6068f439c52f6874f00ec608c41156d095 guix system reconfigure worked flawlessly with the same config.scm. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl2HnakACgkQm9z0l6S7 zH9OCQf+Ix/R5v7+DqV0zBBu6GSODovU6c6gEc+mLa4m6WxeBpYeXMMcZAMKF7sT +sB26CZ5Ni5GQ/BCD5JFMYdk9/srsUiPbm7t+Ngr9g13wIhigJ6gkGhYCM7UBrTm xLcD4JgQNyrOR7kbIalB66D7Sphep1K6SIsx+hZ4V/zlyt68njUZiHBGgX20zhjY ZKdSMYr3J2PKOzsBOgkfjOMsjdNVP3yFVCydaRTuc9eibrV1w5USWJG/ggqjs8qw e4VJdJWPowOPiSlLcfRN00GiYcjU/p7mZh5nApiULLCt+OdFAviXY04zYHDNdYXr KZdAX8MPGynKaSEGdP0llquBG4gEfg== =suNG -----END PGP SIGNATURE----- --=-=-=--