Paweł Chmielowski

Results 153 comments of Paweł Chmielowski

You will also need to change permisisons for bundles it seems, looks like those also were created with wrong permissions. For that error it would be for example: ``` fun(S)->J=jid:decode(S),U=jid:tolower(J),mod_pubsub:set_configure(U,...

You will need to change password of users you created (stored password will be using sha512, and they aren't compatible with sha1 authentication), you can use `ejabberdctl change_password username your.domain...

Disable watchdog in ejabberd.service, it's probably systemd killing it because ejabberd not being able to communicate with watchdog.

It looks like this is also probably also from being killed by systemd (all those ports dying looks like external apps run as services getting killed, and because it looks...

Could you also check syslog/kernlog to see if there is no mentions on beam process?

I don't update will change how it's displayed. But i also don't think we are sending ansi sequence that would underline everything. Are you able to scroll up and see...

Those ?SQL* macros are converted to erlang code, that's why they only accept literals - this needs to be expanded to code, before rest of that code is run. You...

We already do that in `reload_config`, so probably no need to add separate command just for that (and we call that clear cache function from `reload_config`). Now the question is...

I think this happens when client sends after session is already estabilished, and server no longer expect something like this to arrive. Looks like some kind of buggy client, rather...

So this work that way per design, and there is no flag to alter this behaviour. Possibly using mod_carbon_copy will help here? It i think could be setup so regular...