syslogd appears to be running
Para solucionar este tipo de problemas :
SOLUCION
nano -c /etc/init.d/syslog
Search the line below, (nearly at line # 42)
passed klogd skipped #daemon klogd $KLOGD_OPTIONS
Replace it with lines below,
#passed klogd skipped
daemon klogd $KLOGD_OPTIONS
Now search 'status klogd' (nearly at line #61) and uncomment it.
If you change the file, remember to restart syslog via /etc/init.d/syslog restart
Para solucionar este tipo de problemas :
syslogd appears to be running, but not klogd which logs kernel firewall messages to syslog. You should ensure that klogd is running
nano -c /etc/init.d/syslog
Search the line below, (nearly at line # 42)
passed klogd skipped #daemon klogd $KLOGD_OPTIONS
Replace it with lines below,
#passed klogd skipped
daemon klogd $KLOGD_OPTIONS
Now search 'status klogd' (nearly at line #61) and uncomment it.
If you change the file, remember to restart syslog via /etc/init.d/syslog restart