Re: Problems with initdb on Cygwin

From: "Javier Vilarroig" <Javier(dot)Vilarroig(at)marconi(dot)com>
To: "Justin Clift <justin" <justin(at)postgresql(dot)org>
Cc: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problems with initdb on Cygwin
Date: 2002-01-24 16:22:44
Message-ID: OFDC058A7B.107F953E-ONC1256B4B.00597B4B@uk.marconicomms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


OK, sorry for the incovenience.

The base OS is Windows NT4.0 + SP6a.
Cygwin is 2.125.2.10
Postgres is 7.1.3-1

Thanks in advance

Justin Clift <justin(at)postgresql(dot)org> on 24/01/2002 15.31.59

To: Javier Vilarroig <Javier(dot)Vilarroig(at)marconi(dot)com>
cc: pgsql-general(at)postgresql(dot)org

Subject: Re: [GENERAL] Problems with initdb on Cygwin

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 immediately by reply e-mail and then
delete this message from your system. Do not copy this e-mail or any
attachments, use the 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

------------
This e-mail and any attachments are confidential. If you are not the intended recipient, please notify us immediately by reply e-mail and then delete this message from your system. Do not copy this e-mail or any attachments, use the contents for any purpose, or disclose the contents to any other person: to do so could be a breach of confidence.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hiroshi Inoue 2002-01-24 16:33:46 Re: persistent portals/cursors (between transactions)
Previous Message Tom Lane 2002-01-24 16:20:49 Re: Can I use PG_FUNCTION_INFO_V1 in C++