From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 12 20:09:37 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA7E416A4CE for ; Sat, 12 Feb 2005 20:09:37 +0000 (GMT) Received: from smtp.ucla.edu (smtp.ucla.edu [169.232.47.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B76243D3F for ; Sat, 12 Feb 2005 20:09:37 +0000 (GMT) (envelope-from ashcs@ucla.edu) Received: from mail.ucla.edu (mail.ucla.edu [169.232.48.135]) by smtp.ucla.edu (8.13.1/8.13.1) with ESMTP id j1CK9W4b014927; Sat, 12 Feb 2005 12:09:32 -0800 Received: from ash (s226-88.resnet.ucla.edu [164.67.226.88]) (authenticated bits=0) by mail.ucla.edu (8.13.3/8.13.3) with ESMTP id j1CK9UpZ020385 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Sat, 12 Feb 2005 12:09:32 -0800 Message-ID: <003201c5113e$c56321e0$58e243a4@ash> From: "Ashwin Chandra" To: "Daniel O'Connor" , References: <001901c510e1$aecc7c90$58e243a4@ash> <200502122218.42458.doconnor@gsoft.com.au> Date: Sat, 12 Feb 2005 12:09:32 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Probable-Spam: no X-Spam-Hits: 0 X-Scanned-By: smtp.ucla.edu Subject: Re: VMCORE NOT FOUND X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 20:09:37 -0000 I actually changed dumpdir to /usr/crash since /var did not have enough space to accomodate 512 MB. But /usr has 60gigs. When the kernel panics it just crashes, I never get a message saying "dumping...". Savecore upon reboot says no dumps found. So i believe the problem is that the system is just crashing before it has a chance to dump? I've tried doing a DDB backtrace upon a panic. And at the prompt, when i type in panic, the system just spits out the uptime minutes, and then dies...no info that something was dumped. Ash ----- Original Message ----- From: "Daniel O'Connor" To: Cc: "Ashwin Chandra" Sent: Saturday, February 12, 2005 3:48 AM Subject: Re: VMCORE NOT FOUND Is there enough space in /var? Does the kernel actually write the crashdump when it panics? What does savecore print during startup after the crash?