You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... I understand that not following the below instructions will result in immediate closure and/or deletion of my issue.
... I have understood that this bug report is dedicated for bugs, and not for support-related inquiries.
... I have understood that answers are voluntary and community-driven, and not commercial support.
... I have verified that my issue has not been already answered in the past. I also checked previous issues.
Description
This issue has been answered in the past, answered considering a "sort-of" solution was found, that does not persist between `Reboot`.
https://github.com/mailcow/mailcow-dockerized/issues/4474
The fix:
modprobe -v ip6table_filter
modprobe -v iptable_filter
docker-compose restart netfilter-mailcow
As this issue is closed, I am re-opening on a new issue.
### Logs:
```plain text
Netfilter logs only have ban/unban actions
Steps to reproduce:
1. Updated to the latest mailcow-dockerized
2. Checked if containers were running after update
3. Netfilter crashing and restarting
Have the same issue with the exeption that my container logs look like this.
docker container logs "containerhash"
Traceback (most recent call last):
File "/server.py", line 558, in <module>
clear()
File "/server.py", line 297, in clear
filter6_table = iptc.Table6(iptc.Table6.FILTER)
File "/usr/lib/python3.10/site-packages/iptc/ip6tc.py", line 589, in __new__
obj._init(name, autocommit)
File "/usr/lib/python3.10/site-packages/iptc/ip6tc.py", line 606, in _init
self.refresh()
File "/usr/lib/python3.10/site-packages/iptc/ip4tc.py", line 1634, in refresh
raise IPTCError("can't initialize %s: %s" % (self.name,
iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
Clearing all bans
Traceback (most recent call last):
File "/server.py", line 558, in <module>
clear()
File "/server.py", line 297, in clear
filter6_table = iptc.Table6(iptc.Table6.FILTER)
File "/usr/lib/python3.10/site-packages/iptc/ip6tc.py", line 589, in __new__
obj._init(name, autocommit)
File "/usr/lib/python3.10/site-packages/iptc/ip6tc.py", line 606, in _init
self.refresh()
File "/usr/lib/python3.10/site-packages/iptc/ip4tc.py", line 1634, in refresh
raise IPTCError("can't initialize %s: %s" % (self.name,
iptc.ip4tc.IPTCError: can't initialize filter: b'iptables who? (do you need to insmod?)'
Contribution guidelines
I've found a bug and checked that ...
Description
As this issue is closed, I am re-opening on a new issue.
Steps to reproduce:
Which branch are you using?
master
Operating System:
Rocky Linux 9.2
Server/VM specifications:
2 Core 8 RAM
Is Apparmor, SELinux or similar active?
SELinux
Virtualization technology:
KVM
Docker version:
24.0.2
docker-compose version or docker compose version:
v2.19.0
mailcow version:
2023-07
Reverse proxy:
NGINX
Logs of git diff:
The text was updated successfully, but these errors were encountered: