9 Aug
2006
9 Aug
'06
3:41 p.m.
Fernando Loureiro wrote:
Here is my syslog-ng.conf
As I said your configuration is incomplete: userspace processes doesn't log through /proc/kmsg. Please add at least the following source: source src { unix-stream("/dev/log" max_connections(100)); internal(); file("/proc/kmsg" log_prefix("kernel: ")); }; Drop the kernsrc source (that name is misleading!), replace "kernsrc" with "src" everywhere in your log statements, and reload/restart syslog-ng. -- Gellér Sándor wildy@balabit.hu