-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
linux617-rt is missing ip_tables.ko.zst, ip6_tables.ko.zst, and the associated iptable_*.ko.zst and ip6table_*.ko.zst files.
I believe this is related to the fact that, starting with 6.17, additional kernel config options need to be set in order to build them. The non-realtime linux617 package has a couple of commits related to fixing this issue (first, second) but it looks like 617-rt didn't get the same update.
To Reproduce
> find /lib/modules/6.17.5-3-rt7-MANJARO/ -name '*ip*table*'
no files are listed
Expected behavior
Here is the result of running the same search on a recent non-rt kernel.
> find /lib/modules/6.18.12-1-MANJARO/ -name '*ip*table*'
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv6/netfilter/ip6table_security.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv6/netfilter/ip6table_filter.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv6/netfilter/ip6table_nat.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv6/netfilter/ip6table_raw.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv6/netfilter/ip6_tables.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv6/netfilter/ip6table_mangle.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv4/netfilter/iptable_filter.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv4/netfilter/iptable_nat.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv4/netfilter/iptable_raw.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv4/netfilter/iptable_mangle.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv4/netfilter/iptable_security.ko.zst
/lib/modules/6.18.12-1-MANJARO/kernel/net/ipv4/netfilter/ip_tables.ko.zst
Environment:
- Desktop Environment: Cinnamon
- Kernel Version: 6.17.5-3-rt7-MANJARO
- Manjaro Version: 26.0.3
- Graphics Driver: AMD
- Device: laptop
Additional context
linux66-rt and linux612-rt packages have the iptables modules, only linux617-rt is missing them.
UFW fails to start because of this
Feb 21 16:31:15 sirbunny ufw-init[741]: modprobe: FATAL: Module ip_tables not found in directory /lib/modules/6.17.5-3-rt7-MANJARO
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working