(In reply to Antonio Feijoo from comment #16) > (In reply to Holger Sickenberg from comment #15) > > asus:/tmp # rpm -ql terminfo-base > > ... > > /usr/share/terminfo/v/vt100 > > /usr/share/terminfo/v/vt102 > > /usr/share/terminfo/v/vt220 > > ... > > > > asus:/tmp # sudo lsinitrd | grep terminfo > > terminfo > > ... > > -rw-r--r-- 1 root root 1190 Feb 19 2024 > > usr/share/terminfo/v/t100 > > -rw-r--r-- 1 root root 1184 Feb 19 2024 > > usr/share/terminfo/v/t102 > > -rw-r--r-- 1 root root 1377 Feb 19 2024 > > usr/share/terminfo/v/t220 > > This is a typo, right? these three files listed with `lsinitrd` should be > `vt100`, `vt102` and `vt220`. If it's not a typo, it would explain the error. I will double check when I'm in front of the system if this was a copy&paste error. From remote (via ssh) the output is correct: holger@asus:~> sudo lsinitrd | grep terminfo terminfo drwxr-xr-x 4 root root 0 Sep 5 14:22 usr/share/terminfo drwxr-xr-x 2 root root 0 Sep 5 14:22 usr/share/terminfo/l -rw-r--r-- 1 root root 1822 Feb 19 2024 usr/share/terminfo/l/linux drwxr-xr-x 2 root root 0 Sep 5 14:22 usr/share/terminfo/v -rw-r--r-- 1 root root 1190 Feb 19 2024 usr/share/terminfo/v/vt100 -rw-r--r-- 1 root root 1184 Feb 19 2024 usr/share/terminfo/v/vt102 -rw-r--r-- 1 root root 1377 Feb 19 2024 usr/share/terminfo/v/vt220