Re: Can't get postmaster to start :-(

From: deststar <deststar(at)blueyonder(dot)co(dot)uk>
To: "Shmuel A(dot) Kahn" <Shmuel(at)Kam-motion(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Can't get postmaster to start :-(
Date: 2003-06-18 00:15:15
Message-ID: 3EEFAF13.6080307@blueyonder.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Shmuel A. Kahn wrote:

> Running:
>
> Win-2K
> cygwin - 1.3.22-1
> postgresql - 7.3.3-1
> cygipc - 1.14-1
>
> Install process worked fine. No problem running cyg-ipc (as an
> automatic service). But any attempt to:
>
> postmaster -i -D /usr/share/postgresql/data &
>
> fails with the following message:
>
> IpcSemaphoreInitialize: semctl(id=2, 0, SETVAL, 0) failed: Invalid
> argument
> LOG: startup process (pid 2472) exited with exit code 1
> LOG: aborting startup due to startup process failure
>
> What have I forgotten to do :-( ??
>
> Shmuel
> Reinstalling after a break of a year.--
> You're just jealous because the voices only talk to me.
> Shmuel A. Kahn
> Shmuel(at)Kam-motion(dot)com
>
It looks very much as if the ipc-daemon isn't running. Try:
ipc-daemon &
then try starting the postmaster.
The is a postgresql readme in /usr/doc/Cygwin
Also a mailing list:
pgsql-cygwin(at)postgresql(dot)org if you have more trouble.
- Stuart

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Mel Jamero 2003-06-18 03:05:52 Re: Commit within a PL/PGSQL procedure
Previous Message Tom Lane 2003-06-17 23:54:55 Re: Multibyte support and accented characters