From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id GEixEULdEmGiHgEAgWs5BA (envelope-from ) for ; Tue, 10 Aug 2021 22:10:42 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 6J+SDULdEmERcQAA1q6Kng (envelope-from ) for ; Tue, 10 Aug 2021 20:10:42 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 106949CA9 for ; Tue, 10 Aug 2021 22:10:42 +0200 (CEST) Received: from localhost ([::1]:53832 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mDY5B-0001xH-3R for larch@yhetil.org; Tue, 10 Aug 2021 16:10:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42758) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDY4v-0001wu-BC for help-guix@gnu.org; Tue, 10 Aug 2021 16:10:26 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:12141) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDY4o-00080G-KT for help-guix@gnu.org; Tue, 10 Aug 2021 16:10:24 -0400 Date: Tue, 10 Aug 2021 20:10:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1628626207; bh=HfTnzngtT6uvroqjZgUfOP/Z7rszUt7Ehf5CMTVTlNM=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=yW8Caco0Z0O7Gj92XKhJ3VITutADR5ghuKlW0CqK0giZvnXdqCYLloxLvr/X4tFXu AiPKWBTSYInjR9JrYO9+eBehzd81eQSaKAM1K8cRrpZouMp5zbuslo7+thcg0zshC4 mnPFfJFimechfdEEv8wgy6CUbOo44C+jwZS0/UqXfP01BTQrvJodvZ1povLag+l0FN 1rRYcNplNaVBh7gtTqu8iqHe4OP+CGYIEybMGmKD4eaWxukbL1izq4PKMgVX/y6lAv cJcPyp1tqB15YQZxuWHd57g4PuPB0irG02c0xQh1GbgXo9Gwe3SEhOO//INzI4LsWD mX3JGX1RPbIBw== To: Raghav Gururajan From: Ekaitz Zarraga Subject: Re: System doesn't boot after recent pull and system reconfigure. Message-ID: In-Reply-To: <20210810153655.2cd29ca8.rg@raghavgururajan.name> References: <20210810153655.2cd29ca8.rg@raghavgururajan.name> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.134; envelope-from=ekaitz@elenq.tech; helo=mail-40134.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: 106949CA9 X-Spam-Score: -4.00 X-Migadu-Scanner: scn0.migadu.com X-TUID: 0pfufr0uQElD Hi, =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Tuesday, August 10th, 2021 at 9:36 PM, Raghav Gururajan wrote: > Hello Folks! > > After a recent `guix pull` and `guix system reconfigure`, the boot proces= s gets > > stuck at the line "Error in finalization thread: success". I also got the= se > > warnings (https://paste.debian.net/plain/1207184) at the end of system > > reconfigure. > > Guix Describe: https://paste.debian.net/plain/1207192 > > System Configuration: https://paste.debian.net/plain/1207192 You pasted the same link twice so there's no way to see the config. :) Also, did you change anything in the config since the previous reconfigure? Cheers, Ekaitz