From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id EEJcJMnCR2OdvgAAbAwnHQ (envelope-from ) for ; Thu, 13 Oct 2022 09:48:25 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 4IiQJMnCR2PZOgAAauVa8A (envelope-from ) for ; Thu, 13 Oct 2022 09:48:25 +0200 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 3150317066 for ; Thu, 13 Oct 2022 09:48:25 +0200 (CEST) Received: from localhost ([::1]:36404 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oisx5-0005zI-3T for larch@yhetil.org; Thu, 13 Oct 2022 03:48:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50586) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oisH9-0003x3-0F for bug-guix@gnu.org; Thu, 13 Oct 2022 03:05:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60168) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oisH8-0000Nt-Ix for bug-guix@gnu.org; Thu, 13 Oct 2022 03:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oisH8-0006QE-Cw for bug-guix@gnu.org; Thu, 13 Oct 2022 03:05:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#55360: bug#58375: Installer does not show what is being downloaded Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 13 Oct 2022 07:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55360 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Josselin Poiret , 55360@debbugs.gnu.org, 58375@debbugs.gnu.org Received: via spool by 55360-submit@debbugs.gnu.org id=B55360.166564468024635 (code B ref 55360); Thu, 13 Oct 2022 07:05:02 +0000 Received: (at 55360) by debbugs.gnu.org; 13 Oct 2022 07:04:40 +0000 Received: from localhost ([127.0.0.1]:59242 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oisGm-0006PG-5E for submit@debbugs.gnu.org; Thu, 13 Oct 2022 03:04:40 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36488) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oisGh-0006Ox-B8; Thu, 13 Oct 2022 03:04:39 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47824) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oisGZ-0000Kk-QG; Thu, 13 Oct 2022 03:04:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=3ugSvfXff1YuNEnDZ8sKVUbqEb+yytPunv/FFbTVeYs=; b=idd0u3iV/4yNuLXRNP84 kwGF78ClNFuWfQ4Tu0Qruseflut0rri9HSGH9N1Z+EADJi0FdU9ZLla5SEDwKBkeMli/f5XsK0MZX j5IntgQZlyuCDa+O39LrFQGHhww3Ss/Kg9FykFz88F6AhsJzfxLqqcLbdWC3yXzvZRGpTiWpBWPCo LtuLV+7XjGMjtukraj4U2hFXP/qrc7a8r46nDgbH8GC+EyPpvlTYbikQL04jsJYFNJNtjByX0Wdm4 TQoZwFGEAu0eX6Z+sN+t0ezRyz52zNM1FxF+fiskUhgwP/DN3eM7OnW6vBb11ueNhidLNJPwuImkH uwnh/dpHYhk9Fg==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:59700 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oisGG-0008Or-Ab; Thu, 13 Oct 2022 03:04:26 -0400 From: Mathieu Othacehe References: <87pmkko21t.fsf@gnu.org> <87y1wqw5tx.fsf@gnu.org> Date: Thu, 13 Oct 2022 09:04:02 +0200 In-Reply-To: <87y1wqw5tx.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Mon, 18 Jul 2022 21:58:50 +0200") Message-ID: <87lepk5hnh.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665647305; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=3ugSvfXff1YuNEnDZ8sKVUbqEb+yytPunv/FFbTVeYs=; b=l21JVlhnzUkchgyRXYOCJMqvXRGg2dBbQNRC1G0pi6F6u7PU43ANsupbzO76XzTExdEA9v /t0G3+ZlDLoStsg31kHkriAE1vscOt9GJ99zQs78HlgGijxooePOtrpOtHRink4PEtFUPf d51MS2j5axfiP6YEjHL/lTkinuFSYxm2KWwy7wiwPlLwgOPpoimuHAJn4aygnN34qvR/9I PYQOwzmBUA81oeAZ2i7i4K/hZuyaOQ5/2aFrxMQoVbkMC7vr69LKzIMKWpyC4pbs+pp5C+ +eNF27/ZwotkGRNypRx2l8wbSxf0mw3qtaMnMzh6hI6q5CiIc0+381raNVv9AA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665647305; a=rsa-sha256; cv=none; b=hG4bdiHBWL0WoH99xJzrypQJu9+0ZT1alp6XRkBY32F3oY+qBESifO2hfHwcOPu7MvAxIr 4KqaAx2bvQSpSBrYzhNOGP2aEnyQ6/g2VNL2nPTTA5Z2MkN1HEIyD2skENlEc31Sg5Hfkq 55DNx0j+x4eNFJnJxmsJ+X+il2uloJ3zlZN1/tZYOH6NFgbVySqEW6MWYBR2grinU06TMk 1tQYaKJ9i20A/XVK5ZIeMZQV2Kzx1Z/iZZoNnlQv7EGQ1z3/bIJ5OfQeuwEz71eUqFEXt2 DOCe/0Zao5f5YdwfsjI9UeNSoq9xvbuR5fgmnHoj/LVs5ismdZoTmdHobR2d/Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=idd0u3iV; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.60 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=idd0u3iV; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 3150317066 X-Spam-Score: -2.60 X-Migadu-Scanner: scn0.migadu.com X-TUID: fpib3VrwhSME Hey Ludo! > I=E2=80=99m not sure it=E2=80=99s a good idea for =E2=80=98guix system in= it=E2=80=99: we=E2=80=99d be logging > mostly progress bars, package names, and the likes to syslog=E2=80=94not = super > useful. So I=E2=80=99d suggest not capturing stdout of =E2=80=98guix sys= tem init=E2=80=99. In the bug report https://issues.guix.gnu.org/57983 capturing the 'guix system init' output highlighted a "guix substitute" crash. So it does seem like a useful mechanism, especially while 56005 is still open. Now the current situation is also not really acceptable. What about hiding the "guix system init" output completely and display a progress bar page instead? Thanks, Mathieu