Re: Checkpoint request failed, permission denied

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Cory Isaacson <cory(dot)isaacson(at)compuflex(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Checkpoint request failed, permission denied
Date: 2009-09-14 16:09:48
Message-ID: 17279.1252944588@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Cory Isaacson <cory(dot)isaacson(at)compuflex(dot)com> writes:
> Here are the permissions on pg_xlog:
> drwx------ 3 postgres postgres 4096 Sep 13 22:19 pg_xlog

Well, that certainly looks right. I'm back to suspecting selinux ...
have you tried "ls -Z"? I'm not totally sure about RHEL5, but in
recent Fedora it should look like

drwx------. postgres postgres unconfined_u:object_r:postgresql_db_t:s0 pg_xlog

the "postgresql_db_t" bit being the actually critical part.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-09-14 16:17:55 Re: postgresql.key secure storage
Previous Message Cory Isaacson 2009-09-14 16:05:19 Re: Checkpoint request failed, permission denied