From owner-freebsd-questions Fri Jan 24 15:28:43 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 41F9D37B405 for ; Fri, 24 Jan 2003 15:28:41 -0800 (PST) Received: from inferno.eagle.ca (inferno.eagle.ca [209.167.16.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 954AC43EB2 for ; Fri, 24 Jan 2003 15:28:40 -0800 (PST) (envelope-from lists@brenius.com) Received: from afi (lagwagon-hs.eagle.ca [64.39.177.24]) by inferno.eagle.ca (8.12.3/8.12.3) with SMTP id h0ONNGh9058427; Fri, 24 Jan 2003 18:23:18 -0500 (EST) (envelope-from lists@brenius.com) Message-ID: <037301c2c400$40b17150$b701a8c0@BRENIUS.NET> From: "Danny" To: "Giorgos Keramidas" Cc: References: <000701c2c3f8$720d86b0$b701a8c0@BRENIUS.NET> <20030124224539.GB84745@gothmog.gr> Subject: Re: 4.7R - Kernel Compile (old way) "Error code 1" Date: Fri, 24 Jan 2003 18:28:06 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 From: "Giorgos Keramidas" > There is nothing wrong with the "old way" if you haven't touched the > sources since your last buildworld. I think you read that wrong. I was not implying that the "old way" was bad in anyway, I was just qouting the handbook reference to being the "old way". > You are obviously missing stuff that is required for SCSI support. I do not have any SCSI, USB, PCMCIA, and RAID hardware, so I removed all that stuff, which could be part of the problem-o. :) Some of these, (even if one does not have the hardware) must be required no matter what, then? > Right now, it seems that you're missing at least "device pass" and > related stuff... I'd recommend starting over by: > > # cd /usr/src/sys/i386/conf > # cp GENERIC RANCID > > then make a few modifications to RANCID and build your kernel: > > # vi RANCID > # config -d /usr/obj/usr/src/sys/RANCID RANCID > # cd /usr/obj/usr/src/sys/RANCID > # make depend && make clean && make all Another user suggested: # cd /usr/src/sys/compile # rm -R name_of_kernel_dir To remove reminisce of the partial make? Now back to start: # cd /usr/src/sys/i386/conf # cp GENERIC MYKERNEL Edit lightly # ee MYKERNEL # /usr/sbin/config MYKERNEL # cd ../.../compile/MYKERNEL # make depend # make # make install Could you please elaborate on your differences? I am new to most of this, so I am interested in different users experiences. Thank you! Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message