Page 1 of 1

ownership on shared memory segments

Posted: Tue Aug 10, 2004 8:40 pm
by rknobbe
For some reason I'm getting ownership problems on my shared memory segments. (This is on FreeBSD 4.10) Some segments are coming up as
MODE OWNER GROUP
--rwa------ www www

while others are coming up as
---rwa------ root www

of course, the segments owned by root are not accessible by the zm processes which run as www/www.

Might anyone have an idea of which of the zm processes create the shared memory segment as root, not as ZM_WEB_USER/ZM_WEB_GROUP?