!NPRUEisLjcaMtHIzDr:kamax.io

mxisd

259 Members
Federated Matrix Identity Server | https://github.com/kamax-io/mxisd | Version: 0.8.2 | Dev discussions: #mxisd-dev:kamax.io | Related: #matrix-identity:matrix.org104 Servers

Load older messages


SenderMessageTime
4 Jun 2019
@max:kamax.ioMaximusmextor: if you post configuration or logs, you need to use blockcode markup (tripe backtick) to keep indentation and non-printable characters. just putting it without markup is useless08:42:04
@max:kamax.ioMaximus

like so:

config goes here
08:42:23
@mextor:matrix.orgmextor Maximus: thx :)
I will remember
Bellow the code :
09:27:52
@mextor:matrix.orgmextor

Maximus:

threepid:
  medium:
    email:
      generators:
        template:
          invite: '/etc/mxisd/invite-template.eml'
          session:
            validation: '/etc/mxisd/validate-template.eml'
            unbind:
              fraudulent: '/etc/mxisd/unbind-fraudulent.eml'
          generic:
            matrixId: '/etc/mxisd/mxid-template.eml'
         placeholder:
            REGISTER_URL: 'https://xxx.com'

11:18:17
@max:kamax.ioMaximusthanks, so what is the issue again?11:19:02
@mextor:matrix.orgmextorwhen adding an email : Bad Gateway (Status 502)11:19:59
@max:kamax.ioMaximus ok, so my guess is that you have another threepid before/after that block 11:21:29
@mextor:matrix.orgmextorok I check11:22:40
@max:kamax.ioMaximus If that's the case one would overwrite the other and you need to merge both config block, so it's valid YAML again. YAML basics are re-iterated in the Configure section of the doc just to be sure people get it right 11:22:49
@max:kamax.ioMaximuswait it's not actually 😱 only in the v1.3 migration wiki page11:23:35
@mextor:matrix.orgmextor:)11:24:15
* @max:kamax.ioMaximus is to blame11:24:30
@mextor:matrix.orgmextorok, so I should remove the 3 first lines as just above I have the smtp block11:25:12
@max:kamax.ioMaximusyou need to merge both blocks11:25:33
@max:kamax.ioMaximus I believe connectos is at the same indentation as generators 11:25:50
@max:kamax.ioMaximus

so you would have smth like ths:

threepid:
  medium:
    email:
      connectors:
        ....
      generators:
        ...
11:26:25
@mextor:matrix.orgmextorRedacted or Malformed Event11:30:58
@mextor:matrix.orgmextorRedacted or Malformed Event11:32:19
@mextor:matrix.orgmextorcrap didn't take the correct block :|11:33:17
@mextor:matrix.orgmextorI don't understand if i post a quoted block it copies many other things with it ...11:38:05
@max:kamax.ioMaximus mextor: send me your config in private, I'll check it out directly 11:38:47
@max:kamax.ioMaximusthe whole file11:38:51
@julio:epazote.netJulio Galvan joined the room.11:42:24
@max:kamax.ioMaximus mextor: so, config seems fine as I can use it locally. Can you please show the relevant mxisd log lines for the failed attempt? 11:51:02
@max:kamax.ioMaximusnot just the last one, all the ones produced during the attempt11:51:16
@mextor:matrix.orgmextorok11:52:08
@mextor:matrix.orgmextor Maximus: tail -f /var/log/syslog | grep mxisd
gives me nothing
11:54:28
@mextor:matrix.orgmextornot a line11:54:33
@max:kamax.ioMaximus grep mxisd /var/log/syslog is what you want 11:54:52
@max:kamax.ioMaximusif nothing is shown recently, then is mxisd even running?11:55:20

Show newer messages


Back to Room ListRoom Version: