Thread: Help-me (step for step) please....IpcSemaphoreCreate
Hello,
I am trying to install PostgreSQL on Windows using Cygwin and am having some troubles I am hoping someone at Cygwin can help me with.
I downloaded the Base portion of the install of Cygwin, along with PostgresSQL, nothing more. I then, ran Cygwin and from the bash shell executed the command 'initdb'. I received the following error....
$ initdb -D /data
The files belonging to this database system will be owned by user "oracle".
This user must also own the server process.
creating directory /data... ok
creating directory /data/base... ok
creating directory /data/global... ok
creating directory /data/pg_xlog... ok
creating directory /data/pg_clog... ok
creating template1 database in /data/base/1... IpcSemaphoreCreate: semget(key=1,
num=17, 03600) failed: Function not implemented
initdb failed.
Removing /data.
I am thinking perhaps I need to install other Cygwin components, but not sure what, or if that's even the issue at all.
I am trying to install PostgreSQL on Windows using Cygwin and am having some troubles I am hoping someone at Cygwin can help me with.
I downloaded the Base portion of the install of Cygwin, along with PostgresSQL, nothing more. I then, ran Cygwin and from the bash shell executed the command 'initdb'. I received the following error....
$ initdb -D /data
The files belonging to this database system will be owned by user "oracle".
This user must also own the server process.
creating directory /data... ok
creating directory /data/base... ok
creating directory /data/global... ok
creating directory /data/pg_xlog... ok
creating directory /data/pg_clog... ok
creating template1 database in /data/base/1... IpcSemaphoreCreate: semget(key=1,
num=17, 03600) failed: Function not implemented
initdb failed.
Removing /data.
I am thinking perhaps I need to install other Cygwin components, but not sure what, or if that's even the issue at all.
On Tue, Feb 25, 2003 at 12:08:44AM -0300, RamatiS wrote: > creating template1 database in /data/base/1... IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed: Function not implemented > > I am thinking perhaps I need to install other Cygwin components, but > not sure what, or if that's even the issue at all. Install cygipc and start ipc-daemon: http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/ Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6