Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2007 09:41:19 -0700
From:      "Mark Stout" <mcs@vpm.com>
To:        <freebsd-questions@freebsd.org>
Subject:   RE: Upgrading to 6.2-RELEASE from 6.2-STABLE
Message-ID:  <DOEDIFELHLGPGLILFJKMOEPFCLAA.mcs@vpm.com>
In-Reply-To: <DOEDIFELHLGPGLILFJKMOEPECLAA.mcs@vpm.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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 <http://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 <mcs@vpm.com> 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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DOEDIFELHLGPGLILFJKMOEPFCLAA.mcs>