error

From: K Sambaiah <sambaiah(at)smi(dot)ernet(dot)in>
To: bugs(at)postgreSQL(dot)org
Subject: error
Date: 1999-05-19 07:29:56
Message-ID: 199905190729.MAA01530@loris.smi.ernet.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dear Sir,
When i say initdb it is giving following problem.

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=515).
This user will own all the files and must also own the server process.

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

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

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.440
initdb: could not log template database
initdb: cleaning up.

Could you please tell me what is the problem. I am loading on Red hat Linux.
Thanks

Sambaih Kilaru.

Browse pgsql-bugs by date

  From Date Subject
Next Message Georgi Georgiev 1999-05-20 09:12:08 Debian Linux install note
Previous Message Bruce Momjian 1999-05-17 16:11:20 Re: [BUGS] General Bug Report: adding column to table w/ index causes column not to be seen