GNU bug report logs -
#30505
marionette/virtio-console issues lead to test failures
Previous Next
Reported by: ludo <at> gnu.org (Ludovic Courtès)
Date: Sun, 18 Feb 2018 00:02:01 UTC
Severity: normal
Merged with 30581
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hey,
Danny Milosavljevic <dannym <at> scratchpost.org> skribis:
>> Usually I'm not a fan of overriding user settings (in this case the kernel
>> command line) but in this case it's OK since the rest of the system at least
>> can be sure that we have UTF-8 VTs.
>
> Aha, the gnu/services/base.scm tries to make sure that an UTF-8 aware unicode
> font is already loaded before switching the tty to UTF-8. We would have to
> set default_utf8 earlier (before even the vt is activated), otherwise the
> setting wouldn't be copied to the new terminal.
You’re talking about %default-console-font? What does that change?
I’m lost. :-)
We have the following options:
1. status quo, i.e., tcsetattr without %G in the ‘term-ttyN’ services;
2. remove the tcsetattr call, write “1” to
/sys/module/vt/parameters/default_utf8;
3. do nothing (no tcsetattr, no /sys, no %G).
It seems that systemd does everything: %G, tcsetattr, and /sys.
What do we do now?
Ludo’.
This bug report was last modified 7 years and 69 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.