ownership on shared memory segments

Support and queries relating to all previous versions of ZoneMinder
Locked
rknobbe
Posts: 8
Joined: Fri Jul 16, 2004 4:13 pm

ownership on shared memory segments

Post 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?
Locked