Check for kernel logger error in ConfigServer Security & Firewall

syslogd appears to be running, but not klogd which logs kernel firewall messages to syslog. You should ensure that klogd is running

nano /etc/init.d/syslog

Search the line below

passed klogd skipped #daemon klogd $KLOGD_OPTIONS

Replace it with lines below

daemon klogd $KLOGD_OPTIONS

Uncomment

#status klogd
#killproc klogd

Restart syslog

/etc/init.d/syslog restart
  • 3 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

Magento install error - Exception printing is disabled

Here is a known error which can occur when installing Magento: There has been an error...

Secure Joomla site

To avoid Joomla site to be hacked follow the following steps.   Disable RG_EMULATION for...

Errors when install CSF firewall in CentOS 6

errors: Checking Perl modules… Can’t locate LWP/UserAgent.pm in @INC (@INC...

Speed up your site with .htaccess caching mod_expires and mod_headers

Browser cache is very important to speed up your site loading and here is how to speed up by...