Today's attempted dist-upgrade in Debian Sid caused issues with LSB files and the error:
The fix is easy but a bit obscure; just add FANCYTTY=1 to the rcS file for bootup scripts. As root run this:
/lib/lsb/init-functions: line 428: FANCYTTY: unbound variable
The fix is easy but a bit obscure; just add FANCYTTY=1 to the rcS file for bootup scripts. As root run this:
# echo 'FANCYTTY=1' >> /etc/default/rcS