Stuck in the installation

Lists: pgsql-cygwin
From: Vernon Wu <vernonw(at)gatewaytech(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Stuck in the installation
Date: 2002-06-06 02:55:37
Message-ID: VSFEJIC01WMHRPUOCB1MZYJGKEA0C7.3cfecf29@kimiko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin


I have installed the postgreSQL on top of cygwin on tow boxes. It is fine on one box, but not on the other. The process
was stayed at the stage for a very long period with almost 100% CPU time. I couldn't find out any error and nothing was
written into the /base/1 directory.

What may go wrong here?

$ initdb -D /usr/share/postgresql/data
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

Fixing permissions on existing directory /usr/share/postgresql/data... ok
creating directory /usr/share/postgresql/data/base... ok
creating directory /usr/share/postgresql/data/global... ok
creating directory /usr/share/postgresql/data/pg_xlog... ok
creating directory /usr/share/postgresql/data/pg_clog... ok
creating template1 database in /usr/share/postgresql/data/base/1...


From: Jason Tishler <jason(at)tishler(dot)net>
To: Vernon Wu <vernonw(at)gatewaytech(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Stuck in the installation
Date: 2002-06-07 01:09:16
Message-ID: 20020607010916.GA1348@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-cygwin

Vernon,

On Thu, Jun 06, 2002 at 10:55:37AM +0800, Vernon Wu wrote:
> I have installed the postgreSQL on top of cygwin on tow boxes. It
> is fine on one box, but not on the other. The process was stayed at
> the stage for a very long period with almost 100% CPU time. I couldn't
> find out any error and nothing was written into the /base/1 directory.
>
> What may go wrong here?

Did you forget to start ipc-daemon?

Jason