I’ve seen a lot of these entries in logfiles recently:
[
Unable to print file to
And the printing is stopped, of course.
The solution is simple:
LANG=en_US.UTF-8 /etc/init.d/samba restart
In short:
/var/log/cups/error_log shows a lot of
E [
CUPS requires UTF-8.
In the case of default login in Debian, the console IS in UTF-8, but is not if you have customized it and use `su` for administrative tasks.
C’ia.