Re: Could not create a tablespace - permission denied - Mailing list pgsql-admin

From Graham Leggett
Subject Re: Could not create a tablespace - permission denied
Date
Msg-id 480A190B.80408@sharp.fm
Whole thread Raw
In response to Re: Could not create a tablespace - permission denied  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Could not create a tablespace - permission denied  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Could not create a tablespace - permission denied  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Tom Lane wrote:

> I think this explanation is fiction ... there is no "cacheing of
> credentials" in there that I know about.
>
> Maybe the server had not been running under the userid you thought it
> was?  But it would have to match the ownership of the data directory,
> so it's hard to see how a simple restart would fix it.
>
> [ thinks... ]  Hm, is the tablespace directory mounted over NFS?
> I *have* heard of strange cacheing behaviors on NFS.  In fact,
> NFS has enough weirdnesses that I wouldn't recommend running a
> database over it ...

The server is a standard REHL5 installed copy of postgresql, running as
the postgres user (as is standard on RHE5). Both the data directory and
the tablespace are running on ext3 filesystems local to the machine,
there are no NFS mounts anywhere. The machine does not have SELinux
installed, never mind enabled.

After the postgres user was granted permission to access the tablespace
directory, and after it was verified that the postgres user was able to
access the tablespace directory, postgresql refused to allow the
tablespace to be created until the postgresql server was restarted.

Regards,
Graham
--

Attachment

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Could not create a tablespace - permission denied
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Could not create a tablespace - permission denied