27 Apr 2019 |
Matt (eggy) | I see an invite pending for this email addres, which is expected | 18:42:16 |
Matt (eggy) |
Apr 27 14:44:00 matrix mxisd[22972]: [XNIO-1 task-2] INFO io.kamax.mxisd.matrix.HomeserverFederationResolver - No DNS overwrite for eggy.cc
| 18:46:14 |
Matt (eggy) | something else in the config isn't working, heh | 18:46:33 |
Maximus | it's an INFO log level message | 18:46:47 |
Maximus | nothing is wrong | 18:46:49 |
Maximus | there are two type of DNS overwrite, one for client connections, one for server connections | 18:47:06 |
Matt (eggy) | I should have an overide for that though, that is what I'm saying | 18:47:08 |
Maximus | the one you had trouble with was client, this is server | 18:47:15 |
Maximus | you don't need one if you properly configured your federation | 18:47:39 |
Matt (eggy) | that is what made it intesting, here I'll post the other lines | 18:48:52 |
Matt (eggy) | Redacted or Malformed Event | 18:50:22 |
Matt (eggy) | still figuring out markdown, that didn't turn out very nicely :( | 18:50:45 |
Maximus | ```
put your
log lines
here
``` | 18:51:08 |
Maximus | literally copy/paste this, then replae the stuff in between | 18:51:19 |
Matt (eggy) | Redacted or Malformed Event | 18:51:24 |
Maximus | make sure to keep the new lines | 18:51:25 |
Matt (eggy) | [XNIO-1 task-2] INFO io.kamax.mxisd.as.AppSvcManager - Processing transaction events: start
Apr 27 14:44:00 matrix mxisd[22972]: [XNIO-1 task-2] INFO io.kamax.mxisd.invitation.InvitationManager - Discovering HS for domain eggy.cc
Apr 27 14:44:00 matrix mxisd[22972]: [XNIO-1 task-2] INFO io.kamax.mxisd.matrix.HomeserverFederationResolver - No DNS overwrite for eggy.cc
Apr 27 14:44:00 matrix mxisd[22972]: [XNIO-1 task-2] INFO io.kamax.mxisd.matrix.HomeserverFederationResolver - Well-known did not return status code 200 but 404, ignoring
Apr 27 14:44:00 matrix mxisd[22972]: [XNIO-1 task-2] INFO io.kamax.mxisd.matrix.HomeserverFederationResolver - Resolution of eggy.cc via DNS SRV record to https://matrix.eggy.cc:443
Apr 27 14:44:00 matrix mxisd[22972]: [XNIO-1 task-2] INFO io.kamax.mxisd.matrix.HomeserverFederationResolver - Resolution of eggy.cc to https://eggy.cc:8448
Apr 27 14:44:00 matrix mxisd[22972]: [Thread-13] INFO io.kamax.mxisd.invitation.InvitationManager - Posting onBind event to https://eggy.cc:8448/_matrix/federation/v1/3pid/onbind
| 18:51:53 |
Maximus | there you go :) | 18:51:59 |
Matt (eggy) | what is interesting is it looked up and found the srv record, yet it still sent it to 8448 | 18:52:38 |
Maximus | bleh | 18:52:46 |
Matt (eggy) | which won't work with my setup. | 18:52:51 |
Maximus | 1.4.1 is coming it seems :p | 18:52:53 |
Matt (eggy) | found a bug perhaps? ;-) | 18:54:21 |
Maximus | yes | 18:54:25 |
Maximus | and obviously, didn't have a unit test for that one | 18:54:34 |
Maximus | how do you install mxisd? deb package? | 18:55:30 |
Matt (eggy) | deb | 18:56:01 |
Matt (eggy) | ironiclly, I have synapse installed manually | 18:56:32 |
Maximus | Matt (eggy): https://matrix.kamax.io/download/mxisd/mxisd_1.4.0-1-g85d9f9e_all.deb | 18:57:45 |
Maximus | give this a spin please | 18:57:47 |