Re: Strange PG error - Mailing list pgsql-general

From Mini-me
Subject Re: Strange PG error
Date
Msg-id 3AEBE0A5.8606C7E5@postgresql.org
Whole thread Raw
In response to Re: Strange PG error  (Austin Powers <peter_e@gmx.net>)
List pgsql-general
Is this worth mentioning on the techdocs site?

;-)

+ Mini Me

Austin Powers wrote:
>
> Dr. Evil writes:
>
> > > pg_ctl -D /home/data start
> > pg_ctl: It seems another postmaster is running. Try to start
> > postmaster anyway.
> > pg_ctl: Cannot start postmaster. Is another postmaster is running?
> > > IpcSemaphoreCreate: semget failed (No space left on device)
>
> Did you remove the postmaster.pid file in the data directory?
>
> > key=5432015, num=16, permission=600
> > This type of error is usually caused by an improper
> > shared memory or System V IPC semaphore configuration.
> > For more information, see the FAQ and platform-specific
> > FAQ's in the source directory pgsql/doc or on our
> > web site at http://www.postgresql.org.
> > FATAL 1:  InitProcGlobal: IpcSemaphoreCreate failed
>
> Run ipcclean, or a combinationof ipcs and ipcrm to remove the left over
> shared memory and/or semaphore segments.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi

pgsql-general by date:

Previous
From: Austin Powers
Date:
Subject: Re: Strange PG error
Next
From: "Eliel Mamousette"
Date:
Subject: SQL Server -> Postgres migration: Stored Procedure replacement?