Sometimes (randomly) I get the error "netbox@netbox FATAL: could not open file "global/pg_filenode.map": Operation not permitted" #13204
Unanswered
ane-ruiz
asked this question in
Help Wanted!
Replies: 1 comment 4 replies
-
What's the underlying filesystem type that Postgres is storing its data on? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Currently I have Netbox version 3.5.6 (with python version is 3.10.6) and postgresql version 14 (psql 14.8 (Ubuntu 14.8-0ubuntu0.22.04.1)) in Ubuntu 22.04 Server.
The problem I have is that sometimes, without any consistency, I get the following error in postgresql when running more than one query to netbox from an automation environmet (Ansible-Jenkins):
In the netbox logs, the error I see is the following:
django.request ERROR: Internal Server Error: /api/dcim/regions/
In the postgresql configuration file I have the following, according to the characteristics that my netbox virtual machine has (Postgresql version 14, Linux, RAM 8GB, 4 CPUs, HDD Storage):
I do not have any other version of postgresql installed or residual configuration from other versions.
I get this error when doing multiple query tasks continuously. There are times when it occurs when doing a single one, but it is less recurrent.
Can anyone help me to solve this error?
Thank you!!
Ane
Beta Was this translation helpful? Give feedback.
All reactions