From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 11:23:11 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 79D271065673 for ; Tue, 3 Aug 2010 11:23:11 +0000 (UTC) (envelope-from the.real.david.allen@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 305098FC15 for ; Tue, 3 Aug 2010 11:23:10 +0000 (UTC) Received: by vws7 with SMTP id 7so3591024vws.13 for ; Tue, 03 Aug 2010 04:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=8s58f2/EzyeSrFBwBWxqkYW6MvIYa4GzyTK4AuhI5yc=; b=H432wrLWoJCAvfbr96s5yFqrWRlS8Y1pTwLgdyTyxjVkvgCuaf5GAs/fsHnHXBAhew u8RLEisFMTZJRRpk4AMdAUn+BjdKPhKXCZnNNC07/uJYsOs9nSRmfBdyWhVya+VMWf1N LagIVkduZt5RAVOOz7EUwscNgtZeKs7VAOrYs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=vlJnCFHdMRmogM+kRBEVT9tf+HV3kJyBd69BwIQsO/3PoKeuQKqRs9wLih1LEFpxoc p/JJvk3NneiadHrbBzy5lir65MjIH2NK1YFGTH+nS6R9S8eCtlhIXVKafWbrWj/2n9kV OyxR4DewUlfruaV1wWAHzX0dZhIqDsQ/XY0/8= MIME-Version: 1.0 Received: by 10.220.127.94 with SMTP id f30mr5190773vcs.75.1280834590224; Tue, 03 Aug 2010 04:23:10 -0700 (PDT) Received: by 10.220.194.4 with HTTP; Tue, 3 Aug 2010 04:23:10 -0700 (PDT) In-Reply-To: <201008031313.11010.pieter@degoeje.nl> References: <201008031313.11010.pieter@degoeje.nl> Date: Tue, 3 Aug 2010 03:23:10 -0800 Message-ID: From: David Allen To: Pieter de Goeje Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Installkernel Failure 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: Tue, 03 Aug 2010 11:23:11 -0000 Aargh. I remembered to type in the KERNCONF= value, but neglected to include the following: NO_PROFILE=TRUE BOOT_COMCONSOLE_SPEED="115200" I suppose the above belongs it src.conf, but that aside, I'll assume it's the NO_PROFILE bit that's mucking things up. Thanks for the replies, Pieter and Christer. On 8/3/10, Pieter de Goeje wrote: > On Tuesday 03 August 2010 12:33:04 David Allen wrote: >> I recently upgraded a system from 8.0 to 8.1. >> >> I'm now trying to install FreeBSD 8.1 to a second system by performing a >> minimal install, and then NFS mounting /usr/src and /usr/obj from the >> just-upgraded system. >> >> Simple enough, right? Well, the installkernel target is bombing out with >> an error each time. If I install from an 8.1 CD, I get 'ncp.ko not >> found'. If I install from an 8.0 CD, I get the following: >> >> # cd /usr/src >> # make installkernel >> .... >> ==> mxge (install) >> ===> mxge/mxge (install) >> install -o root -g wheel -m 555 if_mxge.ko /boot/kernel >> ===> mxge/mxge_eth_z8e (install) >> install -o root -g wheel -m 555 mxge_eth_z8e.ko /boot/kernel >> ===> mxge/mxge_ethp_z8e (install) >> install -o root -g wheel -m 555 mxge_ethp_z8e.ko /boot/kernel >> ===> mxge/mxge_rss_eth_z8e (install) >> install -o root -g wheel -m 555 mxge_rss_eth_z8e.ko /boot/kernel >> ===> mxge/mxge_rss_ethp_z8e (install) >> install -o root -g wheel -m 555 mxge_rss_ethp_z8e.ko /boot/kernel >> ===> my (install) >> install -o root -g wheel -m 555 if_my.ko /boot/kernel >> ===> ncp (install) >> install -o root -g wheel -m 555 ncp.ko /boot/kernel >> *** Error code 71 >> >> Stop in /usr/src/sys/modules/ncp. >> *** Error code 1 >> >> Stop in /usr/src/sys/modules. >> *** Error code 1 >> >> Stop in /usr/obj/usr/src/sys/NOTGENERIC. >> *** Error code 1 >> >> Stop in /usr/src. >> *** Error code 1 >> >> Stop in /usr/src. >> (END) >> >> There is no ncp.ko on the successfully upgraded system. > > I suspect /etc/make.conf and/or /etc/src.conf are not identical on both > machines. Probably you have WITHOUT_IPX only set on the build machine. > > - Pieter >