syslogd appears to be running - Foro Support - Manuales tecnicos

Announcement

Collapse
No announcement yet.

syslogd appears to be running

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • syslogd appears to be running

    syslogd appears to be running

    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
    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
Working...
X