From owner-freebsd-questions@FreeBSD.ORG Sun Dec 28 11:46:22 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 D1AAD106574E for ; Sun, 28 Dec 2008 11:46:22 +0000 (UTC) (envelope-from skoval@bonstreet.ru) Received: from smtp2.hosting.agava.net (smtp4.hosting.agava.net [89.108.104.104]) by mx1.freebsd.org (Postfix) with ESMTP id 8828D8FC1A for ; Sun, 28 Dec 2008 11:46:22 +0000 (UTC) (envelope-from skoval@bonstreet.ru) Received: from cp63.agava.net (cp63.agava.net [89.108.66.202]) by smtp2.hosting.agava.net (Postfix) with ESMTP id 25B4937034 for ; Sun, 28 Dec 2008 14:46:21 +0300 (MSK) Received: from [77.108.92.110] (helo=[10.51.33.199]) by cp63.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LGu7W-000Obo-8L for freebsd-questions@freebsd.org; Sun, 28 Dec 2008 14:47:46 +0300 Message-ID: <4957670B.70804@bonstreet.ru> Date: Sun, 28 Dec 2008 14:46:19 +0300 From: Sergey Kovalev User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <49571AA9.3030404@bonstreet.ru> <20081228110720.T8073@wojtek.tensor.gdynia.pl> In-Reply-To: <20081228110720.T8073@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 11:46:22 -0000 Wojciech Puchar wrote: > turn it off: > > makeoptions DEBUG=-g # Build kernel with gdb(1) debug > symbols Thank you. I just figured that out experimenatlly about an hour ago. I was quite sure that this string was uncommented in my 6.4 KERNCONF and there were no any *.symbols there but I may be wrong of course. Besides I was confused by the fact that it was uncommented in GENERIC and also missed the comment to DEBUG option firstly. > 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?