From owner-freebsd-stable@FreeBSD.ORG Tue Jun 28 15:30:25 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 059D016A498 for ; Tue, 28 Jun 2005 15:30:25 +0000 (GMT) (envelope-from gmulder@infotechfl.com) Received: from pigeon.infotechfl.com (mailrelay.infotechfl.com [209.251.147.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90A943D53 for ; Tue, 28 Jun 2005 15:30:24 +0000 (GMT) (envelope-from gmulder@infotechfl.com) Received: from [172.20.0.75] (gmulder.infotechfl.com [172.20.0.75]) by pigeon.infotechfl.com (8.11.6/8.11.6) with ESMTP id j5SFUN016291; Tue, 28 Jun 2005 11:30:23 -0400 Message-ID: <42C16D42.4090304@infotechfl.com> Date: Tue, 28 Jun 2005 11:31:14 -0400 From: Gary Mu1der User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matt Juszczak References: <42BF8815.6090909@atopia.net> <20050627081933.GA97832@cell.sick.ru> <42C16394.4040904@atopia.net> In-Reply-To: <42C16394.4040904@atopia.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD -STABLE servers repeatedly crashing. 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: Tue, 28 Jun 2005 15:30:25 -0000 Matt Juszczak wrote: > Ever since I setup the debug kernel the machine is now crashing every 12 > hours. I think I have to switch to OpenBSD or 4.11 FreeBSD because this > box can't keep crashing. It refuses to do a crash dump. > > -Matt Matt, Does it refuse to crash dump or is it that you can't get the core file back? Make sure you have enough disk space in /var/crash for capturing the dump. You need at least as much free disk as you have memory configured. There was a post saying that fsck may be trashing core files if it starts using swap. To maximize the chances of recovering the core file boot into single user after the crash and do the following: fsck -y # or fsck and read every question, if you're paranoid mount -f / # remounts root read/write mount /var savecore /var/crash exit Gary