initdb error

From: "William Goldsmith" <wildbill(at)kpig(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: initdb error
Date: 2000-01-11 04:19:31
Message-ID: 023301bf5beb$12bbc140$e50e8ed1@wb229.sunset.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi:

I'm installing Postgres 6.5.3 & got the following error, which I saw
mentioned many times in mailing list postings (which I had to access through
a google search, since the archives search function on the postgres site is
broken...) - no solution was ever posted, however.

[postgres(at)pork62 pgsql]$ initdb
initdb: using /usr/local/pgsql/lib/local1_template1.bki.source as input to
create the template database.
initdb: using /usr/local/pgsql/lib/global1.bki.source as input to create the
global classes.
initdb: using /usr/local/pgsql/lib/pg_hba.conf.sample as the host-based
authentication control file.

We are initializing the database system with username postgres (uid=100).
This user will own all the files and must also own the server process.

Creating Postgres database system directory /usr/local/pgsql/data/base

initdb: creating template database in /usr/local/pgsql/data/base/template1
Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1
syntax error 2334 : parse error
Creating global classes in /base
Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1

Adding template1 database to pg_database...
Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1 <
/tmp/create.20010
ERROR: pg_atoi: error in "template1": can't parse "template1"
ERROR: pg_atoi: error in "template1": can't parse "template1"
initdb: could not log template database
initdb: cleaning up.

What's up?
thanks
bg

Browse pgsql-general by date

  From Date Subject
Next Message Alexei Zakharov 2000-01-11 05:23:46 Re: [GENERAL] Intro/Win9X
Previous Message Huynh, Long 2000-01-10 20:16:09 RE: [GENERAL] Intro/Win9X