Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synapse not working properly since Yunohost 12.0 upgrade #495

Open
kr-cr opened this issue Nov 12, 2024 · 2 comments
Open

Synapse not working properly since Yunohost 12.0 upgrade #495

kr-cr opened this issue Nov 12, 2024 · 2 comments
Labels

Comments

@kr-cr
Copy link

kr-cr commented Nov 12, 2024

Context

  • Hardware: Raspberry Pi 3B at home
  • YunoHost version: YunoHost 12.0.6 (stable)
  • I have access to my server: Through SSH and through the webadmin
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no (upgrading to 12.0)
  • Current package version: 1.117.0~ynh1

Steps to reproduce

Hi, since I upgraded Yunohost to 12.0 Synapse does not work anymore. It runs but I am unable to send or recieve messages. I am not sure if it's a package issue since others does not seem to have this behavior. I tried to run the command below as suggested:

sudo yunohost app upgrade synapse -F

The upgrade was executed and Synapse is running, but it is still not working properly.

Could this be related to IPV6? The post-upgrade diagnostic told me my ipv6 had changed, I updated my DNS as advised and https://federationtester.matrix.org/ show my instance as working. Also when I test with an account on matrix.org instance, I can see "XXX is writing..." but not the messages. If I send one, it is instantly rejected.

Here is what I see in my journalctl, Thank you for any help, as I have no idea what to try now.

Journalctl Logs

See logs

Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/databases/main/roommember.py", line 660, in get_local_current_membership_for_user_in_room
Nov 11 20:26:42 cloud.mydomain.com python[16207]: await self.db_pool.simple_select_one(
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 1680, in simple_select_one
Nov 11 20:26:42 cloud.mydomain.com python[16207]: return await self.runInteraction(
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 952, in runInteraction
Nov 11 20:26:42 cloud.mydomain.com python[16207]: return await delay_cancellation(_runInteraction())
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/internet/defer.py", line 2010, in _inlineCallbacks
Nov 11 20:26:42 cloud.mydomain.com python[16207]: result = context.run(
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/failure.py", line 549, in throwExceptionIntoGenerator
Nov 11 20:26:42 cloud.mydomain.com python[16207]: return g.throw(self.value.with_traceback(self.tb))
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 918, in _runInteraction
Nov 11 20:26:42 cloud.mydomain.com python[16207]: result: R = await self.runWithConnection(
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 1047, in runWithConnection
Nov 11 20:26:42 cloud.mydomain.com python[16207]: return await make_deferred_yieldable(
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/threadpool.py", line 269, in inContext
Nov 11 20:26:42 cloud.mydomain.com python[16207]: result = inContext.theWork() # type: ignore[attr-defined]
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/threadpool.py", line 285, in
Nov 11 20:26:42 cloud.mydomain.com python[16207]: inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/context.py", line 117, in callWithContext
Nov 11 20:26:42 cloud.mydomain.com python[16207]: return self.currentContext().callWithContext(ctx, func, *args, **kw)
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/context.py", line 82, in callWithContext
Nov 11 20:26:42 cloud.mydomain.com python[16207]: return func(*args, **kw)
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/enterprise/adbapi.py", line 282, in _runWithConnection
Nov 11 20:26:42 cloud.mydomain.com python[16207]: result = func(conn, *args, **kw)
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 1043, in inner_func
Nov 11 20:26:42 cloud.mydomain.com python[16207]: self.engine.attempt_to_set_autocommit(conn, False)
Nov 11 20:26:42 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/engines/postgres.py", line 239, in attempt_to_set_autocommit
Nov 11 20:26:42 cloud.mydomain.com python[16207]: return conn.set_session(autocommit=autocommit)
Nov 11 20:26:42 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:42 cloud.mydomain.com python[16207]: psycopg2.InterfaceError: connection already closed
Nov 11 20:26:45 cloud.mydomain.com python[16207]: 2024-11-11 20:26:45,850 - synapse.storage.txn - 787 - WARNING - GET-550- [TXN OPERROR] {_get_state_groups_from_groups-5a0} SSL SYSCALL error: EOF detected
Nov 11 20:26:45 cloud.mydomain.com python[16207]: 0/5
Nov 11 20:26:45 cloud.mydomain.com python[16207]: 2024-11-11 20:26:45,852 - twisted - 279 - CRITICAL - GET-550- Rollback failed
Nov 11 20:26:45 cloud.mydomain.com python[16207]: Traceback (most recent call last):
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/enterprise/adbapi.py", line 282, in _runWithConnection
Nov 11 20:26:45 cloud.mydomain.com python[16207]: result = func(conn, *args, **kw)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 1040, in inner_func
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return func(db_conn, *args, **kwargs)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 798, in new_transaction
Nov 11 20:26:45 cloud.mydomain.com python[16207]: conn.rollback()
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 213, in rollback
Nov 11 20:26:45 cloud.mydomain.com python[16207]: self.conn.rollback()
Nov 11 20:26:45 cloud.mydomain.com python[16207]: --- ---
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/enterprise/adbapi.py", line 52, in rollback
Nov 11 20:26:45 cloud.mydomain.com python[16207]: self._connection.rollback()
Nov 11 20:26:45 cloud.mydomain.com python[16207]: psycopg2.InterfaceError: connection already closed
Nov 11 20:26:45 cloud.mydomain.com python[16207]: 2024-11-11 20:26:45,866 - twisted - 279 - CRITICAL - sentinel- Rollback failed
Nov 11 20:26:45 cloud.mydomain.com python[16207]: Traceback (most recent call last):
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/threadpool.py", line 285, in
Nov 11 20:26:45 cloud.mydomain.com python[16207]: inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/context.py", line 117, in callWithContext
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return self.currentContext().callWithContext(ctx, func, *args, **kw)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/context.py", line 82, in callWithContext
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return func(*args, **kw)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/enterprise/adbapi.py", line 287, in _runWithConnection
Nov 11 20:26:45 cloud.mydomain.com python[16207]: conn.rollback()
Nov 11 20:26:45 cloud.mydomain.com python[16207]: --- ---
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/enterprise/adbapi.py", line 52, in rollback
Nov 11 20:26:45 cloud.mydomain.com python[16207]: self._connection.rollback()
Nov 11 20:26:45 cloud.mydomain.com python[16207]: psycopg2.InterfaceError: connection already closed
Nov 11 20:26:45 cloud.mydomain.com python[16207]: 2024-11-11 20:26:45,868 - twisted - 279 - CRITICAL - sentinel- Rollback failed
Nov 11 20:26:45 cloud.mydomain.com python[16207]: Traceback (most recent call last):
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/threadpool.py", line 269, in inContext
Nov 11 20:26:45 cloud.mydomain.com python[16207]: result = inContext.theWork() # type: ignore[attr-defined]
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/threadpool.py", line 285, in
Nov 11 20:26:45 cloud.mydomain.com python[16207]: inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/context.py", line 117, in callWithContext
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return self.currentContext().callWithContext(ctx, func, *args, **kw)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/context.py", line 82, in callWithContext
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return func(*args, **kw)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: --- ---
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/enterprise/adbapi.py", line 287, in _runWithConnection
Nov 11 20:26:45 cloud.mydomain.com python[16207]: conn.rollback()
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/enterprise/adbapi.py", line 61, in rollback
Nov 11 20:26:45 cloud.mydomain.com python[16207]: self._pool.disconnect(self._connection)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/enterprise/adbapi.py", line 426, in disconnect
Nov 11 20:26:45 cloud.mydomain.com python[16207]: raise Exception("wrong connection for thread")
Nov 11 20:26:45 cloud.mydomain.com python[16207]: builtins.Exception: wrong connection for thread
Nov 11 20:26:45 cloud.mydomain.com python[16207]: 2024-11-11 20:26:45,876 - synapse.http.server - 146 - ERROR - GET-550- Failed handle request via 'RoomMessageListRestServlet': <XForwardedForRequest at 0x7f841c41d0 method='GET' uri='/_matrix/client/v3/rooms/!eEYxvziMhmLgaKQoLe%3Amatrix.mydomain.com/messages?limit=100&dir=b&from=s179583_2713741_36_401190_161738_516577_147910_66141_0_25&filter=%7B%22lazy_load_members%22%3Atrue%7D' clientproto='HTTP/1.0' site='8008'>
Nov 11 20:26:45 cloud.mydomain.com python[16207]: Traceback (most recent call last):
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 780, in new_transaction
Nov 11 20:26:45 cloud.mydomain.com python[16207]: r = func(cursor, *args, **kwargs)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/databases/state/bg_updates.py", line 214, in _get_state_groups_from_groups_txn
Nov 11 20:26:45 cloud.mydomain.com python[16207]: txn.execute(sql % (overall_select_clause,), args)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 426, in execute
Nov 11 20:26:45 cloud.mydomain.com python[16207]: self._do_execute(self.txn.execute, sql, parameters)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 488, in _do_execute
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return func(sql, *args, **kwargs)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: psycopg2.OperationalError: SSL SYSCALL error: EOF detected
Nov 11 20:26:45 cloud.mydomain.com python[16207]: During handling of the above exception, another exception occurred:
Nov 11 20:26:45 cloud.mydomain.com python[16207]: Traceback (most recent call last):
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/http/server.py", line 332, in _async_render_wrapper
Nov 11 20:26:45 cloud.mydomain.com python[16207]: callback_return = await self._async_render(request)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/http/server.py", line 544, in _async_render
Nov 11 20:26:45 cloud.mydomain.com python[16207]: callback_return = await raw_callback_return
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/rest/client/room.py", line 808, in on_GET
Nov 11 20:26:45 cloud.mydomain.com python[16207]: msgs = await self.pagination_handler.get_messages(
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/handlers/pagination.py", line 629, in get_messages
Nov 11 20:26:45 cloud.mydomain.com python[16207]: events = await filter_events_for_client(
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/visibility.py", line 123, in filter_events_for_client
Nov 11 20:26:45 cloud.mydomain.com python[16207]: event_id_to_state = await storage.state.get_state_for_events(
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/controllers/state.py", line 246, in get_state_for_events
Nov 11 20:26:45 cloud.mydomain.com python[16207]: group_to_state = await self.stores.state._get_state_for_groups(
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/databases/state/store.py", line 317, in _get_state_for_groups
Nov 11 20:26:45 cloud.mydomain.com python[16207]: group_to_state_dict = await self._get_state_groups_from_groups(
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/databases/state/store.py", line 206, in _get_state_groups_from_groups
Nov 11 20:26:45 cloud.mydomain.com python[16207]: res = await self.db_pool.runInteraction(
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 952, in runInteraction
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return await delay_cancellation(_runInteraction())
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/internet/defer.py", line 2010, in _inlineCallbacks
Nov 11 20:26:45 cloud.mydomain.com python[16207]: result = context.run(
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/failure.py", line 549, in throwExceptionIntoGenerator
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return g.throw(self.value.with_traceback(self.tb))
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 918, in _runInteraction
Nov 11 20:26:45 cloud.mydomain.com python[16207]: result: R = await self.runWithConnection(
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 1047, in runWithConnection
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return await make_deferred_yieldable(
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/threadpool.py", line 269, in inContext
Nov 11 20:26:45 cloud.mydomain.com python[16207]: result = inContext.theWork() # type: ignore[attr-defined]
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/threadpool.py", line 285, in
Nov 11 20:26:45 cloud.mydomain.com python[16207]: inContext.theWork = lambda: context.call( # type: ignore[attr-defined]
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/context.py", line 117, in callWithContext
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return self.currentContext().callWithContext(ctx, func, *args, **kw)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/python/context.py", line 82, in callWithContext
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return func(*args, **kw)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/enterprise/adbapi.py", line 282, in _runWithConnection
Nov 11 20:26:45 cloud.mydomain.com python[16207]: result = func(conn, *args, **kw)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 1040, in inner_func
Nov 11 20:26:45 cloud.mydomain.com python[16207]: return func(db_conn, *args, **kwargs)
Nov 11 20:26:45 cloud.mydomain.com python[16207]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 798, in new_transaction
Nov 11 20:26:45 cloud.mydomain.com python[16207]: conn.rollback()
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/synapse/storage/database.py", line 213, in rollback
Nov 11 20:26:45 cloud.mydomain.com python[16207]: self.conn.rollback()
Nov 11 20:26:45 cloud.mydomain.com python[16207]: File "/opt/yunohost/matrix-synapse/lib/python3.11/site-packages/twisted/enterprise/adbapi.py", line 66, in rollback
Nov 11 20:26:45 cloud.mydomain.com python[16207]: raise ConnectionLost()
Nov 11 20:26:45 cloud.mydomain.com python[16207]: twisted.enterprise.adbapi.ConnectionLost

edit: I am still investigating my case, maybe I sould have mentionned that my first attempt of upgrade has failed (It seems to went well with the 2nd try after rebooting) here is the YunoPaste Log of the failed attempt:

https://paste.yunohost.org/raw/woxogaxora

@Josue-T Josue-T added the bug label Nov 12, 2024
@kr-cr
Copy link
Author

kr-cr commented Nov 12, 2024

@Josue-T

About a year ago I restored the app after an architecture change (32 to 64bits) using this trick. (see the the issue I posted at the time)

Do you think it can be related? Thank you for any help.

@kr-cr
Copy link
Author

kr-cr commented Nov 14, 2024

Update: I have tried without great hope to delete and restore Synapse aaaand it kind of worked!

The messages I send to my matrix.org account are not rejected anymore and my server got the messages sent during the down times in rooms concerned (all from matrix.org instance)

Not everything seems resolved though: The messages I sent from my matrix.org account to my instance during the down time were not recovered and I don't recieve new messages.

Here is my logs (that look far more normal than the other day)

I think the great number of rotating notifications (and it doesn't seem to decrease) is not good?

2024-11-14 08:52:17,866 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1084- Rotating notifications up to: 188034

thanks for the help.

homeserver.log 2024-11-14 08:50:48,861 - synapse.handlers.presence - 914 - INFO - persist_presence_changes-539- Persisting 1 unpersisted presence updates 2024-11-14 08:50:49,032 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1081- Dropped 0 items from caches 2024-11-14 08:51:02,738 - synapse.access.http.8008 - 473 - INFO - GET-1925- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 30.017sec/0.002sec (0.014sec, 0.000sec) (0.000sec/0.000sec/0) 412B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=unavailable&since=s188034_2852049_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:51:11,808 - synapse.http.site - 385 - INFO - GET-1927- Connection from client lost before response was sent 2024-11-14 08:51:12,408 - synapse.access.http.8008 - 473 - INFO - GET-1928- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 0.017sec/-0.000sec (0.006sec, 0.003sec) (0.002sec/0.005sec/2) 1828B 200 "GET /_matrix/client/v1/media/thumbnail/matrix.org/fZIAgrlgYQSCIwusJmyEbadz?width=36&height=36&method=crop&allow_redirect=true HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:51:14,197 - synapse.access.http.8008 - 473 - INFO - GET-1929- 37.97.106.xx - 8008 - {None} Processed request: 0.001sec/0.002sec (0.004sec, 0.000sec) (0.000sec/0.000sec/0) 1062B 200 "GET /_matrix/client/versions HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:51:14,502 - synapse.access.http.8008 - 473 - INFO - GET-1931- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 0.013sec/0.002sec (0.013sec, 0.000sec) (0.000sec/0.000sec/0) 261B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=0&set_presence=unavailable&since=s188034_2852050_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:51:14,698 - synapse.util.caches.response_cache - 275 - INFO - GET-1933- [sync]: using incomplete cached result for [(@krcr:matrix.mydomain.com, 30000, 's188034_2852050_40_420563_175960_516578_149429_66317_0_28', '8', False, 'UWIZFHREAW', None)] 2024-11-14 08:51:17,857 - synapse.storage.databases.main.event_push_actions - 1396 - INFO - rotate_notifs-1082- Rotating notifications 2024-11-14 08:51:17,867 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1082- Rotating notifications up to: 188034 2024-11-14 08:51:17,886 - synapse.storage.databases.main.event_push_actions - 1685 - INFO - rotate_notifs-1082- Rotating notifications, handling 0 rows 2024-11-14 08:51:17,915 - synapse.storage.databases.main.event_push_actions - 1770 - INFO - rotate_notifs-1082- Rotating notifications, deleted 0 push actions 2024-11-14 08:51:19,032 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1082- Dropped 0 items from caches 2024-11-14 08:51:32,980 - synapse.rest.client.sync - 254 - INFO - GET-1927- Client has disconnected; not serializing response. 2024-11-14 08:51:32,981 - synapse.http.server - 782 - WARNING - GET-1927- Not sending response to request , already disconnected. 2024-11-14 08:51:32,983 - synapse.access.http.8008 - 473 - INFO - GET-1927- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 30.011sec/-21.174sec (0.019sec, 0.000sec) (0.000sec/0.000sec/0) 0B 200! "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=unavailable&since=s188034_2852050_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:51:32,991 - synapse.access.http.8008 - 473 - INFO - GET-1933- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 18.293sec/0.004sec (0.008sec, 0.000sec) (0.000sec/0.000sec/0) 261B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=unavailable&since=s188034_2852050_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:51:33,112 - synapse.federation.sender.transaction_manager - 127 - INFO - federation_transaction_transmission_loop-619- TX [matrix.org] {1731541788903} Sending transaction [1731541788903], (PDUs: 0, EDUs: 1) 2024-11-14 08:51:33,130 - synapse.access.http.8008 - 473 - INFO - GET-1935- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 0.070sec/0.003sec (0.029sec, 0.003sec) (0.003sec/0.026sec/3) 426B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852050_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:51:33,226 - synapse.http.matrixfederationclient - 364 - INFO - federation_transaction_transmission_loop-619- {PUT-O-94} [matrix.org] Completed request: 200 OK in 0.11 secs, got 11 bytes - PUT matrix-federation://matrix.org/_matrix/federation/v1/send/1731541788903 2024-11-14 08:51:33,227 - synapse.federation.sender.transaction_manager - 180 - INFO - federation_transaction_transmission_loop-619- TX [matrix.org] {1731541788903} got 200 response 2024-11-14 08:51:47,851 - synapse.storage.databases.main.event_push_actions - 1396 - INFO - rotate_notifs-1083- Rotating notifications 2024-11-14 08:51:47,860 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1083- Rotating notifications up to: 188034 2024-11-14 08:51:47,872 - synapse.storage.databases.main.event_push_actions - 1685 - INFO - rotate_notifs-1083- Rotating notifications, handling 0 rows 2024-11-14 08:51:47,891 - synapse.storage.databases.main.event_push_actions - 1770 - INFO - rotate_notifs-1083- Rotating notifications, deleted 0 push actions 2024-11-14 08:51:48,844 - synapse.federation.sender - 1019 - INFO - wake_destinations_needing_catchup-542- Destination matrix.mygaia.org has outstanding catch-up, waking up. 2024-11-14 08:51:48,854 - synapse.handlers.presence - 914 - INFO - persist_presence_changes-540- Persisting 1 unpersisted presence updates 2024-11-14 08:51:48,964 - synapse.metrics._gc - 127 - INFO - sentinel- Collecting gc 1 2024-11-14 08:51:49,031 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1083- Dropped 0 items from caches 2024-11-14 08:52:03,222 - synapse.access.http.8008 - 473 - INFO - GET-1937- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 30.012sec/0.002sec (0.009sec, 0.001sec) (0.000sec/0.000sec/0) 429B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852051_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:52:17,856 - synapse.storage.databases.main.event_push_actions - 1396 - INFO - rotate_notifs-1084- Rotating notifications 2024-11-14 08:52:17,866 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1084- Rotating notifications up to: 188034 2024-11-14 08:52:17,885 - synapse.storage.databases.main.event_push_actions - 1685 - INFO - rotate_notifs-1084- Rotating notifications, handling 0 rows 2024-11-14 08:52:17,911 - synapse.storage.databases.main.event_push_actions - 1770 - INFO - rotate_notifs-1084- Rotating notifications, deleted 0 push actions 2024-11-14 08:52:19,039 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1084- Dropped 57 items from caches 2024-11-14 08:52:33,295 - synapse.access.http.8008 - 473 - INFO - GET-1939- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 30.008sec/0.003sec (0.010sec, 0.000sec) (0.000sec/0.000sec/0) 261B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852052_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:52:47,856 - synapse.storage.databases.main.event_push_actions - 1396 - INFO - rotate_notifs-1085- Rotating notifications 2024-11-14 08:52:47,866 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1085- Rotating notifications up to: 188034 2024-11-14 08:52:47,886 - synapse.storage.databases.main.event_push_actions - 1685 - INFO - rotate_notifs-1085- Rotating notifications, handling 0 rows 2024-11-14 08:52:47,914 - synapse.storage.databases.main.event_push_actions - 1770 - INFO - rotate_notifs-1085- Rotating notifications, deleted 0 push actions 2024-11-14 08:52:48,854 - synapse.federation.sender - 1019 - INFO - wake_destinations_needing_catchup-543- Destination matrix.mygaia.org has outstanding catch-up, waking up. 2024-11-14 08:52:48,860 - synapse.handlers.presence - 914 - INFO - persist_presence_changes-541- Persisting 1 unpersisted presence updates 2024-11-14 08:52:49,067 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1085- Dropped 378 items from caches 2024-11-14 08:53:03,389 - synapse.access.http.8008 - 473 - INFO - GET-1941- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 30.010sec/0.002sec (0.013sec, 0.001sec) (0.000sec/0.000sec/0) 261B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852052_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:53:03,801 - synapse.access.http.8008 - 473 - INFO - GET-1943- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 0.015sec/0.002sec (0.014sec, 0.000sec) (0.000sec/0.000sec/0) 426B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852052_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts] 2024-11-14 08:53:17,872 - synapse.storage.databases.main.event_push_actions - 1396 - INFO - rotate_notifs-1086- Rotating notifications 2024-11-14 08:53:17,879 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1086- Rotating notifications up to: 188034 2024-11-14 08:53:17,890 - synapse.storage.databases.main.event_push_actions - 1685 - INFO - rotate_notifs-1086- Rotating notifications, handling 0 rows 2024-11-14 08:53:17,927 - synapse.storage.databases.main.event_push_actions - 1770 - INFO - rotate_notifs-1086- Rotating notifications, deleted 0 push actions 2024-11-14 08:53:19,053 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1086- Dropped 466 items from caches
journalctl.log

LOGFILE: journalctl
Nov 13 23:59:43 python[24444]: 2024-11-13 23:59:43,858 - synapse.streams.events - 147 - ERROR - POST-370- Bounding token from the future 'StreamKeyType.RECEIPT': token: MultiWriterStreamToken(stream: 420782, instances: {}), bound: 420529
Nov 13 23:59:43 python[24444]: 2024-11-13 23:59:43,867 - synapse.streams.events - 164 - ERROR - POST-370- Bounding token from the future 'StreamKeyType.ACCOUNT_DATA': token: 176079, bound: 175904
Nov 13 23:59:48 python[24444]: 2024-11-13 23:59:48,322 - synapse.media.url_previewer - 489 - WARNING - GET-379- Error downloading https://nitter.net/RockstarGames/status/1730587560726892883: ConnectError('No route to host')
Nov 14 00:00:15 python[24444]: 2024-11-14 00:00:15,062 - synapse.http.server - 782 - WARNING - POST-376- Not sending response to request <XForwardedForRequest at 0x7f5c3e8250 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188021_2851981_2_420530_175905_516578_149401_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:00:15 python[24444]: 2024-11-14 00:00:15,142 - synapse.http.server - 782 - WARNING - POST-377- Not sending response to request <XForwardedForRequest at 0x7f5c2b3850 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3046%2Fs188021_2851981_2_420530_175905_516578_149401_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:08:59 python[24444]: 2024-11-14 00:08:59,869 - synapse.http.server - 782 - WARNING - POST-462- Not sending response to request <XForwardedForRequest at 0x7f5c4d54d0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188021_2851989_2_420532_175913_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:08:59 python[24444]: 2024-11-14 00:08:59,892 - synapse.http.server - 782 - WARNING - POST-463- Not sending response to request <XForwardedForRequest at 0x7f5c22f6d0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3046%2Fs188021_2851989_2_420532_175913_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:13:07 python[24444]: 2024-11-14 00:13:07,935 - synapse.http.server - 782 - WARNING - GET-604- Not sending response to request <XForwardedForRequest at 0x7f5c589c10 method='GET' uri='/_matrix/client/r0/sync?filter=0&set_presence=online&since=s188021_2851995_2_420537_175923_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:15:54 python[24444]: 2024-11-14 00:15:54,710 - synapse.http.server - 782 - WARNING - GET-670- Not sending response to request <XForwardedForRequest at 0x7f5c2b6710 method='GET' uri='/_matrix/client/r0/sync?filter=0&set_presence=online&since=s188023_2852007_6_420537_175929_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:21:17 python[24444]: 2024-11-14 00:21:17,442 - synapse.http.server - 782 - WARNING - POST-676- Not sending response to request <XForwardedForRequest at 0x7f38828910 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188023_2852008_6_420537_175929_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:21:18 python[24444]: 2024-11-14 00:21:18,785 - synapse.http.server - 782 - WARNING - POST-678- Not sending response to request <XForwardedForRequest at 0x7f5c2ac410 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3046%2Fs188023_2852008_6_420537_175929_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:21:40 python[24444]: 2024-11-14 00:21:40,654 - synapse.http.server - 782 - WARNING - GET-705- Not sending response to request <XForwardedForRequest at 0x7f5c2b13d0 method='GET' uri='/_matrix/client/r0/sync?filter=0&set_presence=online&since=s188023_2852009_6_420538_175933_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:29:48 python[24444]: 2024-11-14 00:29:48,150 - synapse.http.server - 782 - WARNING - POST-785- Not sending response to request <XForwardedForRequest at 0x7f38894210 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188024_2852018_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:29:48 python[24444]: 2024-11-14 00:29:48,213 - synapse.http.server - 782 - WARNING - POST-786- Not sending response to request <XForwardedForRequest at 0x7f803c6ad0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3046%2Fs188024_2852018_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:30:48 python[24444]: 2024-11-14 00:30:48,493 - synapse.http.server - 782 - WARNING - POST-790- Not sending response to request <XForwardedForRequest at 0x7f7c105390 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188024_2852018_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:30:48 python[24444]: 2024-11-14 00:30:48,882 - synapse.http.server - 782 - WARNING - POST-791- Not sending response to request <XForwardedForRequest at 0x7f5c4a8990 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3046%2Fs188024_2852018_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:38:56 python[24444]: 2024-11-14 00:38:56,725 - synapse.http.server - 782 - WARNING - POST-795- Not sending response to request <XForwardedForRequest at 0x7f7c247f10 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188024_2852018_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:38:56 python[24444]: 2024-11-14 00:38:56,802 - synapse.http.server - 782 - WARNING - POST-796- Not sending response to request <XForwardedForRequest at 0x7f5c6c0ad0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3046%2Fs188024_2852018_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:46:46 python[24444]: 2024-11-14 00:46:46,719 - synapse.http.server - 782 - WARNING - POST-797- Not sending response to request <XForwardedForRequest at 0x7f3869d7d0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3046%2Fs188024_2852018_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:46:47 python[24444]: 2024-11-14 00:46:47,190 - synapse.http.server - 782 - WARNING - POST-799- Not sending response to request <XForwardedForRequest at 0x7f3869c850 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188024_2852019_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:55:31 python[24444]: 2024-11-14 00:55:31,202 - synapse.http.server - 782 - WARNING - POST-800- Not sending response to request <XForwardedForRequest at 0x7f385c4290 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188024_2852019_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 00:55:31 python[24444]: 2024-11-14 00:55:31,271 - synapse.http.server - 782 - WARNING - POST-801- Not sending response to request <XForwardedForRequest at 0x7f386e3f90 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3046%2Fs188024_2852018_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 01:05:30 python[24444]: 2024-11-14 01:05:30,936 - synapse.http.server - 782 - WARNING - POST-802- Not sending response to request <XForwardedForRequest at 0x7f385d7190 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3046%2Fs188024_2852018_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 01:05:30 python[24444]: 2024-11-14 01:05:30,954 - synapse.http.server - 782 - WARNING - POST-803- Not sending response to request <XForwardedForRequest at 0x7f38590b90 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188024_2852019_8_420540_175938_516578_149415_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 01:18:18 python[24444]: 2024-11-14 01:18:18,156 - synapse.rest.client.register - 552 - WARNING - POST-804- Ignoring initial_device_display_name without password
Nov 14 06:36:25 python[24444]: 2024-11-14 06:36:25,585 - synapse.media.url_previewer - 489 - WARNING - GET-1350- Error downloading https://nitter.net/RockstarGames/status/1730587560726892883: ConnectError('No route to host')
Nov 14 06:38:01 python[24444]: 2024-11-14 06:38:01,775 - synapse.http.server - 782 - WARNING - GET-1457- Not sending response to request <XForwardedForRequest at 0x7f386c92d0 method='GET' uri='/_matrix/client/v3/sync?filter=4&timeout=30000&set_presence=online&since=s188029_2852032_28_420548_175948_516578_149429_66314_0_28' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 06:45:49 python[24444]: 2024-11-14 06:45:49,547 - synapse.handlers.device - 1502 - WARNING - _maybe_retry_device_resync-830- Failed to handle device list update for @koboldmaidskirt:freak.university: Failed to send request: ConnectingCancelledError: HostnameAddress(hostname=b'freak.university', port=8448)
Nov 14 06:46:19 python[24444]: 2024-11-14 06:46:19,617 - synapse.handlers.device - 1502 - WARNING - _maybe_retry_device_resync-830- Failed to handle device list update for @mumbo9151:freak.university: Failed to send request: ConnectingCancelledError: HostnameAddress(hostname=b'freak.university', port=8448)
Nov 14 07:25:23 python[24444]: 2024-11-14 07:25:23,745 - synapse.http.server - 782 - WARNING - POST-1486- Not sending response to request <XForwardedForRequest at 0x7f5c647150 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188032_2852037_36_420556_175948_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 07:25:24 python[24444]: 2024-11-14 07:25:24,813 - synapse.http.server - 782 - WARNING - POST-1488- Not sending response to request <XForwardedForRequest at 0x7f5c6f9590 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3104%2Fs188032_2852037_36_420556_175948_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 07:25:26 python[24444]: 2024-11-14 07:25:26,520 - synapse.http.server - 782 - WARNING - POST-1489- Not sending response to request <XForwardedForRequest at 0x7f7c28de10 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3104%2Fs188032_2852037_36_420556_175948_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 07:34:42 python[24444]: 2024-11-14 07:34:42,360 - synapse.http.server - 782 - WARNING - POST-1490- Not sending response to request <XForwardedForRequest at 0x7f7c28f150 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188032_2852037_36_420556_175948_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 07:34:43 python[24444]: 2024-11-14 07:34:43,005 - synapse.http.server - 782 - WARNING - POST-1491- Not sending response to request <XForwardedForRequest at 0x7f8040c990 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3104%2Fs188032_2852037_36_420556_175948_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 07:43:45 python[24444]: 2024-11-14 07:43:45,947 - synapse.http.server - 782 - WARNING - POST-1503- Not sending response to request <XForwardedForRequest at 0x7f5c56f210 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188032_2852037_36_420556_175948_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 07:43:46 python[24444]: 2024-11-14 07:43:46,402 - synapse.http.server - 782 - WARNING - POST-1504- Not sending response to request <XForwardedForRequest at 0x7f5c51d7d0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3104%2Fs188032_2852037_36_420556_175948_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 07:52:51 python[24444]: 2024-11-14 07:52:51,111 - synapse.http.server - 782 - WARNING - POST-1507- Not sending response to request <XForwardedForRequest at 0x7f5c4f03d0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188032_2852037_36_420556_175948_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 07:52:51 python[24444]: 2024-11-14 07:52:51,919 - synapse.http.server - 782 - WARNING - POST-1508- Not sending response to request <XForwardedForRequest at 0x7f7c118bd0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3104%2Fs188032_2852037_36_420556_175948_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 08:07:56 python[24444]: 2024-11-14 08:07:56,110 - synapse.http.server - 782 - WARNING - POST-1546- Not sending response to request <XForwardedForRequest at 0x7f386ae550 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188032_2852041_36_420558_175953_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 08:07:56 python[24444]: 2024-11-14 08:07:56,703 - synapse.http.server - 782 - WARNING - POST-1548- Not sending response to request <XForwardedForRequest at 0x7f7c28fbd0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3109%2Fs188032_2852041_36_420558_175953_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 08:16:38 python[24444]: 2024-11-14 08:16:38,361 - synapse.http.server - 782 - WARNING - POST-1555- Not sending response to request <XForwardedForRequest at 0x7f5c6f9310 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188032_2852041_36_420559_175953_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 08:16:38 python[24444]: 2024-11-14 08:16:38,563 - synapse.http.server - 782 - WARNING - POST-1557- Not sending response to request <XForwardedForRequest at 0x7f5c62acd0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3109%2Fs188032_2852041_36_420559_175953_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 08:22:06 python[24444]: 2024-11-14 08:22:06,900 - synapse.handlers.federation_event - 2044 - WARNING - _process_incoming_pdus_in_room_inner-10-$U2wfcKWwyqaxqqavFg68YIanL-U3nGWEa78DqEcoLoM- Soft-failing (from 403: This room has been marked as unfederatable.) because matrix.org
Nov 14 08:22:33 python[24444]: 2024-11-14 08:22:33,281 - synapse.http.server - 782 - WARNING - GET-1579- Not sending response to request <XForwardedForRequest at 0x7f8037e410 method='GET' uri='/_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=unavailable&since=s188032_2852042_38_420559_175953_516578_149429_66314_0_28' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 08:22:46 python[24444]: 2024-11-14 08:22:46,564 - synapse.media.url_previewer - 348 - WARNING - GET-1734- Failed to find any OG data in https://mydomain.com/now
Nov 14 08:22:50 python[24444]: 2024-11-14 08:22:50,688 - synapse.media.url_previewer - 489 - WARNING - GET-1729- Error downloading https://nitter.net/RockstarGames/status/1730587560726892883?t=HY4HmhO5yGASnyf0DUXJ_w&s=19: ConnectError('No route to host')
Nov 14 08:25:45 python[24444]: 2024-11-14 08:25:45,894 - synapse.http.server - 782 - WARNING - GET-1909- Not sending response to request <XForwardedForRequest at 0x7f38811410 method='GET' uri='/_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852046_40_420562_175960_516578_149429_66317_0_28' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 08:49:56 python[24444]: 2024-11-14 08:49:56,756 - synapse.http.server - 782 - WARNING - POST-1919- Not sending response to request <XForwardedForRequest at 0x7f5c6bce50 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=3109%2Fs188032_2852041_36_420559_175953_516578_149429_66314_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 08:49:56 python[24444]: 2024-11-14 08:49:56,883 - synapse.http.server - 782 - WARNING - POST-1920- Not sending response to request <XForwardedForRequest at 0x7f387d39d0 method='POST' uri='/_matrix/client/unstable/org.matrix.simplified_msc3575/sync?pos=0%2Fs188034_2852048_40_420563_175960_516578_149429_66317_0_28&timeout=30000' clientproto='HTTP/1.0' site='8008'>, already disconnected.
Nov 14 08:51:32 python[24444]: 2024-11-14 08:51:32,981 - synapse.http.server - 782 - WARNING - GET-1927- Not sending response to request <XForwardedForRequest at 0x7f7c261dd0 method='GET' uri='/_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=unavailable&since=s188034_2852050_40_420563_175960_516578_149429_66317_0_28' clientproto='HTTP/1.0' site='8008'>, already disconnected.

LOGFILE: /var/log/matrix-synapse/homeserver.log
2024-11-14 08:50:48,861 - synapse.handlers.presence - 914 - INFO - persist_presence_changes-539- Persisting 1 unpersisted presence updates
2024-11-14 08:50:49,032 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1081- Dropped 0 items from caches
2024-11-14 08:51:02,738 - synapse.access.http.8008 - 473 - INFO - GET-1925- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 30.017sec/0.002sec (0.014sec, 0.000sec) (0.000sec/0.000sec/0) 412B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=unavailable&since=s188034_2852049_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:51:11,808 - synapse.http.site - 385 - INFO - GET-1927- Connection from client lost before response was sent
2024-11-14 08:51:12,408 - synapse.access.http.8008 - 473 - INFO - GET-1928- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 0.017sec/-0.000sec (0.006sec, 0.003sec) (0.002sec/0.005sec/2) 1828B 200 "GET /_matrix/client/v1/media/thumbnail/matrix.org/fZIAgrlgYQSCIwusJmyEbadz?width=36&height=36&method=crop&allow_redirect=true HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:51:14,197 - synapse.access.http.8008 - 473 - INFO - GET-1929- 37.97.106.xx - 8008 - {None} Processed request: 0.001sec/0.002sec (0.004sec, 0.000sec) (0.000sec/0.000sec/0) 1062B 200 "GET /_matrix/client/versions HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:51:14,502 - synapse.access.http.8008 - 473 - INFO - GET-1931- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 0.013sec/0.002sec (0.013sec, 0.000sec) (0.000sec/0.000sec/0) 261B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=0&set_presence=unavailable&since=s188034_2852050_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:51:14,698 - synapse.util.caches.response_cache - 275 - INFO - GET-1933- [sync]: using incomplete cached result for [(@krcr:matrix.mydomain.com, 30000, 's188034_2852050_40_420563_175960_516578_149429_66317_0_28', '8', False, 'UWIZFHREAW', None)]
2024-11-14 08:51:17,857 - synapse.storage.databases.main.event_push_actions - 1396 - INFO - rotate_notifs-1082- Rotating notifications
2024-11-14 08:51:17,867 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1082- Rotating notifications up to: 188034
2024-11-14 08:51:17,886 - synapse.storage.databases.main.event_push_actions - 1685 - INFO - rotate_notifs-1082- Rotating notifications, handling 0 rows
2024-11-14 08:51:17,915 - synapse.storage.databases.main.event_push_actions - 1770 - INFO - rotate_notifs-1082- Rotating notifications, deleted 0 push actions
2024-11-14 08:51:19,032 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1082- Dropped 0 items from caches
2024-11-14 08:51:32,980 - synapse.rest.client.sync - 254 - INFO - GET-1927- Client has disconnected; not serializing response.
2024-11-14 08:51:32,981 - synapse.http.server - 782 - WARNING - GET-1927- Not sending response to request <XForwardedForRequest at 0x7f7c261dd0 method='GET' uri='/_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=unavailable&since=s188034_2852050_40_420563_175960_516578_149429_66317_0_28' clientproto='HTTP/1.0' site='8008'>, already disconnected.
2024-11-14 08:51:32,983 - synapse.access.http.8008 - 473 - INFO - GET-1927- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 30.011sec/-21.174sec (0.019sec, 0.000sec) (0.000sec/0.000sec/0) 0B 200! "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=unavailable&since=s188034_2852050_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:51:32,991 - synapse.access.http.8008 - 473 - INFO - GET-1933- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 18.293sec/0.004sec (0.008sec, 0.000sec) (0.000sec/0.000sec/0) 261B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=unavailable&since=s188034_2852050_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:51:33,112 - synapse.federation.sender.transaction_manager - 127 - INFO - federation_transaction_transmission_loop-619- TX [matrix.org] {1731541788903} Sending transaction [1731541788903], (PDUs: 0, EDUs: 1)
2024-11-14 08:51:33,130 - synapse.access.http.8008 - 473 - INFO - GET-1935- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 0.070sec/0.003sec (0.029sec, 0.003sec) (0.003sec/0.026sec/3) 426B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852050_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:51:33,226 - synapse.http.matrixfederationclient - 364 - INFO - federation_transaction_transmission_loop-619- {PUT-O-94} [matrix.org] Completed request: 200 OK in 0.11 secs, got 11 bytes - PUT matrix-federation://matrix.org/_matrix/federation/v1/send/1731541788903
2024-11-14 08:51:33,227 - synapse.federation.sender.transaction_manager - 180 - INFO - federation_transaction_transmission_loop-619- TX [matrix.org] {1731541788903} got 200 response
2024-11-14 08:51:47,851 - synapse.storage.databases.main.event_push_actions - 1396 - INFO - rotate_notifs-1083- Rotating notifications
2024-11-14 08:51:47,860 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1083- Rotating notifications up to: 188034
2024-11-14 08:51:47,872 - synapse.storage.databases.main.event_push_actions - 1685 - INFO - rotate_notifs-1083- Rotating notifications, handling 0 rows
2024-11-14 08:51:47,891 - synapse.storage.databases.main.event_push_actions - 1770 - INFO - rotate_notifs-1083- Rotating notifications, deleted 0 push actions
2024-11-14 08:51:48,844 - synapse.federation.sender - 1019 - INFO - wake_destinations_needing_catchup-542- Destination matrix.mygaia.org has outstanding catch-up, waking up.
2024-11-14 08:51:48,854 - synapse.handlers.presence - 914 - INFO - persist_presence_changes-540- Persisting 1 unpersisted presence updates
2024-11-14 08:51:48,964 - synapse.metrics._gc - 127 - INFO - sentinel- Collecting gc 1
2024-11-14 08:51:49,031 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1083- Dropped 0 items from caches
2024-11-14 08:52:03,222 - synapse.access.http.8008 - 473 - INFO - GET-1937- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 30.012sec/0.002sec (0.009sec, 0.001sec) (0.000sec/0.000sec/0) 429B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852051_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:52:17,856 - synapse.storage.databases.main.event_push_actions - 1396 - INFO - rotate_notifs-1084- Rotating notifications
2024-11-14 08:52:17,866 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1084- Rotating notifications up to: 188034
2024-11-14 08:52:17,885 - synapse.storage.databases.main.event_push_actions - 1685 - INFO - rotate_notifs-1084- Rotating notifications, handling 0 rows
2024-11-14 08:52:17,911 - synapse.storage.databases.main.event_push_actions - 1770 - INFO - rotate_notifs-1084- Rotating notifications, deleted 0 push actions
2024-11-14 08:52:19,039 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1084- Dropped 57 items from caches
2024-11-14 08:52:33,295 - synapse.access.http.8008 - 473 - INFO - GET-1939- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 30.008sec/0.003sec (0.010sec, 0.000sec) (0.000sec/0.000sec/0) 261B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852052_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:52:47,856 - synapse.storage.databases.main.event_push_actions - 1396 - INFO - rotate_notifs-1085- Rotating notifications
2024-11-14 08:52:47,866 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1085- Rotating notifications up to: 188034
2024-11-14 08:52:47,886 - synapse.storage.databases.main.event_push_actions - 1685 - INFO - rotate_notifs-1085- Rotating notifications, handling 0 rows
2024-11-14 08:52:47,914 - synapse.storage.databases.main.event_push_actions - 1770 - INFO - rotate_notifs-1085- Rotating notifications, deleted 0 push actions
2024-11-14 08:52:48,854 - synapse.federation.sender - 1019 - INFO - wake_destinations_needing_catchup-543- Destination matrix.mygaia.org has outstanding catch-up, waking up.
2024-11-14 08:52:48,860 - synapse.handlers.presence - 914 - INFO - persist_presence_changes-541- Persisting 1 unpersisted presence updates
2024-11-14 08:52:49,067 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1085- Dropped 378 items from caches
2024-11-14 08:53:03,389 - synapse.access.http.8008 - 473 - INFO - GET-1941- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 30.010sec/0.002sec (0.013sec, 0.001sec) (0.000sec/0.000sec/0) 261B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852052_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:53:03,801 - synapse.access.http.8008 - 473 - INFO - GET-1943- 37.97.106.xx - 8008 - {@krcr:matrix.mydomain.com} Processed request: 0.015sec/0.002sec (0.014sec, 0.000sec) (0.000sec/0.000sec/0) 426B 200 "GET /_matrix/client/v3/sync?filter=8&timeout=30000&set_presence=online&since=s188034_2852052_40_420563_175960_516578_149429_66317_0_28 HTTP/1.0" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Element/1.11.85 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" [0 dbevts]
2024-11-14 08:53:17,872 - synapse.storage.databases.main.event_push_actions - 1396 - INFO - rotate_notifs-1086- Rotating notifications
2024-11-14 08:53:17,879 - synapse.storage.databases.main.event_push_actions - 1599 - INFO - rotate_notifs-1086- Rotating notifications up to: 188034
2024-11-14 08:53:17,890 - synapse.storage.databases.main.event_push_actions - 1685 - INFO - rotate_notifs-1086- Rotating notifications, handling 0 rows
2024-11-14 08:53:17,927 - synapse.storage.databases.main.event_push_actions - 1770 - INFO - rotate_notifs-1086- Rotating notifications, deleted 0 push actions
2024-11-14 08:53:19,053 - synapse.util.caches.lrucache - 218 - INFO - LruCache._expire_old_entries-1086- Dropped 466 items from caches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants