Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Freeze up during X session
Date: Fri, 15 Jan 2010 10:01:38
Message-Id: tkrat.2cbaba2c3b9ff148@igpm.rwth-aachen.de
In Reply to: [gentoo-user] Freeze up during X session by Harry Putnam
1 On 14 Jan, Harry Putnam wrote:
2 > I'm experiencing a problem where during an X session the machine
3 > inexplicably freezes up... networking along with mouse keyboard etc.
4 > No access is then possible via ssh or any other way other than a hard
5 > reboot.
6 >
7 > I've attempted to debug the problem by first searching the logs. But
8 > not finding anything I recognize as a clue.
9 >
10 > I've inserted a line like this in /etc/syslog.conf
11 > cat /etc/syslog.conf
12 > [...]
13 > *.* -/var/log/debug.log
14 > [...]
15 >
16 > and then created a tiny script called by cron every 5 minutes that
17 > simply pinged an external host and reported the results by way of
18 > piping to `logger', guaranteeing it would appear in the system logs .
19 >
20 > Then after a freeze up and reboot, search the logs for the most recent
21 > successful ping and see what happened after that. (The freeze up freezes
22 > networking too so the ping would then fail). And Hopefully I'd see
23 > something of note between the last successful ping and the reboot.
24 >
25 > But I see absolutely nothing of note.
26 >
27 > The freeze does not appear to obey any particular time frame after a
28 > boot, only that sooner or later a freeze up will occur.
29 >
30 > Apparently there is nothing happening that merits a log entry.
31 >
32 > Its been going on for a goodly while and I've just been rebooting as
33 > needed ... I haven't been really active on the machine for a while so
34 > it was easy to get along with, but now I need to do more work and so
35 > the problem is a major stumbling block.
36 >
37
38 A few months, ago, I had similar symptoms.
39 It turned out to be a defective AMD Phenom CPU
40 (a very tricky error since all hardware tests passed)
41 I guess it's a cache coherence problem (the Phenom has 4 cores).
42 Luckily it was quite a new machine so my dealer
43 replaced the CPU. The problem didn't occur ever since.
44
45 While searching the net for a reason of failure I came accross
46 messages about failing graphics chips / or graphics drivers.
47 Perhaps you try an open source driver for your graphics card
48 and see if the problem still occurs.
49
50 (Before I suspected the CPU, I have tortured memory and I have
51 even replaced the motherboard)
52
53 To "exclude" a software problem, try booting from a
54 SystemRescue-CD
55 http://www.sysresccd.org/Main_Page
56
57 It's Gentoo based and sports an X-Server.
58
59 That are the problems that makes one crazy!
60
61 Helmut.
62
63
64 --
65 Helmut Jarausch
66
67 Lehrstuhl fuer Numerische Mathematik
68 RWTH - Aachen University
69 D 52056 Aachen, Germany

Replies

Subject Author
[gentoo-user] Re: Freeze up during X session Harry Putnam <reader@×××××××.com>