Re: Problems with initdb on Cygwin - Mailing list pgsql-general

From Justin Clift
Subject Re: Problems with initdb on Cygwin
Date
Msg-id 3C5028EF.DEE305D6@postgresql.org
Whole thread Raw
In response to Problems with initdb on Cygwin  ("Javier Vilarroig" <Javier.Vilarroig@marconi.com>)
List pgsql-general
Hi Javier,

Just because you don't mention it :

- Which OS version of Windows, and which service pack applied?
- Which version of cygwin, and therefore which version of PostgreSQL?

:-)

Regards and best wishes,

Justin Clift


Javier Vilarroig wrote:
>
> Hi all.
>
>      I'm not sure if this is the good place to talk about Postgresql on
> Cygwin, but...
>
>      I'm triying to run Prostgresql on Cygwin, only for development
> purposes. I installed Postgresql on my brand new Cygwin installation.
>
>      When I try to run initdb it gets hanged, after 4 hours it didn't
> ended.
>
>      Here is the initdb output:
> ----------------------------------------------
>  $ initdb -D /usr/local/pg_data
> This database system will be initialized with username "vilarroig".
> This user will own all the data files and must also own the server proce
>
> Fixing permissions on existing directory /usr/local/pg_data
> Creating directory /usr/local/pg_data/base
> Creating directory /usr/local/pg_data/global
> Creating directory /usr/local/pg_data/pg_xlog
> Creating template1 database in /usr/local/pg_data/base/1
> Signal 11
> Caught signal.
>
> initdb failed.
> Removing temp file /tmp/initdb.266.
> ------------------------------------------
>
> The signal was sent by me using kill.
>
> Looking at the program manager I can see postgres.exe takin al the CPU
> time.
>
> Please can you help me?
>
> Thanks in advance.
>
> ------------
> This e-mail and any attachments are confidential.  If you are not the intended recipient, please notify us
immediatelyby reply e-mail and then delete this message from your system. Do not copy this e-mail or any attachments,
usethe contents for any purpose, or disclose the contents to any other person: to do so could be a breach of
confidence.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
   - Indira Gandhi

pgsql-general by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Not Finding password for Postgres user on Linux
Next
From: Nic Ferrier
Date:
Subject: Can I use PG_FUNCTION_INFO_V1 in C++