From owner-freebsd-questions@FreeBSD.ORG Sun Dec 28 10:08:12 2008 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 90992106564A for ; Sun, 28 Dec 2008 10:08:12 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id C1D838FC16 for ; Sun, 28 Dec 2008 10:08:11 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mBSA7Q5V008080; Sun, 28 Dec 2008 11:07:26 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mBSA7Pab008077; Sun, 28 Dec 2008 11:07:25 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 28 Dec 2008 11:07:25 +0100 (CET) From: Wojciech Puchar To: Sergey Kovalev In-Reply-To: <49571AA9.3030404@bonstreet.ru> Message-ID: <20081228110720.T8073@wojtek.tensor.gdynia.pl> References: <49571AA9.3030404@bonstreet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: *.ko.symbols files in /boot/kernel 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: Sun, 28 Dec 2008 10:08:12 -0000 turn it off: makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols On Sun, 28 Dec 2008, Sergey Kovalev wrote: > I've decided to upgrade from 6.4-p1 to 7.1-RC2 on my home desktop pc. > Somewhat during this procedure triggered building and installing of > *.ko.symbols and kernel.symbols files. > Here are my upgrade commands > cd /usr/src > env -i make buildworld > env -i make buildkernel KERNCONF=KOCA > env -i make installkernel KERNCONF=KOCA > > After that I get errors because my / patrition is only 128M in size. And > /boot/kernel gets filled with *.symbols files. > What could trigger their building and installation? > > And how I should cleanly rebuild/reinstall kernel in this case without > rebuilding the world. I know the right path to rebuild everything cleanly, > but never faced such difficulties. > > My /etc/make.conf: http://kovalev.com.ru/make.conf > My kernel config: http://kovalev.com.ru/KOCA > > Please CC me cause I'm subscribed to the list. > > PS I've mistyped address and first posted to freebsd-users@freebsd.org. Sorry > if I posted to the same list twice. > _______________________________________________ > 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" > >