From owner-freebsd-current@FreeBSD.ORG Fri Jun 1 15:24:48 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D91C16A468 for ; Fri, 1 Jun 2007 15:24:48 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from ws.helenmarks.co.uk (ws.helenmarks.co.uk [81.19.179.151]) by mx1.freebsd.org (Postfix) with ESMTP id 2A93713C483 for ; Fri, 1 Jun 2007 15:24:48 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) X-Virus-Scanned: mail.goodforbusiness.co.uk Message-ID: <3190.195.12.22.194.1180710576.squirrel@mail.helenmarks.co.uk> In-Reply-To: <499c70c0706010755k382e370bn9c0e71251196e43b@mail.gmail.com> References: <499c70c0706010755k382e370bn9c0e71251196e43b@mail.gmail.com> Date: Fri, 1 Jun 2007 16:09:36 +0100 (BST) From: "Dominic Marks" To: "Abdullah Ibn Hamad Al-Marri" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-current@freebsd.org Subject: Re: Debugging FreeBSD 7.0 How to savecore in rc.conf? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 15:24:48 -0000 Abdullah Ibn Hamad Al-Marri wrote: > Hello, > > This is my df -h output. > > [14:52](root@services)[~]# df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1a 496M 51M 406M 11% / > /dev/ad0s1e 989M 12K 910M 0% /tmp > /dev/ad0s1d 4.8G 564M 3.9G 12% /var > /dev/ad0s1f 59G 12G 42G 22% /usr > /dev/ad2s1d 226G 4.0K 208G 0% /backup > > I did read handbook, but I failed to to savecore since I need to help > in debugging FreeBSD 7.0-CURRENT tcp bugs. > Look at the dumpdir and dumpdev variables. (man rc.conf) Dominic