Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Podman kernel module missing?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
L1NTHALO
n00b
n00b


Joined: 27 Aug 2024
Posts: 22

PostPosted: Sun Oct 06, 2024 4:25 pm    Post subject: Podman kernel module missing? Reply with quote

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
View user's profile Send private message
druggo
Guru
Guru


Joined: 24 Sep 2003
Posts: 318
Location: Hangzhou, China

PostPosted: Mon Oct 07, 2024 3:13 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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