From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 28 04:07:27 2021 Received: (at submit) by debbugs.gnu.org; 28 Dec 2021 09:07:27 +0000 Received: from localhost ([127.0.0.1]:45060 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n28S6-0004Kx-R7 for submit@debbugs.gnu.org; Tue, 28 Dec 2021 04:07:27 -0500 Received: from lists.gnu.org ([209.51.188.17]:57592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n28Rz-0004Kl-Vy for submit@debbugs.gnu.org; Tue, 28 Dec 2021 04:07:25 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49612) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n28Rz-00017E-Ov for bug-guix@gnu.org; Tue, 28 Dec 2021 04:07:19 -0500 Received: from [2001:470:142:3::e] (port=58752 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n28Ry-0004Wc-0D for bug-guix@gnu.org; Tue, 28 Dec 2021 04:07:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=ltG6ujCawMClr0JcwqTumQSLpaiyOA0aSFoMs5wBj64=; b=bt0rwAGw6yUUq1 seeGo3SU44v3J3YPqm/mIiw2CbW3FBfx8XSTpO8QguLR4IwrUQ5IYOZV7/pkntXX60/hNTAR2Y3NR o1KQBhYY/KWEnsq4gLO7yOis0CsbWhrIpqqlOccRJc7a+MkOZCF0wSifJcKoC95iffZuvuTeBpIaV FGEFXAhvdvZXkVXX0B3+/WEgOXJczuiQcQuTmjO2L3JQboAr5bnKBzu0FrMvBYdhia+dlI8w5oYzu JG0AVlHuj+Yo5ZTG45XZ/vh6lprsW3G9V/iHBi5iC2YrzC5G6YKgFdK/KW7OAw57cA2LOxriF61zC CZBu0PWtFhW14x20Tbfg==; Received: from [2a01:cb18:832e:5f00:3563:417e:2a38:86d8] (port=59828 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n28Ru-0006nZ-IT for bug-guix@gnu.org; Tue, 28 Dec 2021 04:07:17 -0500 From: Mathieu Othacehe To: bug-guix@gnu.org Subject: guix init freezes when ci.guix.gnu.org is unavailable Date: Tue, 28 Dec 2021 10:07:12 +0100 Message-ID: <87fsqdyu67.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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, This is a follow-up of the issue reported by Ricardo here: https://issues.guix.gnu.org/52682. When running this command: --8<---------------cut here---------------start------------->8--- guix system init ~/guix/gnu/system/examples/desktop.tmpl /tmp --8<---------------cut here---------------end--------------->8--- and simulating a connection loss, in the middle of its execution, this way: --8<---------------cut here---------------start------------->8--- sudo iptables -A INPUT -s 141.80.181.40 -j DROP --8<---------------cut here---------------end--------------->8--- the init commands hangs forever. Looks like we are missing a timeout somewhere. Thanks, Mathieu