Re: IpcMemoryCreate Failed

From: mike g <mike(at)thegodshalls(dot)com>
To: bjfree(at)free-man(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: IpcMemoryCreate Failed
Date: 2004-06-21 04:35:50
Message-ID: 1087792550.2187.20.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

don't use ipc-daemon2. It has been replaced by cygserver. Make sure
that the cygserver package was installed.

For the home edition of XP please see the readme included in the files
installed. It should be under /usr/share/doc/Cygwin if I remember
correctly. I have always installed postgresql as a service but don't
believe that is an option on the home edition of XP.

Mike

On Sun, 2004-06-20 at 11:57, bjfree(at)free-man(dot)net wrote:
> New to all of this.
>
> running the most recent Cygwin download from redhat.
>
> in the bash shell I do the commands
> ipc-daemon2 &
> initdb -D /usr/local/pgsql/data -W -d
>
> every thing goes well till:
>
> creating template1 database in /usr/local/pgsql/data/base/1... DEBUG:
> invoking
> IpcMemoryCreate(size=1081344)
> Signal 12
> initdb: failed
>
> I see the files created in Data.
> base/1 is blank.
>
> running on Window Xp Home
>
> initdb: failed
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message CaT 2004-06-21 04:39:39 Re: Is this a "Stupid Question" ?
Previous Message mike g 2004-06-21 04:25:08 Re: doubt in trigger