Re: Shared memory failure?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cometfly(at)cometfly(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Shared memory failure?
Date: 2001-04-13 18:47:15
Message-ID: 5235.987187635@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Justin S." <cometfly(at)cometfly(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marek Pętlicki 2001-04-13 18:49:28 Re: updates way slower than selects?
Previous Message Chris Jones 2001-04-13 18:27:29 Re: Load Text File into DB