Last active
August 18, 2017 16:35
-
-
Save dragolabs/11246744 to your computer and use it in GitHub Desktop.
Hack to repair 100% CPU load by rsyslog on ubuntu 12.04 in openvz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
service rsyslog stop | |
sed -i -e 's/^\$ModLoad imklog/#\$ModLoad imklog/g' /etc/rsyslog.conf | |
service rsyslog start |
nope, no change
thx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run fine. Thanks!...