Re: Problem starting postmaster
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Homayoun Yousefi'zadeh" <homayounyz@home.com>
Cc: "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Date: 2001-04-03T19:59:42Z
Lists: 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