From owner-freebsd-questions@FreeBSD.ORG Wed Jun 13 02:12:49 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76DF316A400 for ; Wed, 13 Jun 2007 02:12:49 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 20AEE13C489 for ; Wed, 13 Jun 2007 02:12:49 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so84383pyi for ; Tue, 12 Jun 2007 19:12:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=CEdLoWglcL8lE9N1dx2U9zxHsGoLOekI1a4tmB7BziQoEHyNW8g4zCzWlB1QwB8gLs+Y5uKttcjvTSgpZJhBnUwIBiGHVsOSjeSp5LbRiJE3j4fmQjnAlVr6+u4DUK/xPCSQwjCxDTFmQ4XxYtel+Re1aLc4Qv5R5wzroi4MZY8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=MnMKxjEbDsyXr+7lf7O8hOcbRI8b/ikbapaa7wAlw/o+3O0XHlDoFR2dF5SCEwAz+I25WOJ0gNq4gGffn+3sbm+sx+K4GG4OWNKDtHDDnBNKSg/Q3Fm3lrCDcKhNprjRSRPdHDJkOSaeZcFKX+V4+L3Tos8/WdiOJgKyei3d+ro= Received: by 10.35.91.10 with SMTP id t10mr260581pyl.1181700768560; Tue, 12 Jun 2007 19:12:48 -0700 (PDT) Received: from ?192.168.17.10? ( [66.41.41.11]) by mx.google.com with ESMTP id f10sm302919pyh.2007.06.12.19.12.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Jun 2007 19:12:48 -0700 (PDT) Message-ID: <466F529A.8090100@gmail.com> Date: Tue, 12 Jun 2007 21:12:42 -0500 From: Jack Barnett User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Mark Stout References: <20070613013440.57228.qmail@web53712.mail.re2.yahoo.com> In-Reply-To: <20070613013440.57228.qmail@web53712.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: illoai@gmail.com, mcs@vpm.com, freebsd-questions@freebsd.org Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackbarnett@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 02:12:49 -0000 no idea, but maybe: boot /boot/kernel/kernel or boot /boot/kernel.old/kernel What is 'mountroot' - is that the boot loader or the kernel/system giving you that? try mounting your root drive! do a `df -k`, anything already mounted? oh! or try: fsck did it ask you to login? Mark Stout wrote: > I followed all the steps in the handbook as well as UPDATED and after a installworld and mergemaster its booting into 'mountroot>' and nothing I type mounts. This is a production machine so I'm in dire need of assistence. > > [illoai@gmail.com] wrote: > On 11/06/07, Mark Stout wrote: > > >>> Following the tasks in Rebuilding "world" in the handbook >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html I removed the >>> /usr/obj directory and did a buildworld. When tryinmg to compile the kernel its failing on >>> unknown option "MD5". Commenting that out it fails on the line above MD5, options LKM. >>> What's happening here? These two options papear in the LINT file. I can't find anything >>> that explains why this would happen. >>> >> A follow-up to my last email. I copied GENERIC to RADIUS2 and >> symlinked to /root/kernel. Then added the various LINT options. >> >> I started commenting out what is failing when I try to compile a new >> kernel. All are from the LINT file. Is MD5 a default that does not >> need to be specifically added? What about ICMP_BANDLIM? And >> support for IDE drives. Are these already handed elsewhere in GENERIC? >> >> # These all failed as unknown options: >> unknown option "MD5" >> unknown option "LKM" >> unknown option "CD9660_ROOTDELAY" >> unknown option "NSWAPDEV" >> unknown option "TCP_COMPAT_42" >> unknown option "ICMP_BANDLIM" (found in Handbook in Chapter 14 Securing FreeBSD) >> >> >> # Do not understand why these are fialing >> config: Error: device "acd0" is unknown >> config: Error: device "wfd0" is unknown >> config: Error: device "wst0" is unknown >> >> # This failed as a syntax error >> controller wdc0 at isa? port "IO_WD1" bio irq 14 >> >> > > Most of the above looks like old, deprecated > stuff from 5.x and earlier (the "controller wdc0" > line reminds me of 3.x or maybe NetBSD). > > IDE drive support is all handled by ata(4), all > you should need for those in your kernel config > is: > device ata > device atadisk > device atapicd > (and obviously:) > device eisa > device pci > Which are already part of GENERIC. > > /usr/src/sys//conf/LINT doesn't exist in 6.x. > Try looking at /usr/src/sys//conf/NOTES > and /usr/src/sys/conf/NOTES for knobs to twist > and buttons to push. > >