[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#861454: console-setup: Have to use setupcon at every booty



forcemerge 857132 861454
thanks

On Sat, Apr 29, 2017 at 03:35:08PM +0100, Brian Potkin wrote:
> 
> root@cupsexp:~# cat /etc/console-setup/cached_setup_font.sh
> 
> #!/bin/sh
> 
> setfont '/etc/console-setup/cached_Lat15-TerminusBold22x11.psf.gz'
> 
> if ls /dev/fb* >/dev/null 2>/dev/null; then
>     for i in /dev/vcs[0-9]*; do
>         { :
>             setfont '/etc/console-setup/cached_Lat15-TerminusBold22x11.psf.gz'
>         } < /dev/tty${i#/dev/vcs} > /dev/tty${i#/dev/vcs}
>     done
> fi
> 
> mkdir -p /run/console-setup
> > /run/console-setup/font-loaded
> for i in /dev/vcs[0-9]*; do
>     { :
> printf '\033%%G'
>     } < /dev/tty${i#/dev/vcs} > /dev/tty${i#/dev/vcs}
> done

This file looks ok.

> Apart from configuring the console font (and installing gpm and less)
> the system is as described earlier - a minimal installation without
> the standard utilities or a DE.
> 
> Yes, it has systemd. However, I note that the one unstable machine I
> have with sysvinit does not exhibit this issue.

Then it seems this is a duplicate of the misterious bug #857132.

Anton Zinoviev


Reply to: