Re: Checkpoint request failed, permission denied

From: Cory Isaacson <cory(dot)isaacson(at)compuflex(dot)com>
To: Cory Isaacson <cory(dot)isaacson(at)compuflex(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Checkpoint request failed, permission denied
Date: 2009-09-14 14:36:24
Message-ID: C6D3B109.C9CB%cory.isaacson@compuflex.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I should note that this came up when I tried to drop a database. It was not
allowed with the checkpoint failed message.

Cory

From: Cory Isaacson <cory(dot)isaacson(at)compuflex(dot)com>
Date: Sun, 13 Sep 2009 21:57:50 -0600
To: <pgsql-general(at)postgresql(dot)org>
Subject: [GENERAL] Checkpoint request failed, permission denied

When I try and manually perform a checkpoint with version 8.3 on CentOS 5 I
get this error:

ERROR: could not link file "pg_xlog/000000010000000000000000" to
"pg_xlog/000000010000000000000002" (initialization of log file 0, segment
2): Permission denied
ERROR: could not link file "pg_xlog/000000010000000000000000" to
"pg_xlog/000000010000000000000002" (initialization of log file 0, segment
2): Permission denied
ERROR: checkpoint request failed
HINT: Consult recent messages in the server log for details.

Any ideas what is causing this? The pg_xlog dir is owned by the postgres
user, as are the log files. Also I have temporarily disabled SELinux to make
sure that is not causing it.

Thanks,

Cory

In response to

Browse pgsql-general by date

  From Date Subject
Next Message luca.ciciriello 2009-09-14 14:44:39 unable to (re-)install
Previous Message Tom Lane 2009-09-14 14:29:54 Re: Checkpoint request failed, permission denied