Re: Installing PostgreSQL 7.3.1 on windows 2000

From: Jason Tishler <jason(at)tishler(dot)net>
To: "Agrawal, Manish" <MAgrawal(at)coba(dot)usf(dot)edu>
Cc: Pgsql-Cygwin <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Installing PostgreSQL 7.3.1 on windows 2000
Date: 2003-02-07 19:42:09
Message-ID: 20030207194208.GD2056@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Agrawal, Manish 2003-02-07 20:03:44 Re: Installing PostgreSQL 7.3.1 on windows 2000
Previous Message Igor Georgiev 2003-02-07 11:36:49 Re: shutdown postgres problem