Glam Prestige Journal

Bright entertainment trends with youth appeal.

Anybody know the best way to write/read/commit/document/upload errors in the kernel log in Ubuntu 10.04?

Are there a tool suitable for this type of job in the UBuntu Software repositories?

4 Answers

For those with server/no monitor access you can access the logs using tail

tail -f /var/log/kern.log

I guess you can also use gnome's application:

System -> Administration -> Log File Viewer

alt text

alt text

0

dmesg command can also be used to display the kernel log. It can be used as follows.

dmesg -k -w

There is a nice graphical viewer for the kernel logs by the people at KDE.

KSystemLog

KSystemLog Screenshot

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