For some reason, syslog-ng recently stopped showing kernel messages.
I can't figure out why.  I don't rememver ever having klogd running,
nor did I ever touch the default syslog-ng config file.

I tried adding file("/proc/kmsg") to the syslog-ngl.conf file's src()
statement:

  source src { system(); internal(); file("/proc/kmsg"); };

That doesn't work -- it appears to read /proc/kmsg once on startup,
then never again.

How does one get syslog-ng to show kernel messages?

-- 
Grant Edwards               grant.b.edwards        Yow! Does someone from
                                  at               PEORIA have a SHORTER
                              gmail.com            ATTENTION span than me?


Reply via email to