Skip to content

Instantly share code, notes, and snippets.

@dragolabs
Last active August 18, 2017 16:35
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save dragolabs/11246744 to your computer and use it in GitHub Desktop.
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
#!/bin/sh
service rsyslog stop
sed -i -e 's/^\$ModLoad imklog/#\$ModLoad imklog/g' /etc/rsyslog.conf
service rsyslog start
Copy link

ghost commented Mar 20, 2015

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment