-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Federation tester says OK, yet cannot federate (403: Forbidden) #16571
Comments
Have you changed your signing keys or domain name as part of your migration? |
thanks for the reply, |
i left synapse running overnight, now i noticed that sometime in the middle our hs users could send messages and sync it seems that randomly it started processing requests:
but then in the morning it stopped working again: and after that it keeps giving the same 403/401 forbidden errors. |
Agreed. I would guess something is using too much memory and the OOMKiller kicked in.
Are there examples of this for other room IDs and other remote servers, or is the problem bespoke to this room? |
its weird, ive never had issues with memory. mind you this is the same server, same specs. so its weird to me that this is happening after messing around with postgresql as for memory, i didnt do much indepth logging but there seems to be atleast 1gb free memory. the thing that i noticed though is that postgres uses a whole lot of CPU, which it didnt before. its basically ramping my cpu to 100% usage. now i googled around and could the usage maybe be due to synapse failing and perhaps constantly reading from it? just a theory
this happens to all rooms and servers, theres many more examples, all with the same old "Forbidden" error:
in the midst of all these i also noticed these dns errors
|
Description
After migrating postgres database from the server to the same server, synapse cannot federate.
The homeserver cannot sync any messages
Postgres logs show:
NGINX logs show:
Steps to reproduce
Homeserver
my homeserver
Synapse Version
1.95.0
Installation Method
Docker (matrixdotorg/synapse)
Database
Postgres version 15.0, one single server
Workers
Single process
Platform
Debian 12 on a VPS VM, AMD EPYC CPU with 4GB of memory.
the package is installed through apt
Configuration
I have implemented sliding sync
Relevant log output
Anything else that would be useful to know?
using NGINX as reverse proxy
The text was updated successfully, but these errors were encountered: