Subject: Problems with ulimit under /bin/sh with NetBSD/sparc
To: None <port-sparc@NetBSD.ORG>
From: Brian Buhrow <buhrow@cats.ucsc.edu>
List: port-sparc
Date: 12/31/1997 10:00:49
Hello Sparc users. I've been seeing a problem with the ulimit command
under NetBSD 1.3_BETA with /bin/sh. the typescript below shows what I
mean. Has anyone else seen this problem? It seems to work fine under
NetBSD/i386 1.2G, what about other ports?
On an unreleated note, how do I turn off limits with /bin/sh?
-thanks
-Brian
Script started on Sun Dec 28 08:04:55 1997
% uname -a
NetBSD news 1.3_BETA NetBSD 1.3_BETA (GENERIC_SCSI3) #11: Wed Dec 3 00:47:13 MET 1997 pk@flambard:/usr/src1/sys/arch/sparc/compile/GENERIC_SCSI3 sparc
% limit
cputime unlimited
filesize unlimited
datasize 65536 kbytes
stacksize 512 kbytes
coredumpsize unlimited
memoryuse 248076 kbytes
memorylocked 82694 kbytes
maxproc 80
openfiles 64
% /bin/sh
$ ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 0
stack(kbytes) 0
coredump(blocks) unlimited
memory(kbytes) 0
locked memory(kbytes) 0
process(processes) 0
nofiles(descriptors) 0
$ exit
% exit
% exit
Script done on Sun Dec 28 08:05:39 1997