https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234093
--- Comment #5 from [email protected] --- (In reply to Andriy Gapon from comment #1) Your suggestions about syslog was helpful. Fro the record this helped: % diff -u /root/syslog.conf /etc/syslog.conf --- /root/syslog.conf 2018-12-18 11:49:48.204878000 +0100 +++ /etc/syslog.conf 2018-12-18 11:49:55.681504000 +0100 @@ -5,7 +5,7 @@ # separators. If you are sharing this file between systems, you # may want to use only tabs as field separators here. # Consult the syslog.conf(5) manpage. - *.err;kern.warning;auth.notice;mail.crit /dev/console +# *.err;kern.warning;auth.notice;mail.crit /dev/console *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages security.* /var/log/security auth.info;authpriv.info /var/log/auth.log Regards. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
