From owner-freebsd-questions Tue Feb 6 23: 5:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id F028C37B401 for ; Tue, 6 Feb 2001 23:05:06 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1773Ji38594; Wed, 7 Feb 2001 02:03:19 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <005e01c090d5$7f926bf0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , References: Subject: Re: Kernel faild! what to do? Date: Wed, 7 Feb 2001 02:13:39 -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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi all > > I was installing QUOTA in the machine, > I cp GENERIC MYKERN and then i edited MYKERN to options QUOTA > > I did, cd /usr/src > make buildkernel KERNEL=MYKERN > > everything went fine for 1 minute, and then it start to generate this > error, Can you help please, what to do now? The procedure you're doing is only to be used when upgrading a system using source code. The way to reconfigure a kernel (when keeping the underlying OS the same) is this: cd /usr/src/sys/i386/conf config MYKERN cd ../../compile/MYKERN make depend make make install -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message