From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37128: guix system reconfigure stops output after "Evaluating user expression..." Date: Wed, 28 Aug 2019 22:42:59 +0200 Message-ID: <87a7btf2cs.fsf@gnu.org> References: <87mug2fypu.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54618) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i34na-0005It-6O for bug-guix@gnu.org; Wed, 28 Aug 2019 16:44:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i34nW-0003hB-9N for bug-guix@gnu.org; Wed, 28 Aug 2019 16:44:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42492) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i34nV-0003gY-9x for bug-guix@gnu.org; Wed, 28 Aug 2019 16:44:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i34nS-0001lc-6g for bug-guix@gnu.org; Wed, 28 Aug 2019 16:44:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mug2fypu.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Wed, 21 Aug 2019 15:13:33 +0200") 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: Pierre Neidhardt Cc: 37128@debbugs.gnu.org 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.