Where is /var/log/messages?

Just installed natty, and cannot find /var/log/messages. Also, /var/log/daemon.log is missing. What happened? Why are they no longer present? And where I can find the same log information?

2 Answers

/var/log/messages has been deleted from Natty.
You can find the same info in /var/log/syslog. Note that everything logged to messages was also logged to syslog.

2

You can use the following line to check the real time progress of system.tail -f /var/log/syslogUsing CTRL-C to exit out from that.

For example, you can open up the terminal and plug in a USB on your computer, the OS will log what type of USB, where is it mounting to, if the tracker-store.service is successful.

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

You Might Also Like