View previous topic :: View next topic |
Author |
Message |
L1NTHALO n00b
Joined: 27 Aug 2024 Posts: 22
|
Posted: Sun Oct 06, 2024 4:25 pm Post subject: Podman kernel module missing? |
|
|
When starting a Minecraft docker composed container I get the following error message:
Code: | Error: unable to start container "e8776ef857f1bbf6a29d6a14c659521bad952ea18e3a765c7e2282d1a2854b5b": netavark: code: 1, msg: Warning: Extension comment revision 0 not supported, missing kernel module?
iptables: No chain/target/match by that name. |
Tried rootless podman start, podman start with root privileges and docker compose up.
I've enabled every kernel module listed under the Podman and Docker wiki page and activated the podman socket for docker compose.
I don't know if the iptables error is related to the first error but I have no idea what the problem is either.
Any ideas? I'm inexperienced with networking & containers and didn't find a solution anywhere else. All I found is a github issue which got closed without solution (https://github.com/containers/netavark/issues/832) . Help would be really appreciated <3 |
|
Back to top |
|
|
druggo Guru
Joined: 24 Sep 2003 Posts: 318 Location: Hangzhou, China
|
Posted: Mon Oct 07, 2024 3:13 am Post subject: |
|
|
it looks like lack of comment module, you can load it by
Code: | modprobe xt_comment |
or
recompile the kernel to enable CONFIG_NETFILTER_XT_MATCH_COMMENT _________________ HighWayToHell(blog)
https://blog.druggo.org/ |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|