Re: could not open file "global/pg_filenode.map": Operation not permitted

From: Kashif Zeeshan <kashi(dot)zeeshan(at)gmail(dot)com>
To: Nick Renders <postgres(at)arcict(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: could not open file "global/pg_filenode.map": Operation not permitted
Date: 2024-04-25 08:04:57
Message-ID: CAAPsdhcu0m8Ybk6mhSo0DGUJiq=00Lvu4SoNKzyb1aNt7Y0eAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Nick

On Thu, Apr 25, 2024 at 12:56 PM Nick Renders <postgres(at)arcict(dot)com> wrote:

> Hello,
>
> We have a Postgres server that intermittently logs the following:
>
> 2024-02-26 10:29:41.580 CET [63962] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
> 2024-02-26 10:30:11.147 CET [90610] LOG: could not open file
> "postmaster.pid": Operation not permitted; continuing anyway
> 2024-02-26 10:30:11.149 CET [63975] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
> 2024-02-26 10:30:35.941 CET [63986] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
> 2024-02-26 10:30:41.546 CET [63991] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
> 2024-02-26 10:30:44.398 CET [63994] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
> 2024-02-26 10:31:11.149 CET [90610] LOG: could not open file
> "postmaster.pid": Operation not permitted; continuing anyway
> 2024-02-26 10:31:11.151 CET [64008] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
> 2024-02-26 10:31:41.546 CET [64023] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
> 2024-02-26 10:32:11.150 CET [90610] LOG: could not open file
> "postmaster.pid": Operation not permitted; continuing anyway
> 2024-02-26 10:32:11.153 CET [64035] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
> 2024-02-26 10:32:41.547 CET [64050] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
> 2024-02-26 10:33:11.151 CET [90610] LOG: could not open file
> "postmaster.pid": Operation not permitted; continuing anyway
> 2024-02-26 10:33:11.153 CET [64062] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
> 2024-02-26 10:33:41.548 CET [64087] FATAL: could not open file
> "global/pg_filenode.map": Operation not permitted
>
>
> This has happened 3 times over the last 2 weeks now, without any
> indication what caused it.
> The privileges of those 2 files are all in order.
> When this happens, the server is no longer accessible, and we need to
> restart the service (pg_ctl restart).
> Once restarted, Popstgres runs fine again for a couple of days.
>
Hi

This issue seems to be related to the permission issue, please check your
script if it's changing the permissions.

Regards
Kashif Zeeshan
Bitnine Global

>
> We are running PostgreSQL 16.2 on macOS 14.3.1.
>
> Any idea what might be causing this issue, or how to resolve it?
>
>
> Best regards,
>
> Nick Renders
>
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sasmit Utkarsh 2024-04-25 10:57:13 Need some assistance on stored procedures execution using libpq in C
Previous Message Kashif Zeeshan 2024-04-25 08:01:01 Re: best migration solution