From owner-freebsd-stable@FreeBSD.ORG Sun Aug 17 16:06:20 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 AE1081065673 for ; Sun, 17 Aug 2008 16:06:20 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id 75AF48FC1D for ; Sun, 17 Aug 2008 16:06:20 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1602908wfg.7 for ; Sun, 17 Aug 2008 09:06:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=5RJvakbqAASyYNpQSkql1zV1Xi0D9jld5+zIoNm845I=; b=c528XmV8/Zot9wW2h9gMJbjjeiPB3Okkvfvz853jNCkSA4Y4lF0sPUR4ZPsy55ZFou tZljqRaa5W6jkLX4oY/ctDrg/3KaUhjuuRfYDyvOMbuAjT3co8yGGXbMVRU9O3y0H7wV 4OK7QzObCkGqVuWJXYDDxCbNYbFCNM2nuPtbA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=igkDmx2bm48AlKWUz/i5LoTl3kaRKD+fRQdMer5FbPtTwtQP5hdLjBJDMeAD0HwSip yhTBIWjj+hMU8sLvRh8gnqtkzrUi12Zpv6g8yhtEZFwhLmVnTGIOUElzsG89QoaALYqF GbfxQFrj5dwIpGnajsyyVw+0fJhfxzFt0+F08= Received: by 10.143.18.21 with SMTP id v21mr1725329wfi.185.1218989180220; Sun, 17 Aug 2008 09:06:20 -0700 (PDT) Received: by 10.142.204.17 with HTTP; Sun, 17 Aug 2008 09:06:20 -0700 (PDT) Message-ID: <47d0403c0808170906h22f11a03h524a5a50367d46a7@mail.gmail.com> Date: Sun, 17 Aug 2008 12:06:20 -0400 From: "Ben Kaduk" To: freebsd@hub.org In-Reply-To: <20080815235546.65415dg5hblf1oxu@webmail.hub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080301073329.GA1081@Alex1.kruijff.org> <47C93FD2.1010902@FreeBSD.org> <20080815235546.65415dg5hblf1oxu@webmail.hub.org> 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: Sun, 17 Aug 2008 16:06:20 -0000 On Fri, Aug 15, 2008 at 7:55 PM, wrote: > 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? Yes. > > 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'? > I don't know of one, but that sounds like it could be useful. -Ben Kaduk