Operating System - HP-UX
1834091 Members
1936 Online
110063 Solutions
New Discussion

Re: posix shared memory on HP 11

 
Jim Butler_4
Advisor

posix shared memory on HP 11

We have developed a program that uses posix shared memory under HP 11. When
running as root, the program works fine, but when we run as a regular user,
when the program tries to create a posix shared memory area, we get an error
using the shm_open() command.
The error is error no:eaccess.
Any Ideas?
2 REPLIES 2
Rick Taylor_5
Advisor

Re: posix shared memory on HP 11

Just a shot in the dark but...... have you checked into setprivgrp?
Jim Butler_4
Advisor

Re: posix shared memory on HP 11

Thanks! I'll check that out.