Problem with initdb on new machine - NON-HTML post (sorry)

From: "Mark Minnie" <postgresql(at)minniebyte(dot)com>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Problem with initdb on new machine - NON-HTML post (sorry)
Date: 2002-11-29 21:02:41
Message-ID: 007c01c297ea$ab052de0$6400a8c0@minnie2533
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

installed cygipc version 1.11-1 and start the ipc-daemon, but I still get
the message:

IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed: Function not
implemented

I verified the ipc-daemon was running with ps.

mminnie(at)MINNIE2533 ~
$ ps
PID PPID PGID WINPID TTY UID STIME COMMAND
3220 1 3220 3220 con 1000 12:44:42 /usr/bin/bash
1968 3220 1968 1404 con 1000 12:44:54
/usr/local/bin/ipc-daemo
n
1160 3220 1160 2328 con 1000 12:44:55 /usr/bin/ps

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

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

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

What am I doing wrong?

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2002-11-30 03:09:09 Re: Problem with initdb on new machine - NON-HTML post (sorry)
Previous Message Mark Minnie 2002-11-29 20:54:17 Problem starting postmaster on new machine