Kernel Logging Not Working :: How to fix ? Print
- 4
syslogd appears to be running, but not klogd which logs kernel firewall messages to syslog. You should ensure that klogd is running
Do the following steps to resolve the issue.
1. Root login to the server via WinSCP
2. Edit /etc/init.d/syslog
3. Search the line below, (nearly at line # 42)
passed klogd skipped #daemon klogd $KLOGD_OPTIONS
4. Replace it with lines below,
#passed klogd skipped
daemon klogd $KLOGD_OPTIONS
5. Now search 'status klogd' (nearly at line #61) and un-comment it.
6. Restart syslog via /etc/init.d/syslog restart
This should fix the issue.
Was this answer helpful?
Related Articles
Securing /tmp partition on openVZ
Log into SSH by Putty, Xshell or another Terminal and do the following:1.) rm -rf...
Install Dos Deflate
To install Dos Deflate do the following:wget http://www.inetbase.com/scripts/ddos/install.shchmod...
Block IP ranges on CSF?
OK, so you wish to block a IP range from your server using cPanel/WHM.We've always recommended...
Installing ImageMagick
To install ImageMagick to your VPS you just do: yum install ImageMagickyum install...
Install FFmpeg, Mplayer automatically
Install FFmpeg, Mplayer, Mencoder, FFmpeg-PHP on CentOS 5.x automaticallyAll you need to do...