Subject: Re: kernel params
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: rj45 <rj45@lart.xmission.com>
List: port-vax
Date: 07/25/2000 06:00:31
ok thank you very much.
I Tryed t orecompile it but I haev a n error on linking

ld -N -Ttext 80000000 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
cd9660_lookup.o: Undefined symbol `_strncasecmp' referenced from text
segment
*** Error code 1

how can I fix this ??
thanks

rj45


On Tue, 25 Jul 2000, Ignatios Souvatzis wrote:

> On Tue, Jul 25, 2000 at 05:55:48AM -0600, rj45 wrote:
> > 
> > proc.curproc.rlimit.datasize.soft = 25165824
> > proc.curproc.rlimit.datasize.hard = 25165824
> > 
> > sysctl -w proc.curproc.rlimit.datasize.soft=64000000
> > 
> > proc.curproc.rlimit.datasize.soft: 25165824 -> 64000000
> 
> Of course, in proc.curproc, you can only set the values for curproc.
> When executing sysctl, this is the process executing sysctl.
> 
> I'm afraid you need to edit /sys/arch/vax/include/param.h to change it,
> then recompile the kernel.
> 
> 	-is
>