From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 09 03:32:17 2021 Received: (at 46168) by debbugs.gnu.org; 9 Feb 2021 08:32:18 +0000 Received: from localhost ([127.0.0.1]:52556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9ORV-0005k6-IR for submit@debbugs.gnu.org; Tue, 09 Feb 2021 03:32:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l9ORT-0005ec-5i for 46168@debbugs.gnu.org; Tue, 09 Feb 2021 03:32:16 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41522) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9ORN-0004Qe-SK; Tue, 09 Feb 2021 03:32:09 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=60236 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l9ORL-00043Q-0O; Tue, 09 Feb 2021 03:32:09 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: raingloom Subject: Re: bug#46168: terminal-window-size breaks with ssh References: <20210127230934.1be87ddb@riseup.net> <87sg6c6lhz.fsf@gnu.org> <20210206014844.0f21d518@riseup.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?utf-8?Q?Pluvi=C3=B4se?= an 229 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-pc-linux-gnu Date: Tue, 09 Feb 2021 09:32:04 +0100 In-Reply-To: <20210206014844.0f21d518@riseup.net> (raingloom@riseup.net's message of "Sat, 6 Feb 2021 01:48:44 +0100") Message-ID: <87v9b1vdyz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46168 Cc: 46168@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: -1.7 (-) Hi, raingloom skribis: > On Thu, 04 Feb 2021 13:55:04 +0100 > Ludovic Court=C3=A8s wrote: > >> Hi, >>=20 >> raingloom skribis: >>=20 >> > Try running `ssh example.com guix pull` or something else that uses >> > progress bars. You'll get an "Inappropriate ioctl for device" >> > instead of Guix simply doing the sensible thing: disabling progress >> > bars.=20=20 >>=20 >> I can=E2=80=99t reproduce this with c852d897551f514de95c224fa79e748f4880= 8068. >> Specifically, =E2=80=98ssh HOST guix pull=E2=80=99 shows me the Git prog= ress bar >> (while updating channels), and then there are no progress bars for >> downloads but dots instead (as expected). [...] > Of course it does work now. :D > Looking at `guix pull --list-generations`, the last two before the bug > are: > Generation 6 Dec 13 2020 01:47:37 > guix 1adeb74 > Generation 7 Jan 23 2021 16:47:02 > guix 0288e21 The problem you observed might have been fixed by d613c1771a1986d3c0f1e034155fde41f32f9b8e (Dec. 17, 2020). > ...aaaand I can't see later ones because guix just got killed. Maybe > the code that computes the differences between generations is not > terribly memory efficient... I=E2=80=99m not aware of that. Could you please report a new bug if you ha= ve more info? Thanks, Ludo=E2=80=99.