From owner-freebsd-stable@FreeBSD.ORG Sun May 23 19:47:59 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 89C28106566B for ; Sun, 23 May 2010 19:47:59 +0000 (UTC) (envelope-from rvdp@rvdp.org) Received: from kirk.rvdp.org (kirk.rvdp.org [IPv6:2001:610:108:87::2]) by mx1.freebsd.org (Postfix) with ESMTP id 457EB8FC22 for ; Sun, 23 May 2010 19:47:59 +0000 (UTC) Received: from kirk.rvdp.org (localhost [127.0.0.1]) by kirk.rvdp.org (8.14.3/8.14.3) with ESMTP id o4NJlwbV066802; Sun, 23 May 2010 21:47:58 +0200 (CEST) (envelope-from rvdp@kirk.rvdp.org) Received: (from rvdp@localhost) by kirk.rvdp.org (8.14.3/8.14.3/Submit) id o4NJlwNY066801; Sun, 23 May 2010 21:47:58 +0200 (CEST) (envelope-from rvdp) Date: Sun, 23 May 2010 21:47:57 +0200 From: Ronald van der Pol To: Dmitry Morozovsky Message-ID: <20100523194757.GD22200@rvdp.org> References: <20100523130203.GA22200@rvdp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-stable@freebsd.org Subject: Re: sys/modules/geom/geom_part/geom_part_apm compilation error 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, 23 May 2010 19:47:59 -0000 On Sun, May 23, 2010 at 17:58:51 +0400, Dmitry Morozovsky wrote: > Wait for a few hours, or try to integrate SVN change 200534 (to > /sys/geom/part/*). I waited for the new commit. The kernel is now building fine. Thanks! I ran into a problem when installing the kernel. The root filesystem ran out of space. I used the defaults when installing FreeBSD. Apparently, the default for root is way too small. That should not happen. I know I thought 500 MB is not much, but hey, it's the suggested default. I think somebody should look into that before the 8.1 release. And I now did a "ifconfig ix0 mtu 9000" and the system went dead. It's pinging on another interface, but ssh to that interface does not work. I have to look at the console tomorrow :-( rvdp