Re: initdb doesn not create template1 database

From: "mike" <matrix(at)quadrent(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Postgres Users" <pgsql-general(at)postgresql(dot)org>
Subject: Re: initdb doesn not create template1 database
Date: 2001-01-19 07:17:16
Message-ID: 000a01c081e7$ec97be50$cda35bd1@neutrino
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> That's an interesting definition of "doing its job" :-(.
>
> How about you show us the exact output you're getting, not an
> interpretation?
>
> regards, tom lane

My apollagies
this is everything that initdb returns.

creating directory /usr/local/pgsql/data
creating directory /usr/local/pgsql/data/base
creating directory /usr/local/pgsql/data/global
creating directory /usr/local/pgsql/data/pg_xlog
creating template1 database /usr/local/pgsql/data/base/1
DEBUG: starting up
DEBUG: database system was shutdown at 2001-01-18 22:05:16
DEBUG: Checkpoint record at (0, 8)
DEBUG: Redo record (0, 8); Undo record at (0, 8); Shutdown TRUE
DEBUG: NextTransactionId: 514; NextOID: 16394
DEBUG: database is in production state
ERROR: Error: unknowen type 'ame'.

Creating global relations in /usr/local/pgsql/data/global
DEBUG: starting up
DEBUG: database system was intrupted at 2001-01-18 22:05:16
DEBUG: Checkpoint record at (0, 8)
DEBUG: Redo record (0, 8); Undo record at (0, 8); Shutdown TRUE
DEBUG: NextTransactionId: 514; NextOID: 16394
DEBUG: database system was not properly shut down; automatic recovery in
progress...
FATAL 2: cannot open pg_log: no such file or directory

initdb failed.
Removing /usr/local/pgsql/data.
Removing temp file /tmp/initdb.1011.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tony Grant 2001-01-19 08:24:03 Re: initdb doesn not create template1 database
Previous Message Konstantinos Agouros 2001-01-19 06:54:56 Re: Performance of a single (big) select and Multiprocessor Machines