I notice that the output from setupcon mentions loading the font twice.
That seems to correspond to this fragment of code in setupcon:
# FONTFILES
FONTFILES=''
if [ "$FONT" ]; then
for f in $FONT; do
FONTFILES="$FONTFILES `findfile $fontdir $f`"
RES=`findfile $fontdir $f`
Public bug reported:
When I specify a large font file using the FONT variable in .console-
setup, setupcon fails to load the font, reporting "putfont: KDFONTOP:
Invalid argument". If I specify the same font by setting CODESET,
FONTFACE, and FONTSIZE, the setupcon loads it fine.
For instance, if
Just a quick note: having moved some affected systems back to Ubuntu,
this bug has just manifested in production on Ubuntu 16.04 LTS:
/opt/dump/bin/dump_multi: line 11: wait: pid 56652 is not a child of
this shell
My test script above no longer demonstrates it though. I'll see if I
can come up w
Public bug reported:
On my laptop I often have two PulseAudio sinks, the on-board audio
(alsa_output.pci-_00_1b.0.analog-stereo) and a Bluetooth speaker
(bluez_sink.8C_DE_52_2F_AF_F3). I can choose the default destination
for sound output using the "Sound" pane of System Settings, and I can
s
4 matches
Mail list logo