Re: Cannot initdb for 8.2.1 - "..../postgres.bki" does not exist

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Simon Kinsella" <simon(at)bluefiresystems(dot)co(dot)uk>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Cannot initdb for 8.2.1 - "..../postgres.bki" does not exist
Date: 2007-01-31 04:01:14
Message-ID: 15051.1170216074@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Simon Kinsella" <simon(at)bluefiresystems(dot)co(dot)uk> writes:
> \u(at)cheddar> /usr/local/bin/initdb -D /usr/local/pgsql/data -E UNICODE
> initdb: file "/usr/local/share/postgresql/postgres.bki" does not exist
> This means you have a corrupted installation or identified
> the wrong directory with the invocation option -L.

> The .../share/postgresql/ files do exist.

Looking at the code, this message is emitted if attempting to stat() the
file fails, regardless of what the actual errno is. So I'm wondering
about permissions problems, specifically inability to search one of the
directories on the path.

We should adjust initdb to report the actual kernel errno value, instead
of presuming that it's "file not found".

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2007-01-31 07:46:35 Re: Postgres encyrption export
Previous Message Scott Marlowe 2007-01-31 02:23:01 Re: Cannot initdb for 8.2.1 - "..../postgres.bki" does not exist