[Sqlrelay-discussion] Couldn't attach to shared memory segment: Permission denied
Brought to you by:
mused
|
From: John K. <kl...@gm...> - 2008-02-05 18:29:36
|
Trying to run SQL Relay in an environment where a particular group (in the Unix group sense) have the ability to administer and check on SQL Relay. I'm running into a problem, though. I've got runasgroup set to the group of interest (call it "xyz"), in the config file. I'm also doing a "newgrp xyz" prior to launching SQL Relay... I discovered that setting "runasgroup" doesn't work unless you're logged into that group... Anyway, when other folks in the group try to run sqlr-status, they get: Couldn't attach to shared memory segment: Permission denied I've tried chmoding the directories and files down to var/sqlrelay/tmp so that they're group readable and writable. I even tried world readable/writable at one point, just to see. What am I missing? Thanks, JK |