Problem with initdb

From: "S(dot) van der Tol" <svdt(at)elektron(dot)its(dot)tudelft(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: Problem with initdb
Date: 1999-10-28 18:01:13
Message-ID: Pine.HPP.3.95.991028195252.5416A-100000@elektron.its.tudelft.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I've installed postgresql 6.5.1
Everthing went fine, till I tried to run initdb
It says that it can't parse template1
Can anyone help me with this problem?

Thanks,

Bas van der Tol

Delft, The Netherlands

===================================
SCREEN DUMP
===================================
Red Hat Linux release 5.2 (Apollo)
Kernel 2.2.3 on an i686

[svdt(at)atlas pgsql]$ initdb&
[2] 31598
[svdt(at)atlas pgsql]$ initdb: using
/home/svdt/pgsql/lib/local1_template1.bki.source as input to create the template database.
initdb: using /home/svdt/pgsql/lib/global1.bki.source as input to createthe global classes.
initdb: using /home/svdt/pgsql/lib/pg_hba.conf.sample as the host-based
authentication control file.

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

Creating Postgres database system directory /home/svdt/pgsql/data

Creating Postgres database system directory /home/svdt/pgsql/data/base

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

Adding template1 database to pg_database...
Running: postgres -boot -C -F -D/home/svdt/pgsql/data -Q template1 <
/tmp/create.31598
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.

[2]+ Exit 1 initdb
[svdt(at)atlas pgsql]$

Browse pgsql-general by date

  From Date Subject
Next Message S. van der Tol 1999-10-28 18:13:47 Problem with initdb
Previous Message Ian Phillips 1999-10-28 15:31:26 Re: [GENERAL] Removing languages