Re: Permission denied errors - Mailing list pgsql-bugs

From Zeki Mokhtarzada
Subject Re: Permission denied errors
Date
Msg-id 430B3B84.1050805@mokhtarzada.com
Whole thread Raw
In response to Re: Permission denied errors  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Permission denied errors  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-bugs
Very interesting...  We recently changed the location of the data files
using a symbolic link.  Although all of the files had the correct ownership,
the new parent directory was not owned by postgres.  The strange thing
is that we have been running like this for over a week, and even now,
only the log table was effected  (the log table is the only table that
has a large number of data changing, most of the other tables are
relatively static).  Changing the owner of the parent directory to
postgres fixed the problem.

Thanks!

-Zeki

Tom Lane wrote:

>zeki@mokhtarzada.com writes:
>
>
>>Hello all, I woke up this morning and found my installation of Postgres
>>(7.3.2) spewing the following error message:
>>
>>
>
>
>
>>ERROR:  cannot count blocks for ev_log -- open failed: Permission denied
>>ERROR:  cannot count blocks for ev_log -- open failed: Permission denied
>>ERROR:  cannot count blocks for ev_log -- open failed: Permission denied
>>ERROR:  cannot count blocks for ev_log -- open failed: Permission denied
>>
>>
>
>Look around in the database directory.  It kinda looks like one or more
>files or directories had had its ownership or permissions changed so
>that the server can't read it anymore.
>
>Postgres itself would not do such a thing, so the culprit is either
>administrator error or flaky disk hardware.  After you fix the problem
>by hand, you'll want to try to figure out which.
>
>            regards, tom lane
>
>

pgsql-bugs by date:

Previous
From: Elmival Sousa
Date:
Subject: Problemas durante a instalacao do postgresql 8.0.3 no suse sles 9
Next
From: "Gennadiy Donchyts"
Date:
Subject: BUG #1844: Failed to start service 'PostgreSQL Database Server 8.0'