From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#36878: guix system reconfigure broken Date: Mon, 05 Aug 2019 13:47:39 +0200 Message-ID: <87r25zzvdw.fsf__32540.6645702728$1565005695$gmane$org@elephly.net> References: <87wofycfuq.fsf@sdf.lonestar.org> <0D1F3165-BE55-42D8-98D9-364CB4904A0E@vllmrt.net> <87k1bycbn8.fsf@sdf.lonestar.org> <871ry59dsw.fsf@sdf.lonestar.org> <87lfwb1u1o.fsf@sdf.lonestar.org> <20190805100741.uh5ijas6tjw4efut@cf0> 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]:37050) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hubT9-0006k8-Lj for bug-guix@gnu.org; Mon, 05 Aug 2019 07:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hubT8-0006Uc-PX for bug-guix@gnu.org; Mon, 05 Aug 2019 07:48:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54174) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hubT8-0006UY-Mq for bug-guix@gnu.org; Mon, 05 Aug 2019 07:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hubT8-00019x-J1 for bug-guix@gnu.org; Mon, 05 Aug 2019 07:48:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20190805100741.uh5ijas6tjw4efut@cf0> 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: ison Cc: guix-devel@gnu.org, 36878@debbugs.gnu.org ison writes: > I made the mistake of rebooting my machine after I first got this error, I > thought perhaps it was benign. But when it came back up I was dropped to a > GRUB rescue shell with some error about "grub_file_filters" being an unkn= own > symbol. This eems unrelated. The problem sounds like GRUB and its modules aren=E2=80=99t found for some reason. > When running grub commands like "insmod normal" would just repeat the err= or > or say command not found. > The only way I could think to repair it was to run the Guix install disk, > mount my partitions, and do another "guix init" which allows me to boot i= nto > my machine again. However, when I run "guix pull" and then perform a > reconfigure I still keep seeing the same line: > shepherd: Evaluating user expression (let* ((services (map primitive-load= (?))) # ?) ?) I reconfigured a workstation yesterday and also saw this line. It does look like an error, but it seems to be completely harmless. I could boot juts fine. I suppose that=E2=80=99s just the part where new service definitions are loaded. The problem you=E2=80=99re seeing is unrelated to this output. --=20 Ricardo