From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 13 05:52:33 2016 Received: (at 23910-done) by debbugs.gnu.org; 13 Sep 2016 09:52:33 +0000 Received: from localhost ([127.0.0.1]:58221 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bjkOG-0000wU-Qt for submit@debbugs.gnu.org; Tue, 13 Sep 2016 05:52:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39008) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bjkOE-0000wI-LV for 23910-done@debbugs.gnu.org; Tue, 13 Sep 2016 05:52:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjkO5-0007Fm-EH for 23910-done@debbugs.gnu.org; Tue, 13 Sep 2016 05:52:25 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjkO5-0007FW-Bd; Tue, 13 Sep 2016 05:52:21 -0400 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:35862 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1bjkO3-0007AD-Mj; Tue, 13 Sep 2016 05:52:20 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Eus Subject: Re: bug#23910: [Guix Info][7.1.5] Should warn user about losing Internet or DNS connection References: <102661467893195@web4g.yandex.ru> <87inw6zxtw.fsf@gnu.org> <87poqdc1bz.fsf@gnu.org> <87a8fh5eft.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 Fructidor an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Tue, 13 Sep 2016 11:52:17 +0200 In-Reply-To: (eus@member.fsf.org's message of "Tue, 13 Sep 2016 15:47:03 +0700") Message-ID: <87h99k86um.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.3 (-------) X-Debbugs-Envelope-To: 23910-done Cc: 23910-done@debbugs.gnu.org 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: -7.3 (-------) Hello! Eus skribis: > Sorry for replying just now. I did not try to reproduce the bug back at > that time. So, I took the time yesterday to try to reproduce the bug. And, > I cannot reproduce the problem after repeating the following rough steps > two times with the same bootable disk and machine and network (but the > external connection to the ISP may have changed in the mean time): > > 1. Format my /dev/sda8 > 2. Swapon my /dev/sda7 > 3. mount my /dev/sda8 to /mnt > 4. herd start cow-store /mnt > 5. umount /tmp > 6. mount --bind /mnt/tmp2 /tmp > 7. ifconfig, wpa_supplicant, dhclient > 8. guix pull > 9. guix system --no-grub --keep-failed init /mnt/etc/config.scm /mnt Normally step #8 can be omitted because hydra.gnu.org still has binaries for the packages 0.11.0 provides. Step #6 is also redundant with step #4 (=E2=80=98herd start cow-store=E2=80= =99 make /tmp a bind mount to /mnt/tmp; see gnu/system/install.scm:154.) > The whole process took just about 100 minutes. That=E2=80=99s a lot of time. > So, I cannot reproduce the bug. Great. Thanks for taking the time to verify! Ludo=E2=80=99.