Re: 0: unknown option "MAXUSERS" & config

2004-01-26 Thread Ben Palumbo
Thanks for the suggestions, now I get a new and different error:
 
palumbo# cd /usr/src
palumbo# make buildkernel KERNCONF=SECONDKERNEL
make: don't know how to make buildkernel. Stop

also I noticed that 
/usr/src/sys/i386/conf/LINT 
is not there. Just wondering if I should re-download some of the /usr/src tree

 

Thanks,

Ben

DavidB <[EMAIL PROTECTED]> wrote:
Please run method two from the Handbook (which is the preferred way in 
my book) and let us know if the results are the same.

Procedure 2. Building a Kernel the ``New'' Way

1. Change to the /usr/src directory.

# cd /usr/src

2. Compile the kernel.

# make buildkernel KERNCONF=MYKERNEL

3. Install the new kernel.

# make installkernel KERNCONF=MYKERNEL

Thanks,
David


Ben Palumbo wrote:
> Hello, 
> 
> I am trying to complie a new kernel for IPsec and having problems with config(8)
> palumbo# /usr/sbin/config SECONDKERNEL
> SECONDKERNEL:0: unknown option "MAXUSERS"
> 
> 
> machine i386
> cpu I586_CPU
> ident SECONDKERNEL
> maxusers 15
> 
> Looking at past mailing list/newgroups others have suggested setting maxusers to 0, 
> and this still does not work. 
> Any suggestions?
> Thanks,
> Ben Palumbo
> 
> 
> uname -a 
> FreeBSD mydonmain.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sun Jan 19 20:02:57 EST 
> 2003 [EMAIL PROTECTED]:/usr/src/sys/compile/FIRSTKERNEL i386
> 
> 
> 
> -
> Do you Yahoo!?
> Exclusive Video Premiere - Britney Spears
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


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

-
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 0: unknown option "MAXUSERS" & config

2003-10-27 Thread Ben Palumbo
I think I did, at one point since I complied a kernel before. 
 
I will redownload them off the net. (CD-ROM does not like to work, another story).
 
Thanks,
 
Ben

peter lageotakes <[EMAIL PROTECTED]> wrote:
Have you installed the SRC from the install CD?
Pete
--- Ben Palumbo wrote:
> Thanks for the suggestions, now I get a new and
> different error:
> 
> palumbo# cd /usr/src
> palumbo# make buildkernel KERNCONF=SECONDKERNEL
> make: don't know how to make buildkernel. Stop
> 
> also I noticed that 
> /usr/src/sys/i386/conf/LINT 
> is not there. Just wondering if I should re-download
> some of the /usr/src tree
> 
> 
> 
> Thanks,
> 
> Ben
> 
> 
> DavidB wrote:Please run
> method two from the Handbook (which is the preferred
> way in 
> my book) and let us know if the results are the
> same.
> 
> Procedure 2. Building a Kernel the ``New'' Way
> 
> 1. Change to the /usr/src directory.
> 
> # cd /usr/src
> 
> 2. Compile the kernel.
> 
> # make buildkernel KERNCONF=MYKERNEL
> 
> 3. Install the new kernel.
> 
> # make installkernel KERNCONF=MYKERNEL
> 
> Thanks,
> David
> 
> 
> Ben Palumbo wrote:
> > Hello, 
> > 
> > I am trying to complie a new kernel for IPsec and
> having problems with config(8)
> > palumbo# /usr/sbin/config SECONDKERNEL
> > SECONDKERNEL:0: unknown option "MAXUSERS"
> > 
> > 
> > machine i386
> > cpu I586_CPU
> > ident SECONDKERNEL
> > maxusers 15
> > 
> > Looking at past mailing list/newgroups others have
> suggested setting maxusers to 0, and this still does
> not work. 
> > Any suggestions?
> > Thanks,
> > Ben Palumbo
> > 
> > 
> > uname -a 
> > FreeBSD mydonmain.net 4.7-RELEASE FreeBSD
> 4.7-RELEASE #0: Sun Jan 19 20:02:57 EST 2003
> [EMAIL PROTECTED]:/usr/src/sys/compile/FIRSTKERNEL i386
> > 
> > 
> > 
> > -
> > Do you Yahoo!?
> > Exclusive Video Premiere - Britney Spears
> > ___
> > [EMAIL PROTECTED] mailing list
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> > 
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
> 
> -
> Do you Yahoo!?
> Exclusive Video Premiere - Britney Spears
> ___
> [EMAIL PROTECTED] mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

-
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 0: unknown option "MAXUSERS" & config

2003-10-27 Thread Ben Palumbo
Thanks for the suggestions, now I get a new and different error:
 
palumbo# cd /usr/src
palumbo# make buildkernel KERNCONF=SECONDKERNEL
make: don't know how to make buildkernel. Stop

also I noticed that 
/usr/src/sys/i386/conf/LINT 
is not there. Just wondering if I should re-download some of the /usr/src tree

 

Thanks,

Ben


DavidB <[EMAIL PROTECTED]> wrote:Please run method two from the Handbook (which is the 
preferred way in 
my book) and let us know if the results are the same.

Procedure 2. Building a Kernel the ``New'' Way

1. Change to the /usr/src directory.

# cd /usr/src

2. Compile the kernel.

# make buildkernel KERNCONF=MYKERNEL

3. Install the new kernel.

# make installkernel KERNCONF=MYKERNEL

Thanks,
David


Ben Palumbo wrote:
> Hello, 
> 
> I am trying to complie a new kernel for IPsec and having problems with config(8)
> palumbo# /usr/sbin/config SECONDKERNEL
> SECONDKERNEL:0: unknown option "MAXUSERS"
> 
> 
> machine i386
> cpu I586_CPU
> ident SECONDKERNEL
> maxusers 15
> 
> Looking at past mailing list/newgroups others have suggested setting maxusers to 0, 
> and this still does not work. 
> Any suggestions?
> Thanks,
> Ben Palumbo
> 
> 
> uname -a 
> FreeBSD mydonmain.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sun Jan 19 20:02:57 EST 
> 2003 [EMAIL PROTECTED]:/usr/src/sys/compile/FIRSTKERNEL i386
> 
> 
> 
> -
> Do you Yahoo!?
> Exclusive Video Premiere - Britney Spears
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


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


-
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


0: unknown option "MAXUSERS" & config

2003-10-26 Thread Ben Palumbo
Hello, 
 
I am trying to complie a new kernel for IPsec and having problems with config(8)
palumbo# /usr/sbin/config SECONDKERNEL
SECONDKERNEL:0: unknown option "MAXUSERS"
 

machine i386
cpu I586_CPU
ident   SECONDKERNEL
maxusers15
 
Looking at past mailing list/newgroups others have suggested setting maxusers to 0, 
and this still does not work. 
Any suggestions?
Thanks,
Ben Palumbo
 
 
uname -a 
FreeBSD mydonmain.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sun Jan 19 20:02:57 EST 2003 
[EMAIL PROTECTED]:/usr/src/sys/compile/FIRSTKERNEL  i386



-
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"