Initdb fails... Again!

From: "Markko Paas" <Markko(at)softronic(dot)ee>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Initdb fails... Again!
Date: 2003-01-16 20:16:23
Message-ID: 9B4BF336AE2ABA48AAEE652DE10F8D6A0334E4@tartu2.softronic.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hello!

I have successfully installed PostgreSQL with Cygwin as a service on
Windows XP prof. and Windows2000 prof.

Now I try to repeat the procedure more on another Windows2000server.

After installing ipc-daemon (1.13-2) as a service and starting it,
initdb still fails!
I also tried to run ipc-daemon in normal mode (ipc-daemon &), but still,
it seems that initdb cannot connect to it or something....
What may be wrong?

postgres(at)PULL ~
$ initdb -D /usr/share/postgresql/data
The files belonging to this database system will be owned by user
"postgres".
This user must also own the server process.

The database cluster will be initialized with locale C.

creating directory /usr/share/postgresql/data... ok
creating directory /usr/share/postgresql/data/base... ok
creating directory /usr/share/postgresql/data/global... ok
creating directory /usr/share/postgresql/data/pg_xlog... ok
creating directory /usr/share/postgresql/data/pg_clog... ok
creating template1 database in /usr/share/postgresql/data/base/1...
IpcSemaphore
Create: semget(key=1, num=17, 03600) failed: Function not implemented

initdb failed.
Removing /usr/share/postgresql/data.

postgres(at)PULL ~

Regards,
Markko Paas
markko(at)softronic(dot)ee

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-01-16 20:53:18 Re: My make was successful after all...
Previous Message Andrew Klimov 2003-01-16 19:14:09 My make was successful after all...