[parisc-linux] Issues with seteuid()?
Randolph Chung
Randolph Chung <tausq@debian.org>
Wed, 29 Jan 2003 23:54:03 -0800
[oops, forgot to send the last message to the list -- i had asked Joel
for his ulimit settings]
> Nothing that is not std (AFAIK & IIRC):
>
> # ulimit -a
> core file size (blocks, -c) 0
> data seg size (kbytes, -d) unlimited
> file size (blocks, -f) unlimited
> max locked memory (kbytes, -l) unlimited
> max memory size (kbytes, -m) 5000
> open files (-n) 1024
> pipe size (512 bytes, -p) 8
> stack size (kbytes, -s) 8192
> cpu time (seconds, -t) unlimited
> max user processes (-u) 20
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> virtual memory (kbytes, -v) unlimited
That's the reason..... if you do 'ulimit -u unlimited' (or at least a
bigger number) you should be ok.
randolph