Where to look when the system crashes or something else horrible goes down?

My Linux Mint workstation is acting funky, it appears to be logging me out randomly, though I'm guessing what's really happening is that the X desktop is crashing. Maybe.

How do I troubleshoot this?

I'm not sure which log file to look at. I tried looking at dmesg and Xorg.log in /var/log but I'm not sure what to look for. Not to mention there are no conventional timestamps, but a string like [ 0.416674] and I have no idea what that means.

6

2 Answers

These four files are your best bet.

/var/log/Xorg.0.log
/var/log/Xorg.0.log.old
~/.xsession-errors
/var/log/messages
3

After doing some research, seems like (for whatever reason), any recent X crashes show up in /var/log/Xorg.0.log.old

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

You Might Also Like