From owner-freebsd-questions Fri Jun 22 13:43:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 00FB537B407 for ; Fri, 22 Jun 2001 13:43:44 -0700 (PDT) (envelope-from wmoran@iowna.com) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f5MKeJs02387; Fri, 22 Jun 2001 16:40:19 -0400 (EDT) Message-ID: <3B33ADCF.2D00333C@iowna.com> Date: Fri, 22 Jun 2001 16:42:55 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: jcouch@netdoor.com Cc: freebsd-questions@freebsd.org Subject: Re: kernel configuration References: <01062115092400.07639@katana.amberskogg> <3B33A6C8.9D4B9F9A@iowna.com> <01062115240601.07639@katana.amberskogg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 No, really. Please fix your system time/date/timezone. Also, doing a "reply to all" will respond to the mailing list as well, which allows others to help you if I don't know the answer, or am not available. Jim couch wrote: > > On Friday 22 June 2001 03:12 pm, you wrote: > > [please fix the date/time/timezone on your system] > > > > Jim couch wrote: > > > If I have built a "custom kernel" and it will not boot (even though it > > > compiled without errors.... says that processor class is not configured) > > > after I have "fixed the error" (I think) what is the command to compile > > > it all over again? Is it "make clean" ? > > > > If you haven't upgraded the sources, you can probably just repeat the > > buildkernel/installkernel process with no problems. > > That's what I tried and it didn't seem to make a difference. Either I didn't > fix it or another command is required..... Are you having problems with the "cpu IX86_CPU" line? If so, boot the GENERIC kernel and check the dmesg output to see what cpu is detected. If you're still in doubt for some reason, you can leave multiple "cpu" lines in the kernel config. Check the date/time on the /kernel file to make sure it really did install a newly built one. If you still feel that it's not building based on the new config file, do the following (as root): cd /usr/obj chflags -R noschg * rm -r * This blows away anything that was done with "make buildkernel". You can then redo the make with confidence that there's nothing old lying around. -Bill -- If a bird in the hand is worth two in the bush, then what can I get for two hands in the bush? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message