Re: [ADMIN] initdb on postgresql 7.1.2 running under cygwin on win 2000

From: Barry Lind <barry(at)xythos(dot)com>
To: Steve SAUTETNER <ssa(at)informactis(dot)com>
Cc: Pgsql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [ADMIN] initdb on postgresql 7.1.2 running under cygwin on win 2000
Date: 2001-08-15 01:23:02
Message-ID: 3B79CEF6.8020203@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My guess is that you don't have the ipc-daemon running before you run
initdb.

--Barry

Steve SAUTETNER wrote:
> Hello !
>
> I've got a little problem with launching initdb on postgresql 7.1.2 under
> cygwin :
>
> when i launch it, it says :
>
> $ initdb -d -n -D $PG_DATA
> Running with debug mode on.
> Running with noclean mode on. Mistakes will not be cleaned up.
>
> Initdb variables:
> PGDATA=/data/pgsql
> datadir=/usr/share/postgresql
> PGPATH=/usr/bin
> TEMPFILE=/tmp/initdb.412
> MULTIBYTE=SQL_ASCII
> MULTIBYTEID=0
> POSTGRES_SUPERUSERNAME=ssautetn
> POSTGRES_SUPERUSERID=1003
> 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 "ssautetn".
> This user will own all the data files and must also own the server process.
>
> Creating directory /data/pgsql
> Creating directory /data/pgsql/base
> Creating directory /data/pgsql/global
> Creating directory /data/pgsql/pg_xlog
> Creating template1 database in /data/pgsql/base/1
> Running: /usr/bin/postgres -boot -x1 -C -F -D/data/pgsql -d template1
>
> and then the postgres process freezes and take 100 % of cpu, never creating
> the template1 files, so i must kill it.
>
> As anyone an idea on what's happening ?
> thank's.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2001-08-15 01:30:34 Re: Null Conversion
Previous Message Jason Turner 2001-08-15 01:20:03 Re: Null Conversion