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
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
/var/log/syslog
If you are running gnome, then you can check the logs using "gnome-system-log" tool, type
gnome-system-log
in the run dialog.
and check the syslog in the left hand side.
if you want to check the log using terminal,
then do,
tail -f /var/log/syslog
If the whole machine is locking up, off the top of my head, these are the likely causes:
"my computer has lately started freezing completely when I run some programs"
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 use dmesg command to view kernel messages to check if something is wrong during boot process.