![]() |
How to diagnose system freeze
Hi all -
I've been enjoying Slackware 14.0 on my new ZaReason laptop ... but am experiencing random system freezes: no cursor movement, keyboard unresponsive, the works. At first I thought it might be Firefox, since I'd read in a couple of places that people were having such an issue. But the machine froze when I had a combination of seamonkey and openoffice running -- and no Firefox. I ran memtest and there were no failures. I've been looking at syslog to see whether there's anything strange there, and there are a number of entries re: NetworkManager -- Code:
Dec 9 20:16:44 catbutt dhcpcd[1884]: timed outWhat or where else might I check? Thanks, Glenn |
Can you post the output of 'lspci -k' and 'lsmod'. This is mostly for what hardware and drivers you have.
I wrote a hardware diagnostics wiki, it may help: http://docs.slackware.com/howtos:har...re_diagnostics I'm not sure NetworkManager can cause such a hang. Maybe the errors were caused by the hang. |
Here is lspci -k:
Code:
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)And here is lspci -k: Code:
Module Size Used by/Glenn |
Does it always freeze the same way ?
It could be hardware or it could be some driver. I remember there were some intel video driver issues on 13.37, but I don't think they apply to 14.0 and they look different: http://www.linuxquestions.org/questi...ng-4175425214/ |
Quote:
I resolved upgrading the kernel. you can see here |
Member Response
Hi,
What about switching to another console or 'ssh' into the box to see if system is actually frozen? |
Quote:
The machine locks hard: CTRL-ALT-DEL does nothing, for what that's worth. /G |
Try Alt-SysRq REISUB:
http://en.wikipedia.org/wiki/Reisub |
Quote:
Just noted before I left for work: there are some troubling lines re: ACPI in /var/log/messages (wish I'd had time to copy/paste them, but I was running late). Also, when I unplugged the AC power cord, the battery monitor said my battery was at 89%. This thing's been plugged in a loooong time ... could this be a bad battery issue? /Glenn |
I have a machine that would act similar to what you describe -- keyboard and mouse freeze at random, pressing numlock/capslock don't change the keyboard LEDs, Alt+SysRq doesn't seem to be recognized. But I could SSH in after it happens. I think adding 'nolapic' to the kernel parameters fixed it.
|
Quote:
Did a little Googling on 'nolapic' ... doesn't this slow down performance? In one place I could swear I read that it essentially turned a multicore machine into single core. |
Member Response
Hi,
Quote:
Quote:
Quote:
HTH! |
So then nolapic would have no effect on 64-bit systems ?
|
Quote:
Would I use nolapic or noapic for a dual core machine? Update: just had a freeze. Machine did not respond to the magic SysRq sequences. So I'm ready to try the no[l]apic thing. Where in lilo.conf do I add it (I can Google this, but I thought I'd ask while I was here)? EDIT: I assume it goes under "# Append any additional kernel parameters:", and look lie this: append = "noapic" (or nolapic) Thanks, Glenn |
Member Response
Hi,
I would use 'addappend=' in the stanza unless you wish global changes then use 'append=' within global section; Quote:
Quote:
HTH! |
| All times are GMT -5. The time now is 12:03 AM. |