Re: Postgres Instability

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "planx plnetx" <planetx2100(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres Instability
Date: 2000-05-24 21:50:57
Message-ID: 9015.959205057@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"planx plnetx" <planetx2100(at)hotmail(dot)com> writes:
> FATAL 1: cannot create init file
> mydatabasedirectory//base/mydb/pg_internal.init

If you're getting that, there is something *seriously* broken ---
the only way that can come out is if Postgres is unable to create
that file when it wants to. I wonder if you are running the postmaster
as the wrong user (eg, one without write permission on the database
directories)? Another possibility is that you're running with an
incorrect database path (postmaster -D switch or PGDATA environment
setting). If that's an accurate transcription of the error message
then it looks like your path may be messed up...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-05-24 21:59:29 Re: 7.0 installation problem, help please :-(
Previous Message Mike Mascari 2000-05-24 21:30:18 Re: LEFT OUTER JOIN?