On Oct 27, 2008, at 5:19 PM, fereshteh jadidi wrote:
<snip>
This is /etc/project file:
system:0::::
user.root:1::::
noproject:2::::
default:3::::
group.staff:10::::
oracle:100::::project.max-sem-ids=(priv,100,deny);project.max-sem- nsems=(priv,256,deny);project.max-shm-ids=(priv, 100,deny);project.max-shm-memory=(priv,4294967296,deny)

and project of oracle user is oracle.
What should i do?

Thanks

hi fereshteh,

you may try to see if the project settings are correctly set with prctl. as user oracle type:
$ prctl -i project user.oracle

you may also print the project membership of a user:
$ projects
default user.oracle

how did you added the project ? it should be similar to:
$ projadd -U oracle -K "project.max-shm-memory=(priv,4294967295,deny)" user.oracle

note the user.oracle entry at the end. you file starts with only oracle (as the project name), it should be:

user.oracle:100::oracle::project.max-sem-ids=(priv, 100,deny);project.max-sem-nsems=(priv,256,deny);project.max-shm- ids=(priv,100,deny);project.max-shm-memory=(priv,4294967295,deny)


hope this helps. greetings,

Stoyan

_______________________________________________
Solaris-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to