Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Kernel Logging stopped

Writer Emily Wong

I found the following line at the end of my /var/log/messages.1

Apr 29 13:58:29 MyLaptop kernel: Kernel logging (proc) stopped.

/var/log/messages is indeed empty? This happened when I updated to Natty. I am trying to debug another problem so I am wondering: what happened? Where did my logging go to?

How can I turn it back on?

1 Answer

Looks like kernel logging will be output to /var/log/kern.log in Natty. The line you're seeing (Kernel logging stopped) will have been the last entry before the output was switched to the new file.

This is all configured in /etc/rsyslog.conf and /etc/rsyslog.d/*.conf, if you're keen to poke around.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy