Re: Problems with initdb

From: Chris Travers <chris(at)travelamericas(dot)com>
To: denise(at)dadm(dot)mar(dot)mil(dot)br
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Problems with initdb
Date: 2003-12-13 14:05:51
Message-ID: 1071324351.2212.824.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Denise,

I ran into this problem for quite a while until I read the README that
came with the PostgreSQL installation (under /usr/share/doc, I think).

I highly recommend referring to this document. There could be a couple
causes of your error, and since cygwin handles the Sysv IPC calls
differently than UNIX, the process, while straight-forward, is not
intuitive if you have never done it.

Best Wishes,
Chris Travers

On Fri, 2003-12-12 at 03:40, denise(at)dadm(dot)mar(dot)mil(dot)br wrote:
> Hi,
>
>
> I tried installed PostgreSql using CygWin in Windows 2000.
> I got the following error when I tried to run initdb.
>
> creating configuration files... ok
> > creating template1 database in /usr/share/postgresql/data/bas
> > d not create shared memory segment: Function not implemented
> > DETAIL: Failed system call was shmget(key=1, size=1081344, 0
> >
> > initdb: failed
> Could you help me to solve this problem?
>
> Thanks in advance,
>
> Denise & Glenda
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2003-12-13 15:51:20 BUG #1006: information schema constraint information.
Previous Message Stephan Szabo 2003-12-13 06:05:54 Re: RI within PLPGSQL