From owner-freebsd-stable@FreeBSD.ORG Fri Jan 22 16:27:54 2010 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 1E6DA1065679 for ; Fri, 22 Jan 2010 16:27:54 +0000 (UTC) (envelope-from mh@kernel32.de) Received: from crivens.kernel32.de (crivens.asm68k.org [81.169.171.191]) by mx1.freebsd.org (Postfix) with ESMTP id D30EB8FC16 for ; Fri, 22 Jan 2010 16:27:53 +0000 (UTC) Received: from www.terrorteam.de (localhost [127.0.0.1]) by crivens.kernel32.de (Postfix) with ESMTP id 44C86B0391; Fri, 22 Jan 2010 17:27:52 +0100 (CET) MIME-Version: 1.0 Date: Fri, 22 Jan 2010 17:27:52 +0100 From: Marian Hettwer To: Oliver Brandmueller In-Reply-To: <20100122162155.GG3917@e-Gitt.NET> References: <20100122162155.GG3917@e-Gitt.NET> Message-ID: X-Sender: mh@kernel32.de User-Agent: RoundCube Webmail/0.1-rc2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-stable@FreeBSD.org Subject: Re: 8.0-RELEASE -> -STABLE and size of / 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: Fri, 22 Jan 2010 16:27:54 -0000 Hi All, On Fri, 22 Jan 2010 17:21:56 +0100, Oliver Brandmueller wrote: > Hi, > > I just noticed somthing: I setup an 8.0-RELEASE amd64 box, / is default > 512M. First step after setup was to csup to RELENG_8 and buildkernel and > buildworld (no custom kernel, no make.conf). > > Instaling the new kernel failed, since /boot/kernel/ is already well > over 230 MBytes in size. moving that to kernel.old and writing a new one > with about the same size fails due to no space left on device. > > This is not a question; I do know how to get around this and how to > configure custom kernels so they are a fragment of that size afterwards. > However, I think this is a clear POLA violation. So, either GENERIC with > less debugging information (symbols and stuff), which makes debugging > harder or setting a higher default for / would be options, if not anyone > else has better ideas. > +1 vote for making / bigger. At least a size where a make installkernel runs through. I like FreeBSD because it honors POLA. And as Oliver stated, this is a clear POLA violation. Cheers, Marian