From owner-freebsd-ppc@FreeBSD.ORG Sun Feb 27 08:29:36 2005 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D40A916A4CE for ; Sun, 27 Feb 2005 08:29:36 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F94743D5D for ; Sun, 27 Feb 2005 08:29:36 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.30.60] (CPE-30-60.dsl.onthenet.net [203.144.30.60]) j1R8TZnP068497; Sun, 27 Feb 2005 18:29:35 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42218667.1000901@freebsd.org> Date: Sun, 27 Feb 2005 18:35:51 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Garance A Drosihn References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Errors from kldxref when installing kernel... X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2005 08:29:36 -0000 Hi Garance, > When I do an 'installkernel', how worried should I be if the > 'kldxref /boot/kernel' step is followed by about 240 lines of: > > kldxref: error while reading /boot/kernel/accf_data.ko: Bad address > kldxref: error while reading /boot/kernel/accf_http.ko: Bad address > ...etc... > > I don't want to "just try it", because if it doesn't work as > /boot/kernel/kernel then the bug in the boot loader will prevent > me from falling back to /boot/kernel.old/kernel ... 'bout halfway through fixing kldxref. Should be committed soon... later, Peter.