This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Docker v1.92.2: Exception with logging, synapse doesn't start #16333
Labels
X-Needs-Info
This issue is blocked awaiting information from the reporter
Comments
same config, same problem |
Trying to reproduce this locally, I see something different:
|
It looks like you'll need to upgrade your host's installed version of docker (or podman or similar). See https://stackoverflow.com/a/70093119/5252017 or https://medium.com/nttlabs/ubuntu-21-10-and-fedora-35-do-not-work-on-docker-20-10-9-1cd439d9921. Can you try that out and see if that resolves the problem for you? |
DMRobertson
added
the
X-Needs-Info
This issue is blocked awaiting information from the reporter
label
Sep 18, 2023
See also #16324 (comment) |
That was the job, thanks. Solved for me |
Sounds like we're all set. |
I get these logs, running Container should be the newest one, here is my docker-compose.yaml section for synapse: services:
synapse:
image: docker.io/matrixdotorg/synapse:latest
# Since synapse does not retry to connect to the database, restart upon
# failure
restart: always
# See the readme for a full documentation of the environment settings
# NOTE: You must edit homeserver.yaml to use postgres, it defaults to sqlite
environment:
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
volumes:
# You may either store all the files in a local folder
- ./synapse:/data
# .. or you may split this between different storage points
# - ./files:/data
# - /path/to/ssd:/data/uploads
# - /path/to/large_hdd:/data/media
ports:
- 8008:8008/tcp
networks:
- matrix
|
I had been running synapse using this guide previously, as a different user, but I want to switch to Docker. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
With the version 1.92.2 which also contains the Debian update, I suspect that some python libs has changed.
It seems to affect the logging.
Config wise I use the logging sample config you can find here.
Steps to reproduce
Steps to reproduce:
Steps to unreproduce:
Homeserver
chaospott.de:8448
Synapse Version
v1.92.2
Installation Method
Docker (matrixdotorg/synapse)
Database
postgres15, single, no ports or restored backups
Workers
Single process
Platform
VM, firewalled Debian 10
Configuration
No response
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: