From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#30505: marionette/virtio-console issues lead to test failures Date: Sun, 18 Feb 2018 11:48:33 +0100 Message-ID: <20180218114833.7d5e7848@scratchpost.org> References: <87vaevi2sk.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]:45630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enMWn-0006Zq-OK for bug-guix@gnu.org; Sun, 18 Feb 2018 05:49:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enMWk-0006tG-Ls for bug-guix@gnu.org; Sun, 18 Feb 2018 05:49:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41048) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1enMWk-0006t1-It for bug-guix@gnu.org; Sun, 18 Feb 2018 05:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1enMWk-0004hD-3m for bug-guix@gnu.org; Sun, 18 Feb 2018 05:49:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87vaevi2sk.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30505@debbugs.gnu.org Hi Ludo, On Sun, 18 Feb 2018 01:01:31 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > The =E2=80=9C\x1b;%G=E2=80=9D sequences correspond to the =E2=80=9Cselect= UTF-8=E2=80=9D console code > (see console_codes(4)). We=E2=80=99re receiving this as if we were a con= sole, > but in fact all we want is to exchange raw bytes between the host and > the guest; we don=E2=80=99t want to be a full-fledged console. A lot of the tests pass console=3D... and thus in fact have a real console. It might be that our new automatic console getty interferes. I doubt it - I checked agetty sources and it doesn't touch iutf8. Might still be worth a try to remove agetty from %base-services. check-system TESTS=3Dbasic works fine in master indeed ... > this happens on =E2=80=98core-updates=E2=80=99 and not =E2=80=98master=E2= =80=99. That's a good question. Anyway, I think these codes are emitted by unicode_start - so as a first step, sabotage the kbd package so that it can't use unicode_start. Does it work then?