Hi Folks,
we run a UCS test server with nearly every app we have in production. The inly difference is that in production most apps have their own member server and in test all run on the same.
Now we tried to get synapse and element working on this test machine but it seems the matrix server does not run.
element is conplaining that connection to homeserver is not possible. From the logs I’ve seen that element trys to connect to 127.0.0.1:8008 what is not there.
Manual start of synapse fires up the server so for a few moments I find:
# netstat -al | grep 8008
tcp6 0 0 [::]:8008 [::]:* LISTEN
But then it’s gone again… any hint how to debug? how is synapse running? where are the logs?
thanx,
Mat