Re: Shared memory problem - Mailing list pgsql-novice

From Tom Lane
Subject Re: Shared memory problem
Date
Msg-id 7911.980287544@sss.pgh.pa.us
Whole thread Raw
In response to Shared memory problem  (Leandro Fanzone <leandro@hasar.com>)
List pgsql-novice
Leandro Fanzone <leandro@hasar.com> writes:
> 010123.15:16:54.659  [3943] IpcMemoryCreate: shmget failed (Identifier
> removed) key=5432010, size=144, permission=700

I think an "identifier removed" error means that the old postmaster
has shut down (and issued the ipcrm call against the old shared memory
segment) but the segment still exists because there's at least one
process still attached to it.  Check for not-yet-dead postmaster or
backend processes, and kill 'em.

            regards, tom lane

pgsql-novice by date:

Previous
From: Leandro Fanzone
Date:
Subject: Shared memory problem
Next
From: Praveen Shetty
Date:
Subject: Problem...