I had this problem with my VPS running Ubuntu 14.04.01 and on OpenVZ
A quick fix to prevent this for me was is to change the rsyslog.cnf-file by terminal:
sed -i -e 's/^\$ModLoad imklog/#\$ModLoad imklog/g' /etc/rsyslog.confYou should restart the rsyslog-service to make the changes apply by:
service rsyslog stopI hope this solve the problem for you.
service rsyslog start
No comments:
Post a Comment