On Sun, Feb 17, 2013 at 3:00 PM, circuit6engineering <[email protected]> wrote: > Thanks for taking the time to look at this issue. > > dmagus@insomnia:/home/dmagus:6$ getcap -f /etc/login.conf staff > staff:datasize=1024M:maxproc-max=1024:maxproc-cur=512:openfiles-max=4096:openfiles-cur=1024:stacksize-max=16M:stacksize-cur=4M:ignorenologin:requirehome@:path=/usr/bin > /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin > /usr/local/sbin:umask=022:datasize=512M:maxproc=256:openfiles=1024:stacksize=4M:localcipher=blowfish,6:ypcipher=old:auth=passwd,skey:auth-ftp=passwd:
Okay, so the openfiles settings was completely overridden (for class staff) by the openfiles-max and openfiles-cur settings...but the -cur value was 1024 too. So, you _should_ be seeing a value of 1024. Indeed, if I copy your exact 'staff' and 'default' classes into my system's login.conf and then login on another virtual terminal, I get 1024. So, the next questions are things like "do you have ulimit lines in any (whether system or per-user) of your shell startup files?" "How _exactly_ are you logging in: console virtual terminal, xdm, ssh, other?" Philip Guenther

