Re: initdb/ipc-daemon error

From: Reshat Sabiq <sabiq(at)purdue(dot)edu>
To: Kevin Schroeder <kschroeder(at)mirageworks(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: initdb/ipc-daemon error
Date: 2003-09-16 02:42:51
Message-ID: 3F6678AB.1030208@purdue.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Kevin Schroeder wrote:

> Hello,
> I'm trying to get PostgreSQL running as a service on Windows and
> I'm having some issues getting the PostgreSQL system initialized.
> I've got the IPC daemon running, ipctest seems to work (it's not
> reporting any errors) and I'm running it from the PostgreSQL user...
> in my case SRV_PostgreSQL.
>
> When I try to run initdb -D /usr/local/pgsql/data I get an error
> stating "IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed:
> Function not implemented". In checking the mailing lists the most
> common problem was the files in the /tmp directory or an outdated
> ipc-daemon program. /tmp has been cleared (and the ipc-daemon program
> restarted from the Service Control window) and I'm using cygipc v
> 2.01.2 which I just updated today.
>
> Does anyone know what might be causing this?
>
> Thanks
> Kevin Schroeder

I had this problem too, but ended up just using the command line and
starting up manually. If you find a solution, i would be interested in it.
Thanks.

--
Sincerely,
Reshat.

-------------------------------------------------------------------------------------------
If you see my certificate with this message, you should be able to send me encrypted e-mail.
Please consult your e-mail client for details if you would like to do that.

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message SreenivasaReddy 2003-09-16 10:07:16 Getting problem when I am using pg_dump
Previous Message Kevin Schroeder 2003-09-15 22:35:26 initdb/ipc-daemon error