From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 16:08:54 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4474C10656E3 for ; Mon, 2 Aug 2010 16:08:54 +0000 (UTC) (envelope-from ulrich@pukruppa.de) Received: from pukruppa.de (pd95cabe3.dip0.t-ipconnect.de [217.92.171.227]) by mx1.freebsd.org (Postfix) with ESMTP id A41BE8FC13 for ; Mon, 2 Aug 2010 16:08:53 +0000 (UTC) Received: from pukruppa.de (localhost [127.0.0.1]) by pukruppa.de (8.14.4/8.14.4) with ESMTP id o72GBaHR084427; Mon, 2 Aug 2010 18:11:36 +0200 (CEST) (envelope-from ulrich@pukruppa.de) Received: (from ulrich@localhost) by pukruppa.de (8.14.4/8.14.4/Submit) id o72GBaxX084426; Mon, 2 Aug 2010 18:11:36 +0200 (CEST) (envelope-from ulrich@pukruppa.de) From: Peter Ulrich Kruppa To: Caleb Stein In-Reply-To: References: <44tyndt759.fsf@be-well.ilk.org> Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable Date: Mon, 02 Aug 2010 18:11:35 +0200 Message-ID: <1280765495.60472.38.camel@pukruppa.de> Mime-Version: 1.0 X-Mailer: Evolution 2.30.1.2 FreeBSD GNOME Team Port Cc: "freebsd-questions@freebsd.org" Subject: Re: make installworld fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2010 16:08:54 -0000 Am Montag, den 02.08.2010, 08:24 -0700 schrieb Caleb Stein: >=20 > On Aug 2, 2010, at 7:34 AM, Lowell Gilbert > wrote: >=20 > > Caleb Stein writes: > > > >> I am trying to update my FreeBSD 8.0 to FreeBSD 8.1. Here is the > >> order I ran the commands in (all as root): > >> > >> cd /usr/src > >> make buildworld > >> make buildkernel > >> shutdown now > >> make installkernel > >> shutdown -r now > >> adjkerntz -i > >> mount -a -t ufs > >> mergemaster -p > >> cd /usr/src > >> make installworld > >> mergemaster > >> reboot > >> > >> But I didn't get to run the last two. When I run make =20 > >> installworld, I > >> get errors telling me that the filesystem is full. Now, I can assure > >> you it is not. Well, basically, what I am asking is why is the > >> filesystem full after installing the new kernel? > > > > The number of kernel modules has been increasing quite quickly, and > > modules are installed with the kernel (by default). This has led to > > installkernel filling up the root filesystem increasingly often. It > > just happened to me yesterday, although in that case snapshots and =20 > > four > > or five old kernels were part of the problem. > > > > Are you *sure* that the filesystem isn't full? > > Can you show df(1) output? > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= .org=20 > > " >=20 > I was wrong, the filesystem was full. I did delete the old kernel =20 > modules though, and that fixed the issue. This might not be a good idea since you might need your old kernel to boot from if anything went wrong with the new one. Probably you built your kernel with debugging symbols turned on, which will make it _much_ bigger (and slower!) Put the following line into your /etc/make.conf INSTALL_NODEBUG=3D"yes"=09 and try again. Greetings Peter. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"