From owner-freebsd-amd64@FreeBSD.ORG Thu Feb 9 13:20:12 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CDA516A422 for ; Thu, 9 Feb 2006 13:20:12 +0000 (GMT) (envelope-from david@jetnet.co.uk) Received: from kosh.jetnet.co.uk (kosh.jetnet.co.uk [80.87.128.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E4C43D45 for ; Thu, 9 Feb 2006 13:20:11 +0000 (GMT) (envelope-from david@jetnet.co.uk) Received: from localhost (localhost [127.0.0.1]) by kosh.jetnet.co.uk (Postfix) with ESMTP id 97E5B22217 for ; Thu, 9 Feb 2006 13:20:10 +0000 (GMT) Received: from kosh.jetnet.co.uk ([127.0.0.1]) by localhost (mail.jetnet.co.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13463-01-2 for ; Thu, 9 Feb 2006 13:20:09 +0000 (GMT) Received: from [192.168.0.100] (82-69-108-39.dsl.in-addr.zen.co.uk [82.69.108.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kosh.jetnet.co.uk (Postfix) with ESMTP id 50B6B2213A for ; Thu, 9 Feb 2006 13:20:09 +0000 (GMT) Message-ID: <43EB418A.2040707@jetnet.co.uk> Date: Thu, 09 Feb 2006 13:20:10 +0000 From: David Reid User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060110) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD AMD64 Mailing List X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at jetnet.co.uk Cc: Subject: core dumps? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 13:20:12 -0000 I've been trying to get my machine to dump cores when it crashes, but in /var/crash all I see is one file called minfree and no core dumps are created when the system crashes. In rc.conf I have dumpdir="/var/crash" dumpdev="/dev/ar0s1b" Any ideas why I don't get core dumps created? Thanks david