From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 10:57:18 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 3544A1065674 for ; Tue, 3 Aug 2010 10:57:18 +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 DFCD78FC12 for ; Tue, 3 Aug 2010 10:57:17 +0000 (UTC) Received: by vws7 with SMTP id 7so3572307vws.13 for ; Tue, 03 Aug 2010 03:57:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ebXwqdJsjzgi/OCLAN+MQG9p+41ZUsDCPiPtKKHc7J0=; b=Bl1MLfvUGtDAEAxKxxIUF2qUxNnYCkt7y+fiIMbTrlWM6kk1m7yzLnAxjYwWCngi/b VYyUZd8PeB/iuZcA5mSMkp09dn1LUizpVg7pVsCPxmIqrfMmznuAssf3WFyS1EnVGqdi nAc+Tu4kmx7F3X4gEITPWKXwDbUEIGyLuNssE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=m5e4XvNoXx0PrnhmdRd8Pm96phDZNjUR8vLnYt2uUzzQKDfBXgom+uMAgU1Ips/33o qDJCzXNBN4zO+qLKbpvRlnAuO1Pi43mvVl3f/wR01wBReTYPNX+Kgt/ArBqvHWmbIvO6 VpLGViH249eTFWNb65c+HMDuZ1gkPzN8rO3KQ= MIME-Version: 1.0 Received: by 10.220.158.9 with SMTP id d9mr5094095vcx.245.1280831584261; Tue, 03 Aug 2010 03:33:04 -0700 (PDT) Received: by 10.220.194.4 with HTTP; Tue, 3 Aug 2010 03:33:04 -0700 (PDT) Date: Tue, 3 Aug 2010 02:33:04 -0800 Message-ID: From: David Allen To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: 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 10:57:18 -0000 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.