Re: DMESG / syslog

2018-04-16 Thread IL Ka
Hello. This is "kern" facility. # touch /var/log/dmesg And then add "kern.* /var/log/dmesg" to your "syslog.conf". Restart syslog and anything printed by kernel will go to /var/log/dmesg But note that when booting, kernel does not have access to syslog, so it stores messages in its internal buf

DMESG / syslog

2018-04-16 Thread sven falempin
Dear readers, This question is probably answer somewhere but i m afraid to follow any non openBSD style answer. How do it get DMESG messages in my log ( like when a usb is attached ) syslog *.* does not contain them right ? Best, -- --