From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: [HACKERS] initdb messed up |
Date: | 1999-12-18 02:56:42 |
Message-ID: | 199912180256.VAA01189@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
>
> We have some major initdb breakage from recent initdb patches. I am
> going to try and clean it up as best I can, but we will need Peter
> involved in fixing this in a portable way.
With my cleanups, I now get. At least it runs now:
---------------------------------------------------------------------------
This database system will be initialized with username "postgres".
This user will own all the data files and must also own the server process.
trap: Illegal number: SIGINT
Creating database system directory /u/pg/data
Creating database system directory /u/pg/data/base
Creating database XLOG directory /u/pg/data/pg_xlog
Creating template database in /u/pg/data/base/template1
ERROR: pg_atoi: error in "f": can't parse "f"
ERROR: pg_atoi: error in "f": can't parse "f"
Creating global relations in /u/pg/data/base
ERROR: pg_atoi: error in "t": can't parse "t"
ERROR: pg_atoi: error in "t": can't parse "t"
Adding template1 database to pg_database
TRAP: Failed Assertion("!(reldesc):", File: "bootstrap.c", Line: 464)
!(reldesc) (0) [No such file or directory]
Abort trap
initdb failed.
Removing /u/pg/data.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Don Baccus | 1999-12-18 03:39:40 | Re: [HACKERS] Anyone for prettyprinted EXPLAIN VERBOSE? |
Previous Message | Bruce Momjian | 1999-12-18 02:42:24 | initdb messed up |