Re: Installing PostgreSQL 7.3.1 on windows 2000 - Mailing list pgsql-cygwin

From Jason Tishler
Subject Re: Installing PostgreSQL 7.3.1 on windows 2000
Date
Msg-id 20030207194208.GD2056@tishler.net
Whole thread Raw
In response to Installing PostgreSQL 7.3.1 on windows 2000  ("Agrawal, Manish" <MAgrawal@coba.usf.edu>)
List pgsql-cygwin
Manish,

On Thu, Feb 06, 2003 at 06:13:39PM -0500, Agrawal, Manish wrote:
> 1. At the end of the installation I briefly get the message:
> Administrator unknown, invalid user. I also did not get a prompt
> asking for a password.  But I do have a user called Administrator in
> the group Administrators.

The above seems to imply that /etc/passwd and /etc/group were not
created correctly.  Does the PgSQL731wina1.exe installer execute the
following?

    mkpasswd -l >/etc/passwd
    mkgroup -l >/etc/group

> 2. When I type pg_ctl start on the Pgsql command shell, I get the
> message: $FATAL: File /data/PG_VERSION is missing. This is not a valid
> data directory.

The above seems to imply that either PGDATA is not defined correctly or
that initdb was not run.  Does the PgSQL731wina1.exe installer do these
steps too?

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

pgsql-cygwin by date:

Previous
From: "frank_lupo"
Date:
Subject: shut down Postgres problem
Next
From: "Agrawal, Manish"
Date:
Subject: Re: Installing PostgreSQL 7.3.1 on windows 2000