Re: initdb:failed

From: Roland Walter <rwa(at)mosaic-ag(dot)com>
To: JUN LEYRITANA <miguel_moira(at)yahoo(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: initdb:failed
Date: 2005-06-20 08:39:47
Message-ID: 42B680D3.8040707@mosaic-ag.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

JUN LEYRITANA schrieb:

> I follow this instructions: Installing PostgreSQL on
> Windows Using Cygwin FAQ
>
> but after issuing the command:
>
> initdb -D /usr/local/pgsql/data -W -E LATIN1
> an error occured.
>
>
>
> Signal 12
> 10
> selecting default shared_buffers... Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> Signal 12
> 50
> creating configuration files... ok
> creating template1 database in
> /usr/local/pgsql/data/base/1... Signal 12
>
> initdb: failed
>
>
> Pls. help thanks!
>
> OS:Windows 98
> Cygwin with cygipc package
>

Which version of Cygwin and PostgreSQL do you use?
This is an indication, that there is no access to
shared memory. Either cygipc is not running, or
the database uses already the cygserver instead of
cypipc and the cygserver is not running and the
environment variable CYGWIN does not contain the
value 'server'. Cygserver is included in the cygwin-
package, that means is installed by default.

If you installed the PostgreSQL package from
Cygwin, you have to use the cygserver, and not cygipc.

If you compiled PostgreSQL yourself and cygipc was installed
cygipc is used by the database. But it is better to deinstall
cygipc before compiling, so cygserver will be used. You
need at least PostgreSQL 7.4.x for that.

--
Roland Walter
MOSAIC SOFTWARE AG
Telefon: 02225/882-411 Fax: 02225/882-201
http://www.mosaic-ag.com
------- L E G A L D I S C L A I M E R ---------

Die Informationen in dieser Nachricht sind vertraulich
und ausschliesslich fuer den Adressaten bestimmt.
Kenntnisnahme durch Dritte ist unzulaessig. Die
Erstellung von Kopien oder das Weiterleiten an weitere,
nicht originaere und benannte Adressaten ist nicht
vorgesehen und kann ungesetzlich sein. Die Meinungen
in dieser Nachricht stellen lediglich die Meinungen
des Senders dar. Falls Sie vermuten, dass diese
Nachricht veraendert wurde, setzen Sie sich mit dem
Absender in Verbindung. Der Absender uebernimmt ohne
weitere Ueberpruefung keine Verantwortung fuer die
Richtigkeit und Vollstaendigkeit des Inhalts. Unbefugte
Empfaenger werden gebeten, die Vertraulichkeit der
Nachricht zu wahren und den Absender sofort ueber
einen Uebertragungsfehler zu informieren.
------------------------------------------------------

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Scott Goldstein 2005-06-24 04:27:46 Postgres 8.0 vs. Postgres 7.4/Cygwin
Previous Message Juliano Francisco Angeli 2005-06-19 18:03:56 Re: initdb:failed