On Friday, 5 April 2019 00:18:07 BST Walter Dnes wrote: > I updated kernel a couple of weeks ago, and had to reboot. I'm not > seeing any logging output on tty12. "tail /var/log/messages" shows that > it is logging properly to the file. "/etc/init.d/syslog-ng restart" > didn't help. To check that it wasn't corruption, I... > > * /etc/init.d/syslog-ng stop > * emerge --unmerge syslog-ng > * rm -rf /etc/syslog-ng > * emerge --unmerge syslog-ng > * /etc/init.d/syslog-ng start > > Still nothing on tty12. Any ideas?
This entry in /etc/syslog-ng/syslog-ng.conf should do it:
# By default messages are logged to tty12...
destination console_all { file("/dev/tty12"); };
--
Regards,
Mick
signature.asc
Description: This is a digitally signed message part.

