Gregory McGarry wrote:
options SYSVMSG # System V-like message options SYSVSEM # System V-like semaphores options SYSVSHM # System V-like memory
Yup, got 'em all three (They are in GENERIC..)
What's the output of ipcs?
[ascent@ascent /home/ascent]$ ipcs Message Queues: T ID KEY MODE OWNER GROUP
Shared Memory: T ID KEY MODE OWNER GROUP m 65536 5432001 --rw------- pgsql pgsql
Semaphores: T ID KEY MODE OWNER GROUP s 65536 5432001 --rw------- pgsql pgsql s 65537 5432002 --rw------- pgsql pgsql s 65538 5432003 --rw------- pgsql pgsql
Wouter