RE: FATAL cannot create init file... why?

From: "Julian Gollop" <julian(dot)gollop(at)ntlworld(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: RE: FATAL cannot create init file... why?
Date: 2001-05-11 14:26:57
Message-ID: NFBBLMMNOAMHIFBIDJMJCEMGOFAA.julian.gollop@ntlworld.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi Tom,
I am logging in as user postgres, which owns the data/base/test directory
with rwx------, and I start the postmaster with this login using
pg_ctl -D ./data start
There is no problem with disk space. I can initdb another data directory,
but I can't createdb without a similar fatal error. Very puzzling.

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: 11 May 2001 14:43
To: Julian Gollop
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] FATAL cannot create init file... why?

"Julian Gollop" <julian(dot)gollop(at)ntlworld(dot)com> writes:
> FATAL 1: cannot create init file ./data/base/test/pg_internal.init.1352

Are you starting the postmaster as the correct user? If so, check to
ensure that the directory data/base/test is owned by that user and has
permissions rwx------. Another possibility is you're out of disk space.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-05-11 15:21:25 Re: FATAL cannot create init file... why?
Previous Message Tom Lane 2001-05-11 13:42:39 Re: FATAL cannot create init file... why?