From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23910: [Guix Info][7.1.5] Should warn user about losing Internet or DNS connection Date: Tue, 13 Sep 2016 11:52:17 +0200 Message-ID: <87h99k86um.fsf@gnu.org> References: <102661467893195@web4g.yandex.ru> <87inw6zxtw.fsf@gnu.org> <87poqdc1bz.fsf@gnu.org> <87a8fh5eft.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjkOp-0007wy-8t for bug-guix@gnu.org; Tue, 13 Sep 2016 05:53:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjkOk-0007QB-AT for bug-guix@gnu.org; Tue, 13 Sep 2016 05:53:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjkOk-0007Q3-6c for bug-guix@gnu.org; Tue, 13 Sep 2016 05:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bjkOk-0000xM-1B for bug-guix@gnu.org; Tue, 13 Sep 2016 05:53:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (eus@member.fsf.org's message of "Tue, 13 Sep 2016 15:47:03 +0700") 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: Eus Cc: 23910-done@debbugs.gnu.org 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.