[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

syslog-ng



All,

For some reason when I upgraded to syslog-ng some time ago (removing sysklogd)
my kern.log stopped showing.  My syslog-ng.conf file seems to include a kern.log

Can anyone think why it would not be showing anything in kern.log?

destination kern { file("/var/log/kern.log" owner("root") group("adm") perm(0640)); };
filter f_kern { facility(kern); };
log { source(src); filter(f_kern); destination(kern); };
source src { unix-dgram("/dev/log"); internal(); };

Thanks,

-- 
Phil

PGP/GPG Key:
http://www.zionlth.org/~plhofmei/
wget -O - http://www.zionlth.org/~plhofmei/ | gpg --import

XP Source Code:

#include <win2k.h>
#include <extra_pretty_things_with_bugs.h>
#include <more_bugs.h>
#include <remote_admin_abilities_for_MS.h>
#include <more_restrictive_EULA.h>
#include <sell_your_soul_to_MS_EULA.h>
//os_over="Windows 2000"
os_ver="Windows XP"



Reply to: