bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52845: guix init freezes when ci.guix.gnu.org is unavailable


From: Mathieu Othacehe
Subject: bug#52845: guix init freezes when ci.guix.gnu.org is unavailable
Date: Tue, 28 Dec 2021 10:07:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]