-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird problems with bots/bridges and federation #1861
Comments
What's even stranger is that my existing federations to matrix.org are working fine. But for some reason, bridges are having weird problems that make absolutely zero sense. |
Which AlmaLinux version? 8 or 9? Perhaps some of #300 (about CentOS 8) would be helpful. The playbook does not configure the firewall at all. It relies on Docker automatically configuring iptables. Perhaps Docker cannot do it properly in your case because
CIS? Perhaps changing the default means Docker's expectations about firewall setup failed. Try restoring to the default and see if it helps. |
@spantaleev So I believe I'm now just running into errors that are trivially resolvable. One question, though: during my latest CIS audit, a couple auditing rules failed:
Normally to remediate this problem I'd run something like:
The problem with me running these commands for remediation is that the vast majority of files that openscap found during its initial assessment are created and managed by docker (e.g. |
@spantaleev Okay so I'm actually hitting a rather odd error (I've even enabled IP forwarding). For some reason, hydrogen is failing to build:
Definitely unsure about this one; at first I thought it was IP forwarding that was causing the problem, but its not. And I didn't get this error when I migrated the system initially either, which was odd. |
So I recently switched my server to AlmaLinux and am running into some very peculiar problems. For one, I can't seem to join certain rooms (e.g. the mautrix-facebook group). For two, my bridges are failing to resolve hostnames, e.g. the whatsapp bridge can't resolve web.whatsapp.com, and the Facebook bridge can't connect to b-graph.facebook.com. When I tried joining the mautrix-facebook group I got different errors: "no known servers", "failed to get room alias", "too many requests", etc. I have absolutely no idea what's going wrong. I assume that the playbook configured the firewall via firewalld (and not, say, iptables), but I've opened the ports on firewalld anyway. My default zone is "drop" to comply with CIS but everything should be set up correctly. Did I mess something up?
The text was updated successfully, but these errors were encountered: