On Wed, Mar 22, 2017 at 01:00:17PM +0100, Karsten Hilbert wrote: > > > ls -l /etc/console-setup/ > > -rwxr-xr-x 1 root root 465 Mar 22 11:20 cached_setup_font.sh > -rwxr-xr-x 1 root root 358 Mar 22 11:20 cached_setup_keyboard.sh > -rwxr-xr-x 1 root root 73 Mar 22 11:20 cached_setup_terminal.sh
Hm, the times of these three are too recent. I can see two possibilities: 1. either the bug no longer exists in this system, in which case we have to find out what caused these files to be created, or 2. the bug still exists and each time the system boots, it recreates these three files. In this case we have to find out the cause of this. Can you check if the times of these three files change each time the system boots? And what about the files /etc/default/{keyboard,console-setup} -- do their times change too? > > cat /etc/console-setup/cached_setup_font.sh > > cat /etc/console-setup/cached_setup_terminal.sh These look ok to me. I was kind of hoping to find something wrong here... > > /run/console-setup/font-loaded > > (the line starting with ">" strikes me as odd - should it not > be on the "mkdir -p" line ?) This line creates an empty file /run/console-setup/font-loaded which is used by /lib/udev/rules.d/90-console-setup.rules to make sure the script /etc/console-setup/cached_setup_terminal.sh is not run before /etc/console-setup/cached_setup_font.sh. > > cat /etc/default/console-setup > > cat /etc/default/keyboard These look ok as well... Anton Zinoviev