On 10/24/06, Greg Thomas <[EMAIL PROTECTED]> wrote:
On 10/24/06, Greg Thomas <[EMAIL PROTECTED]> wrote:
> 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:
>
Ok, I have my ulimit issue worked out, I had a ulimit -d set in my
.xsession, I've fixed that now:
[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
[EMAIL PROTECTED]:/home/ethant# 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
If I run Firefox from my regular account it crashes while loading
Java. If I do a sudo mozilla-firefox then Java runs fine. What
other resource differences are there between a regular account and
root?
Ok, one more test before I head to sleep. From csh:
corn:ethant {4} unlimit
corn:ethant {5} limit
cputime unlimited
filesize unlimited
datasize 1048576 kbytes
stacksize 32768 kbytes
coredumpsize unlimited
memoryuse 469468 kbytes
memorylocked 469468 kbytes
maxproc 532
openfiles 1024
corn:ethant {6} /usr/local/bin/mozilla-firefox
The above works fine, but if I stay in ksh and set the limits to the
above it still crashes while loading the java plugin:
[EMAIL PROTECTED] ulimit -s 32768
[EMAIL PROTECTED] ulimit -m 469468
[EMAIL PROTECTED] ulimit -l 469468
[EMAIL PROTECTED] ulimit -a
time(cpu-seconds) unlimited
file(blocks) unlimited
coredump(blocks) unlimited
data(kbytes) 1048576
stack(kbytes) 32768
lockedmem(kbytes) 469468
memory(kbytes) 469468
nofiles(descriptors) 1024
processes 532
[EMAIL PROTECTED] mozilla-firefox
Internal error : Could not dup 61 into 10
INTERNAL ERROR on Browser End: Pipe closed during read? State may be corrupt
System error?:: Resource temporarily unavailable
[EMAIL PROTECTED] /usr/local/bin/mozilla-firefox
Internal error : Could not dup 57 into 10
INTERNAL ERROR on Browser End: Pipe closed during read? State may be corrupt
System error?:: Resource temporarily unavailable
At least now I don't have to rely on root.
Greg