Проблемы с console-screen
После апдейта повалилились тулзы консоли. Кратко тут http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563590
лечться патчиком
— a/console-screen.sh 2009-12-19 20:27:27.000000000 +0100
+++ b/console-screen.sh 2010-01-04 15:04:03.000000000 +0100
@@ -82,10 +82,10 @@ setup_fonts ()
CONSOLE_TYPE=`fgconsole 2>/dev/null` || return 0
if [ ! $CONSOLE_TYPE = “serial” ] ; then
- readlink /proc/self/fd/0 | grep -q -e /dev/vc -e ‘/dev/tty[^p]’ -e /dev/console
- if [ $? -eq 0 ] ; then
- VT=”yes”
- […]