Ulimit command only works after su

Joe Hood joe.hood at gmail.com
Mon May 9 17:14:52 UTC 2005


@dba hard nofile 65535
@dba hard nproc 16384
@oaa hard nofile 65535
@oaa hard nproc 16384

is how Oracle recommends (with groups instead of users), I'm sure
Sybase is similar.

Also, you have "Sybase" as a user with a capital first letter.

On 5/9/05, McDougall, Marshall (FSH) <MarMcDouga at gov.mb.ca> wrote:
> RH ES2.1,  2.4.21-15.ELsmp
> 
> I am trying to give our DBA the ability to test his Sybase installation with
> various parm changes, one of which is "ulimit -n".  I have added:
> 
> Sybase       soft    nofile  3072
> Sybase       hard    nofile  4096
> 
> to the /etc/security/limits.conf file and that sort of works.  I say sort of
> because if I log in as Sybase and execute ulimit -n 2048 I get:
> 
> [sybase at fsh1166db02 sybase]$ ulimit -n
> 1024
> [sybase at fsh1166db02 sybase]$ ulimit -n 2048
> -bash: ulimit: open files: cannot modify limit: Operation not permitted
> 
> Then if I "su - sybase" and do it again, it works:
> 
> [sybase at fsh1166db02 sybase]$ su - sybase
> Password:
> [sybase at fsh1166db02 sybase]$ ulimit -n 2048
> [sybase at fsh1166db02 sybase]$ ulimit -n
> 2048
> 
> It's not making a lot of sense to me.  Any enlightenment appreciated.
> 
> Regards, Marshall
> 
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>




More information about the redhat-list mailing list