Re: How to solve error IpcSemaphoreCreate in Cygwin

From: Justin Clift <justin(at)postgresql(dot)org>
To: Cornelia Boenigk <c(at)cornelia-boenigk(dot)de>
Cc: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: How to solve error IpcSemaphoreCreate in Cygwin
Date: 2003-01-30 15:55:21
Message-ID: 3E394AE9.2020407@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Cornelia Boenigk wrote:
> Hello All
>
> When trying to start postmaster (7.3.1) the following error occurs:
>
> IpcSemaphoreCreate: semget(key=5432083, num=17, 03600) failed: No space
> left on device
>
> This error does *not* mean that you have run out of disk space.
>
> It occurs when either the system limit for the maximum number of semaphore
> sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS),
> would be exeeded. You need to raise the respective kernel parameter.
> ...
>
> How can I change the kernel parameters in Cygwin? Or is there any other
> solution to this problem?

Hi Connie,

You need to take a look at the file called postgresql-7.3.1.README in:

\usr\doc\Cygwin\

It explains what causes this problem, and how to download cygipc to get
around it. With the present version of PostgreSQL 7.3.1 in the cygwin
distribution, using cygipc 1.13-2 does work, but version 1.11-x doesn't.

Hope that helps.

:-)

Regards and best wishes,

Justin Clift

> Tanks in advance
> Conni
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
"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

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Cornelia Boenigk 2003-01-31 12:16:12 Re: How to solve error IpcSemaphoreCreate in Cygwin
Previous Message Cornelia Boenigk 2003-01-30 15:42:39 How to solve error IpcSemaphoreCreate in Cygwin