Hi,
I also stumbled over this bug when testing Jessie Beta 1 (which uses
systemd). Extending /etc/init.d/kbd with debug information showed that
following part of the setup function causes it to exit:
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"
fi
fi
[ $VT = "no" ] && return
$(readlink /proc/self/fd/0) returns "/dev/null". Therefore VT stays at
"no" and the kbd init script exits before setting anything.
How should it be fixed?
--
Benjamin Drung
System Developer
ProfitBricks GmbH - The IaaS-Company
Greifswalder Str. 207
D - 10405 Berlin
Mail: [email protected]
Fax: +49 30 577 008 598
URL: http://www.profitbricks.com
Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B.
Geschäftsführer: Andreas Gauger, Achim Weiss.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]