Ok, I'm trying to get my user account setup so the Java plugin works
with Friefox, it's currently working fine for root. From Kurt's
suggestion I changed staff's section of login.conf to:
staff:\
:datasize-cur=infinity:\
:datasize-max=infinity:\
:stacksize-cur=8M:\
:openfiles-cur=1024:\
:maxproc-max=infinity:\
:maxproc-cur=1024:\
:ignorenologin:\
:requirehome@:\
:tc=default:
I added staff to my user class:
ethant:passwordhash:1000:10:staff:0:0:Greg Thomas:/home/ethant:/bin/sh
In an xterm under xdm I get:
[EMAIL PROTECTED] ulimit -a
time(cpu-seconds) unlimited
file(blocks) unlimited
coredump(blocks) unlimited
data(kbytes) 262144
stack(kbytes) 8192
lockedmem(kbytes) 156489
memory(kbytes) 467896
nofiles(descriptors) 1024
processes 532
Logging into the console I get:
[EMAIL PROTECTED] ulimit -a
time(cpu-seconds) unlimited
file(blocks) unlimited
coredump(blocks) unlimited
data(kbytes) 1048576
stack(kbytes) 8192
lockedmem(kbytes) 156489
memory(kbytes) 467896
nofiles(descriptors) 1024
processes 532
How do I get the data size bumped up when logged into xdm?
Running ulimit -d gives me sh: ulimit: exceeds allowable limit.
Thanks,
Greg