Re: Shared memory failure? - Mailing list pgsql-general

From Tom Lane
Subject Re: Shared memory failure?
Date
Msg-id 5235.987187635@sss.pgh.pa.us
Whole thread Raw
In response to Shared memory failure?  ("Justin S." <cometfly@cometfly.com>)
List pgsql-general
"Justin S." <cometfly@cometfly.com> writes:
> IpcMemoryCreate: shmget failed (Permission denied) key=5432010, size=144,
> permission=700

Apparently you have an existing shm segment belonging to a different
userid.  Did you previously start the postmaster under a different user?
If so you'll need to get rid of the old segment (using ipcrm under the
old userid).

7.1 handles this stuff a little more gracefully, btw ...

            regards, tom lane

pgsql-general by date:

Previous
From: "Justin S."
Date:
Subject: RE: Shared memory failure?
Next
From: newsreader@mediaone.net
Date:
Subject: consider increasing WAL_FILES