Re: Permission denied errors

From: Zeki Mokhtarzada <zeki(at)mokhtarzada(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Permission denied errors
Date: 2005-08-23 15:06:44
Message-ID: 430B3B84.1050805@mokhtarzada.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)mokhtarzada(dot)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
>
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message YL 2005-08-23 16:37:04 Problems found when compare pgsql odbc 8.0 and myodbc 3.5 using EOModeler
Previous Message pgsql-bugs 2005-08-23 14:27:23 Status (iisidor@bhd.com.do)