Re: Problem starting postmaster - Mailing list pgsql-general

From Tom Lane
Subject Re: Problem starting postmaster
Date
Msg-id 7055.986327982@sss.pgh.pa.us
Whole thread Raw
In response to Problem starting postmaster  ("Homayoun Yousefi'zadeh" <homayounyz@home.com>)
List pgsql-general
"Homayoun Yousefi'zadeh" <homayounyz@home.com> writes:
> IpcMemoryIdGet: shmget failed (Identifier removed) key=5432010,
> size=144, permission=0

Hm.  As root, try "ipcs -m" to see if there are already any shared
memory segments laying about with that key value (note that ipcs will
show the key value in hex on Linux...).  If so, try zapping 'em with
ipcrm.  [Or you could just reboot, if that seems easier.]

            regards, tom lane

pgsql-general by date:

Previous
From: Sean Harding
Date:
Subject: Re: dev version changes/release history
Next
From: Soma Interesting
Date:
Subject: Re: dynamic field names in a function.