From owner-freebsd-questions Sun Feb 23 14:13: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 131F537B401 for ; Sun, 23 Feb 2003 14:12:59 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA66043FDF for ; Sun, 23 Feb 2003 14:12:55 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from taxcollector ([207.179.85.230]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 23 Feb 2003 17:13:00 -0500 Content-Type: text/plain; charset="iso-8859-1" From: taxman To: freebsd-questions@FreeBSD.ORG Subject: Re: Installkernel fails on 4.7Rel p2 Date: Sun, 23 Feb 2003 17:15:33 -0500 User-Agent: KMail/1.4.3 References: <200302231310.56276.taxman@acd.net> In-Reply-To: <200302231310.56276.taxman@acd.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200302231715.33375.taxman@acd.net> X-OriginalArrivalTime: 23 Feb 2003 22:13:01.0216 (UTC) FILETIME=[BA950A00:01C2DB88] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 23 February 2003 07:10 am, taxman wrote: > Hi, I can't figure this one out, I have already installed a custom kernel > on this sytem and now I'm trying to make a new one. It build fine, but > intallkernel fails with: > install -o root -g wheel -m 555 joy.ko /modules > install -o root -g wheel -m 444 joy.8.gz /usr/share/man/man8 > install -o root -g wheel -m 555 /usr/src/sys/modules/joy/joy.sh > /usr/bin/joy install: /usr/src/sys/modules/joy/joy.sh: No such file or > directory *** Error code 71 I solved this by dl'ding the file, and running make iinstallkernel again. It happened with three more files, linux.sh,ibcs2.sh, and svr4.sh after grabbing all of those and running installkernel a few times it ended successfully. Weird. any ideas on the other questions below? Thanks, Tim > I look and I see that joy.sh is not on my system. ok where did it go? > I dl'd it and i hope it will work if I just put it in it's place. > Alright, so in investigating this it brought up two more questions. > > 1) someone mentioned make.conf and > MODULES_OVERRIDE it seems this requires a list of modules *to* build, but > it's not possible to just exclude one. How would I build this list, and > what syntax? > 2) if I use NO_MODULES instead, are there any critical modules I'll be > missing? I have everything I think I want in my kernel config file so I > shouldn't need any modules right? > Thanks, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message