Re: Can't get postmaster to start :-( - Mailing list pgsql-novice

From deststar
Subject Re: Can't get postmaster to start :-(
Date
Msg-id 3EEFAF13.6080307@blueyonder.co.uk
Whole thread Raw
In response to Can't get postmaster to start :-(  ("Shmuel A. Kahn" <Shmuel@Kam-motion.com>)
List 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@Kam-motion.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@postgresql.org if you have more trouble.
- Stuart



pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Multibyte support and accented characters
Next
From: "Mel Jamero"
Date:
Subject: Re: Commit within a PL/PGSQL procedure