Re: Installing Postrgesql 7.1.2-3

From: Jason Tishler <jason(at)tishler(dot)net>
To: "Tamara D(dot) Blum" <tblum(at)saij(dot)saij(dot)jus(dot)gov(dot)ar>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Installing Postrgesql 7.1.2-3
Date: 2001-08-23 14:02:17
Message-ID: 20010823100216.C1544@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Tamara,

On Thu, Aug 23, 2001 at 10:00:41AM -0300, Tamara D. Blum wrote:
> Jason, i didn't use the pre-built because my documentation says how to biuld
> it complete, so i was trying to do that. I didn't know that postgresql was
> included in CygWin. Now i'm trying with the one is included in cygwin, but
> it daesn't download me the version 7.1.3, so i'm trying with 7.1.2-3.

I just built and uploaded 7.1.3 yesterday -- it should propagate to the
Cygwin mirrors shortly.

> I'm executing "initdb -D /usr/local/pgsql/data"
> it hangs when is "Creating template1 database in
> /usr/local/pgsql/data/base/1" and if i stop the process it hangs again in
> the next step.
> What's the problem ???????

Did you read the README file?

/usr/doc/Cygwin/postgresql-7.1.2.README

If so, then you would have noted the following:

1. Install the latest cygipc from:

http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/cygipc/index.html

2. Install the cygipc ipc-daemon as a service, if appropriate for your platform
(NT/2000 only):

$ ipc-daemon --install-as-service

3. Start the cygipc ipc-daemon, as appropriate for your platform:

$ net start ipc-daemon # NT/2000 or
$ ipc-daemon & # 9X/Me

If ipc-daemon is not running, then PostgreSQL (i.e, initdb and postmaster)
will hang.

Jason

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2001-08-23 17:32:28 Updated: postgresql-7.1.3-1
Previous Message Henshall, Stuart - WCP 2001-08-23 13:37:34 RE: Installing Postrgesql 7.1.2-3