From owner-freebsd-stable@FreeBSD.ORG Mon Mar 31 14:55:04 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D63A1065673 for ; Mon, 31 Mar 2008 14:55:04 +0000 (UTC) (envelope-from mh@kernel32.de) Received: from crivens.kernel32.de (crivens.terrorteam.de [81.169.171.191]) by mx1.freebsd.org (Postfix) with ESMTP id 1AD5B8FC15 for ; Mon, 31 Mar 2008 14:55:03 +0000 (UTC) (envelope-from mh@kernel32.de) Received: from www.terrorteam.de (localhost [127.0.0.1]) by crivens.kernel32.de (Postfix) with ESMTP id 76C65B0291; Mon, 31 Mar 2008 16:55:02 +0200 (CEST) MIME-Version: 1.0 Date: Mon, 31 Mar 2008 16:55:02 +0200 From: Marian Hettwer To: =?UTF-8?Q?Mikkel_Sk=C3=A6rris?= In-Reply-To: <33469ba20803310035w2f03f9bh448a37199e9aa28b@mail.gmail.com> References: <33469ba20803310035w2f03f9bh448a37199e9aa28b@mail.gmail.com> Message-ID: <00b30fcef4a16717b0f8229ea010a070@localhost> X-Sender: mh@kernel32.de User-Agent: RoundCube Webmail/0.1-rc2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD freezing at random X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 14:55:04 -0000 Hi there, On Mon, 31 Mar 2008 09:35:51 +0200, "Mikkel Skærris" wrote: > My system is a IBM T40 laptop, and i has been running FreeBSD for more > than two years without ANY problems at all. But a couple of days ago The most obvious one would be "bad hardware". > my 7.0 intallation began freezing at random, without any log messages > or anything. Same thing happens on a fresh installation of 6.3. Often > the screen flickers, and blacks out, as if the screen conection was > loose or something, but it isnt. And I cant seem to pinpoint the > problem, to any certain area. Though the windows installtion (dual > boot) works completely fine. > When you say it "freezes" is the machine still ping'able from another machine in your network? You could start a script like "vmstat 1 >> /tmp/vmstat.log" or similar which runs all the time to get one of the latest log entries. /var/log/messages is really empty when your box freezes? Is X running while this is happening? regards, Marian