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

sysklogd no longer logs



Hello debian-user,

Since I've upgraded my stable box during the last release, I notice
syslog is no longer logging some messages (e.g. iptables among other
things). /var/log/kern.log, for example, is empty as of the 16th of
July. `dmesg` shows the blocked packets, however, so at least I know
iptables is working.

$ dpkg -l sysklogd | grep ii
ii  sysklogd       1.4.1-17       System Logging Daemon

$ grep '\-m 0' /etc/init.d/sysklogd
SYSLOGD="-m 0 -a /chroot/named/dev/log"

When I issue a `/etc/init.d/sysklogd restart`, I see this in /var/log/messages

Jul 21 14:40:01 he exiting on signal 15
Jul 21 14:40:02 he syslogd 1.4.1#17: restart.

The contents of my /etc/syslog.conf:

$ grep -v '#' /etc/syslog.conf 

auth,authpriv.*                 /var/log/auth.log
*.*;auth,authpriv.none          -/var/log/syslog
cron.*                          /var/log/cron.log
daemon.*                        -/var/log/daemon.log
kern.*                          -/var/log/kern.log
lpr.*                           -/var/log/lpr.log
mail.*                          -/var/log/mail.log
user.*                          -/var/log/user.log
uucp.*                          /var/log/uucp.log

mail.info                       -/var/log/mail.info
mail.warn                       -/var/log/mail.warn
mail.err                        /var/log/mail.err
local7.info    /var/log/popa3d.log

news.crit                       /var/log/news/news.crit
news.err                        /var/log/news/news.err
news.notice                     -/var/log/news/news.notice

*.=debug;\
        auth,authpriv.none;\
        news.none;mail.none     -/var/log/debug
*.=info;*.=notice;*.=warn;\
        local7.none;auth,authpriv.none;\
        cron,daemon.none;\
        news.none;mail.none             -/var/log/messages

*.emerg                         *


daemon.*;mail.*;\
        news.crit;news.err;news.notice;\
        *.=debug;*.=info;\
        *.=notice;*.=warn       |/dev/xconsole


If I can provide any other information which may help me solve this
please let me know.

Thank you for reading!

-- 
Willie Gnarlson



Reply to: