From owner-freebsd-questions Tue Feb 2 14:06:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12651 for freebsd-questions-outgoing; Tue, 2 Feb 1999 14:06:14 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from apollo.jgvandyke.com (apollo.jgvandyke.com [158.189.10.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12439 for ; Tue, 2 Feb 1999 14:05:43 -0800 (PST) (envelope-from rsherwod@jgvandyke.com) From: rsherwod@jgvandyke.com Received: from vda-gateway.jgvandyke.com ([158.189.3.111]) by apollo.jgvandyke.com (8.8.8/8.8.8) with SMTP id RAA11678 for ; Tue, 2 Feb 1999 17:11:27 -0500 (EST) Received: from ccMail by vda-gateway.jgvandyke.com (ccMail Link to SMTP R8.20.00.25) id AA917992903; Tue, 02 Feb 1999 17:01:53 -0500 Message-Id: <9902029179.AA917992903@vda-gateway.jgvandyke.com> X-Mailer: ccMail Link to SMTP R8.20.00.25 Date: Tue, 02 Feb 1999 11:06:27 -0500 To: Subject: make install fails.. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Description: "cc:Mail Note Part" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have recently loaded freebsd 2.2.7 from CD, and I need to build a custom kernel in order to set it up as a gateway..yada yada.. Instructions seem clear, but I am having problems. After setting up my conf file (GATEWAY, included below), I run: #/usr/bin/config GATEWAY (completes w/o errors) #cd ../../compile/GATEWAY #make depend (completes w/o errors) #make (completes w/o errors) #make install You must first build your kernel before trying to install. *** Error code 1 Stop. # I'm guessing it's a user headspace error, but I'm at a loss. Any suggestions? ______________________________________________________ Okay, so eyeball verification indicates that, indeed, there's no "kernel" in the directory. Problem with my config file? I think it must be. Here it is in all it's glory. # BASICS machine "i386" cpu "I486_CPU" ident GATEWAY maxusers 10 config GATEWAY root on wd0 # NECESSITIES options "COMPAT_43" options UCONSOLE options SYSVSHM options SYSVSEM options SYSVMSG options FFS options NFS options PROCFS controller isa0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 options "PCVT_FREEBSD=210" device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device vt0 at isa? port "IO_KBD" tty irq1 vector pcrint options KTRACE options USERCONFIG options VISUAL_USERCONFIG # ETHERCARDS device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector edintr device ed1 at isa? port 0x240 net irq 12 iomem 0xd8000 vector edintr # CONFIG OPTIONS options INET pseudo-device loop pseudo-device ether pseudo-device bpfilter 4 pseudo-device gzip pseudo-device log pseudo-device pty 16 # GATEWAY CODE options IPFIREWALL options IPFIREWALL_VERBOSE options "IPFIREWALL_VERBOSE_LIMIT=100" options IPDIVERT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message