This repository was archived by the owner on Feb 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
This repository was archived by the owner on Feb 16, 2022. It is now read-only.
socket: Protocol not supported #57
Copy link
Copy link
Open
Description
When starting my matrix docker service, I see socket: Protocol not supported
printed many times
Here's the compose file:
version: '3'
services:
matrix:
container_name: matrix
image: avhost/docker-matrix
ports:
- "8008:8008"
- "8448:8448"
- "3478:3478"
volumes:
- ./matrix:/data
- ./db/homeserver.db:/data/homeserver.db
- ./db/uploads:/uploads
command: start
#restart: always
And this is the output:
matrix | -=> start turn
matrix | -=> start riot.im client
matrix | -=> start matrix
matrix | groupadd: group 'matrix' already exists
matrix | useradd: user 'matrix' already exists
matrix | 2018-03-05 17:16:58,624 CRIT Supervisor running as root (no user in config file)
matrix | 2018-03-05 17:16:58,625 INFO Included extra file "/conf/supervisord-matrix.conf" during parsing
matrix | 2018-03-05 17:16:58,625 INFO Included extra file "/conf/supervisord-turnserver.conf" during parsing
matrix | 2018-03-05 17:16:58,627 INFO supervisord started with pid 1
matrix | 2018-03-05 17:16:59,635 INFO spawned: 'matrix' with pid 13
matrix | 2018-03-05 17:16:59,639 INFO spawned: 'turnserver' with pid 14
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | socket: Protocol not supported
matrix | 2018-03-05 17:17:00,776 INFO success: matrix entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
matrix | 2018-03-05 17:17:00,776 INFO success: turnserver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
matrix | 2018-03-05 17:17:00,824 - twisted - 131 - INFO - - SynapseSite (TLS) starting on 8448
matrix | 2018-03-05 17:17:00,826 - twisted - 131 - INFO - - Starting factory <synapse.http.site.SynapseSite instance at 0x7f9cb26827a0>
matrix | 2018-03-05 17:17:00,833 - twisted - 131 - INFO - - SynapseSite starting on 8008
matrix | 2018-03-05 17:17:00,834 - twisted - 131 - INFO - - Starting factory <synapse.http.site.SynapseSite instance at 0x7f9cb20d3098>
Metadata
Metadata
Assignees
Labels
No labels