From owner-freebsd-stable@FreeBSD.ORG Sat Aug 16 00:13:03 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 27FFF106564A; Sat, 16 Aug 2008 00:13:03 +0000 (UTC) (envelope-from freebsd@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id 0E4608FC1F; Sat, 16 Aug 2008 00:13:02 +0000 (UTC) (envelope-from freebsd@hub.org) Received: from localhost (unknown [200.46.204.183]) by hub.org (Postfix) with ESMTP id 8D886168AEB8; Fri, 15 Aug 2008 20:55:47 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 11249-08; Fri, 15 Aug 2008 20:55:42 -0300 (ADT) Received: from localhost (wm.hub.org [200.46.204.128]) by hub.org (Postfix) with ESMTP id 2C2391689704; Fri, 15 Aug 2008 20:55:47 -0300 (ADT) Received: from blk-222-93-114.eastlink.ca (blk-222-93-114.eastlink.ca [24.222.93.114]) by webmail.hub.org (Horde Framework) with HTTP; Fri, 15 Aug 2008 23:55:46 +0000 Message-ID: <20080815235546.65415dg5hblf1oxu@webmail.hub.org> Date: Fri, 15 Aug 2008 23:55:46 +0000 From: freebsd@hub.org To: "Kris Kennaway" References: <20080301073329.GA1081@Alex1.kruijff.org> <47C93FD2.1010902@FreeBSD.org> In-Reply-To: <47C93FD2.1010902@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.2) / FreeBSD-6.3 Cc: freebsd-stable@freebsd.org Subject: Re: Very large kernel 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: Sat, 16 Aug 2008 00:13:03 -0000 Quoting "Kris Kennaway" : > Alex de Kruijff wrote: >> I noticed that the kernel directory was very large compaired to 6.1. Is >> this for debugging and can I safely remove the symbols files I want to >> save some space? > > Yes but if you encounter a panic and need to submit a bug report > then you will need at least the kernel.debug and whatever modules > you are using. Two questions for this ... a. can I move these to a larger partition temporarily, and if I have a crash, move them back to do debugging? b. is there some setting I can use in make.conf to have it auto-install the symbols files to a seperate directory on 'installkernel'?