Initializing PostgreSQL falied

From: "Cheah Ai Meng" <aimeng(dot)cheah(at)nus(dot)edu(dot)sg>
To: "Pgsql-Cygwin" <pgsql-cygwin(at)postgresql(dot)org>
Subject: Initializing PostgreSQL falied
Date: 2003-01-29 10:01:06
Message-ID: 858F42BD6D0A8245863391B6894FC8ECABEB69@MBXSRV23.stu.nus.edu.sg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hi!

I have a problem here. I am currently using Cygwin version 2.249.2.5
now. When I tried to initialized the database with

initdb -D /usr/local/pgsql/data,

initialization failed. This is what I see at the Cygwin shell:


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

The database cluster will be initialized with locale C.

creating directory /usr/local/pgsql/data... ok
creating directory /usr/local/pgsql/data/base... ok
creating directory /usr/local/pgsql/data/global... ok
creating directory /usr/local/pgsql/data/pg_xlog... ok
creating directory /usr/local/pgsql/data/pg_clog... ok
creating template1 database in /usr/local/pgsql/data/base/1...
IpcSemaphoreCreat
e: semget(key=1, num=17, 03600) failed: Function not implemented

initdb failed.
Removing /usr/local/pgsql/data.

eng91066(at)ENG91066 ~


Please advice me on this. Thank you.

Regards,
Aiming


Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-01-29 15:53:09 Re: Plperl, createlang fails
Previous Message Oliver Vecernik 2003-01-29 05:57:42 Re: Problems adding C Extentions