Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Server refused to start a shell/command as <username>user

User_I9DXLJul 31 2015 — edited Jul 31 2015

There is no issue when i tried to login via other user to my server . For a particular user it returns with the error

"Server refused to start a shell/command as <username> user"


My work arounds as root:

====================

cat /etc/security/limits.conf

oracle soft nofile 1024

oracle hard nofile 65536

oracle soft nproc 16384

oracle hard nproc 16384

oracle soft stack 10240

oracle hard stack 32768

ps -U rmsbatch | wc -l

622

lsof | grep rmsbatch | wc -l

59092

ulimit -p -n -i -u

pipe size                       (512 bytes, -p) 8

open files                      (-n) 1024

pending signals              (-i) 257236

max user processes       (-u) 257236

Could you please help me to find the solution for this?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2015
Added on Jul 31 2015
1 comment
2,624 views