[Bug 234093] /sbin/kldload not possible to 'silence' with 1> /dev/null or 2> /dev/null redirection

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 18 11:58:56 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234093

--- Comment #5 from vermaden at interia.pl ---
(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.


More information about the freebsd-bugs mailing list