RE: RELENG_6 upgrade from RELENG_5

2005-09-17 Thread Chris St Denis
Would be real nice to be able to remove mass groups of options with one
nooptions

nooptions scsi or nooptionsgroup scsi

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kirk Strauser
Sent: Friday, August 26, 2005 11:44 AM
To: freebsd-questions@freebsd.org
Subject: Re: RELENG_6 upgrade from RELENG_5

On Tuesday 23 August 2005 12:40, artifex maximus wrote:

> I think much better to leave GENERIC as is and making new config file
> like this:

> include GENERIC
>
> ident NEWKERNEL
>
> nomakeoption DEBUG
> nooptions KDB

Slick!  So, how does one "nocpu I486_CPU"?
-- 
Kirk Strauser

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: RELENG_6 upgrade from RELENG_5

2005-08-26 Thread Kirk Strauser
On Tuesday 23 August 2005 12:40, artifex maximus wrote:

> I think much better to leave GENERIC as is and making new config file
> like this:

> include GENERIC
>
> ident NEWKERNEL
>
> nomakeoption DEBUG
> nooptions KDB

Slick!  So, how does one "nocpu I486_CPU"?
-- 
Kirk Strauser


pgpSz75g5in3L.pgp
Description: PGP signature


Re: RELENG_6 upgrade from RELENG_5

2005-08-23 Thread freebsd-questions
Thanks,

> I think much better to leave GENERIC as is and making new config file like th
> is:
> 
> include GENERIC
> 
> ident NEWKERNEL
> 
> nomakeoption DEBUG
> nooptions KDB
> nooptions DDB
> nooptions GDB
> nooptions INVARIANTS
> nooptions INVARIANTS_SUPPORT
> nooptions WITNESS
> nooptions WITNESS_SKIPSPIN

This approach is new to me (I presume it is new to 6, or else I've not
been awake) - looks like a good way to build a config file.  I appreciate
the other replies with information about where to get UPDATING - thanks
Gary and Nikolas.

regards,
-- Joel Hatton --
Security Analyst| Hotline: +61 7 3365 4417
AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
The University of Queensland| WWW: www.auscert.org.au
Qld 4072 Australia  | Email:   [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: RELENG_6 upgrade from RELENG_5

2005-08-23 Thread artifex maximus
Hi,

On 8/23/05, Nikolas Britton <[EMAIL PROTECTED]> wrote:
> On 8/22/05, Joel Hatton <[EMAIL PROTECTED]> wrote:
> > Before I go crazy and change my RELENG_5 to 6 and resync my sources, can
> > someone point me at a README/UPDATING for upgraders? I'm sure I'll find
> > one _after_ I cvsup, but I'd like to read it first.
> The upgrade to RELENG_6, from RELENG_5_4, is straightforward and
> simple. Comment out these lines in the GENERIC kernel:
I think much better to leave GENERIC as is and making new config file like this:

include GENERIC

ident NEWKERNEL

nomakeoption DEBUG
nooptions KDB
nooptions DDB
nooptions GDB
nooptions INVARIANTS
nooptions INVARIANTS_SUPPORT
nooptions WITNESS
nooptions WITNESS_SKIPSPIN

bye,
a
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: RELENG_6 upgrade from RELENG_5

2005-08-23 Thread Nikolas Britton
On 8/22/05, Joel Hatton <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Before I go crazy and change my RELENG_5 to 6 and resync my sources, can
> someone point me at a README/UPDATING for upgraders? I'm sure I'll find
> one _after_ I cvsup, but I'd like to read it first.
> 

http://www.freebsd.org/cgi/cvsweb.cgi/src/UPDATING?rev=1.416&content-type=text/x-cvsweb-markup

The upgrade to RELENG_6, from RELENG_5_4, is straightforward and
simple. Comment out these lines in the GENERIC kernel:

makeoptions DEBUG=-g# Build kernel with gdb(1) debug symbols

# Debugging for use in -current
options KDB # Enable kernel debugger support.
options DDB # Support DDB.
options GDB # Support remote GDB.
options INVARIANTS  # Enable calls of extra sanity checking
options INVARIANT_SUPPORT   # Extra sanity checks of
internal structures, required by INVARIANTS
options WITNESS # Enable checks to detect
deadlocks and cycles
options WITNESS_SKIPSPIN# Don't run witness on
spinlocks for speed

Then run all the standard stuff, don't use your 5.x kernel config
file... KERNCONF=GENERIC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: RELENG_6 upgrade from RELENG_5

2005-08-23 Thread Gary W. Swearingen
Joel Hatton <[EMAIL PROTECTED]> writes:

> Hi,
>
> Before I go crazy and change my RELENG_5 to 6 and resync my sources, can
> someone point me at a README/UPDATING for upgraders? I'm sure I'll find
> one _after_ I cvsup, but I'd like to read it first.

Do "locate UPDATING" if you don't know where it's kept (src) and so
then look at  http://www.freebsd.org/cgi/cvsweb.cgi/src/UPDATING
and click on the left-most link and then the upper-left-most link.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RELENG_6 upgrade from RELENG_5

2005-08-22 Thread Joel Hatton
Hi,

Before I go crazy and change my RELENG_5 to 6 and resync my sources, can
someone point me at a README/UPDATING for upgraders? I'm sure I'll find
one _after_ I cvsup, but I'd like to read it first.

thanks
-- Joel Hatton --
Security Analyst| Hotline: +61 7 3365 4417
AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
The University of Queensland| WWW: www.auscert.org.au
Qld 4072 Australia  | Email:   [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"