Hello
we have been trying to run postgres on a win2000 machine. got the latest
cygwin stuff today (4/11/2001) and installed it. initdb hangs. i checked
the archives and found the following thread (the following link has the
final leaf of the thread):
http://www.postgresql.org/mhonarc/pgsql-ports/2001-03/msg00124.html
i also have debug information (see end of email).
Does all of this mean that i need to grab a recent development snapshot of
the cygwin1.dll file?
IF SO...(i know this is a question for cygwin, but since we're here) i go to
the snapshot area and click on the ftp link and i get a "page cannot be
displayed" message. what am i doing wrong?
thanks
chris
(debug below)
Running with debug mode on.
Initdb variables:
PGDATA=/usr/bin/data
datadir=/usr/share/postgresql
PGPATH=/usr/bin
TEMPFILE=/tmp/initdb.1096
MULTIBYTE=
MULTIBYTEID=0
POSTGRES_SUPERUSERNAME=administrator
POSTGRES_SUPERUSERID=500
TEMPLATE1_BKI=/usr/share/postgresql/template1.bki
GLOBAL_BKI=/usr/share/postgresql/global.bki
TEMPLATE1_DESCR=/usr/share/postgresql/template1.description
GLOBAL_DESCR=/usr/share/postgresql/global.description
POSTGRESQL_CONF_SAMPLE=/usr/share/postgresql/postgresql.conf.sample
PG_HBA_SAMPLE=/usr/share/postgresql/pg_hba.conf.sample
PG_IDENT_SAMPLE=/usr/share/postgresql/pg_ident.conf.sample
This database system will be initialized with username "administrator".
This user will own all the data files and must also own the server process.
Fixing permissions on existing directory /usr/bin/data
Creating directory /usr/bin/data/base
Creating directory /usr/bin/data/global
Creating directory /usr/bin/data/pg_xlog
Creating template1 database in /usr/bin/data/base/1
Running: /usr/bin/postgres -boot -x1 -C -F -D/usr/bin/data -d template1