So my computer has lately started freezing completely when I run some programs that, in the past, would work great.
What I am unsure about however, is what logs that are available to me that could help me track down the issue after a reboot?
Thanks
check
If you are running gnome, then you can check the logs using "gnome-system-log" tool, type
in the run dialog.
and check the syslog in the left hand side.
if you want to check the log using terminal,
then do,
If the whole machine is locking up, off the top of my head, these are the likely causes:
What are those programs? The answer to your question is heavily depend on those "some programs" Anyway, check
/var/log/syslog
/var/log/kern.log
Optionally you can usedmesg
command to view kernel messages to check if something is wrong during boot process.