On 2020-12-12, Walter Dnes wrote: > I used to get stuff going to tty12, e.g.when attaching a USB drive, > etc. My recent fresh install doesn't have this output. What am I doing > wrong?
Have you installed something for syslog? In my installs, I think it is
syslog-ng that does this. At least in /etc/syslog-ng/syslog-ng.conf, I
see the following:
destination console_all { file("/dev/tty12"); };
--
Nuno Silva

