From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 16:41:25 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 BB1B716A469 for ; Mon, 11 Jun 2007 16:41:25 +0000 (UTC) (envelope-from mcs@vpm.com) Received: from omta14.mta.everyone.net (sitemail2.everyone.net [216.200.145.36]) by mx1.freebsd.org (Postfix) with ESMTP id A5F2313C458 for ; Mon, 11 Jun 2007 16:41:25 +0000 (UTC) (envelope-from mcs@vpm.com) Received: from dm51.mta.everyone.net (bigiplb-dsnat [172.16.0.19]) by omta14.mta.everyone.net (Postfix) with ESMTP id 69DC244AC7 for ; Mon, 11 Jun 2007 09:41:25 -0700 (PDT) X-Eon-Dm: dm51 Received: by dm51.mta.everyone.net (EON-AUTHRELAY2 - 403968d3) id dm51.465dfe37.19c049 for ; Mon, 11 Jun 2007 09:41:24 -0700 X-Eon-Sig: AQFgCwNGbXs0s3rPIAIAAAAB,f7c34093069e97af8c590e77d443316f From: "Mark Stout" To: Date: Mon, 11 Jun 2007 09:41:19 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 In-Reply-To: Importance: Normal 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 16:41:25 -0000 Thank you, Mark Stout VPM Global Internet Services, Inc. 530-626-4218 x205 Office 530-626-7182 Fax 530-554-9295 VoIP 916-240-2850 Cell www.vpm.com =20 =20 This email and any files transmitted with it are confidential and = intended solely for the use of the individual to whom they are = addressed. If you are not the intended recipient, you are hereby = notified that any use or dissemination of this communication is strictly = prohibited, and asked to notify us immediately, then delete this email. = E-mail transmission cannot be guaranteed to be secure or error-free and = VPM Global Internet Services, Inc. does not accept liability for any = errors or omissions in the contents of this message. Any views or = opinions presented are solely those of the author and do not necessarily = represent those of VPM Global Internet Services, Inc. > -----Original Message----- > From: Mark Stout [mailto:mcs@vpm.com] > Sent: Monday, June 11, 2007 9:24 AM > To: Mikhail Goriachev; Abdullah Ibn Hamad Al-Marri > Cc: freebsd-questions@freebsd.org > Subject: RE: Upgrading to 6.2-RELEASE from 6.2-STABLE >=20 >=20 >=20 >=20 > > -----Original Message----- > > From: Mikhail Goriachev [mailto:mikhailg@webanoide.org] > > Sent: Sunday, June 10, 2007 9:27 AM > > To: Abdullah Ibn Hamad Al-Marri > > Cc: Mark Stout; freebsd-questions@freebsd.org > > Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE > >=20 > >=20 > > Abdullah Ibn Hamad Al-Marri wrote: > > > On 6/10/07, Mark Stout wrote: > > >> > > >> So how should I fix this? > > >> > > >> Thank you, > > >> Mark Stout > > >=20 > > > cd /usr/src > > > make cleanworld > > > mergemaster -p > > > make buildworld > > > make buildkernel > > > make installkernel > > > reboot > > >=20 > > > cd /usr/src > > > make installworld > > > mergemaster -iU > > > reboot > > >=20 > > > You are done. :) > >=20 > >=20 > > The *correct* procedure is described in: > >=20 > > /usr/src/Makefile > >=20 > > and even more detailed at: > >=20 > > = http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html > >=20 >=20 > Following the tasks in Rebuilding =E2=80=9Cworld=E2=80=9D in the = handbook=20 > = http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html = I removed the=20 > /usr/obj directory and did a buildworld. When tryinmg to compile the = kernel its failing on=20 > 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=20 > that explains why this would happen. =20 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