Netfilter not working on latest manjaro kernel
#1
When using netfilter on the latest manjaro for example, via wg-quick, it produces an error
Code:
# nft -f /dev/fd/63
netlink: Error: cache initialization failed: Invalid argument

I don't see any changes that stand out to me in the kernel configuration.

The nfnetlink module is loaded.
  Reply
#2
I don't see any changes in the kernel config to do with netfilter. Googling the error comes up with this patch
https://yhbt.net/lore/netfilter-devel/20...ter.org/T/
which suggests that the error may have been added recently.

To get around it I rebuilt the kernel and added just about everything in the netfilter section as modules
Code:
git clone https://gitlab.manjaro.org/manjaro-arm/packages/core/linux-pinephonepro
cd linux-pinephonepro
makepkg -so # -o to download and prepare only
# enter the source directory and edit the config. I used make menuconfig.
# return to the base directory and build and install the updated kernel
makepkg -sei # -e to skip prepare and go straight to build

Here are the extra modules that are loaded after the update

Quote:> xt_mark                16384  1
> nft_ct                 20480  2
> nft_fib_ipv4           16384  1
> nft_fib                16384  1 nft_fib_ipv4
> nf_tables             200704  17 nft_ct,nft_fib_ipv4,nft_fib
> nfnetlink              20480  1 nf_tables
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Anyone gotten latest Ubuntu Touch to work on PinePhone Pro? dchang0 1 52 12-19-2024, 04:43 PM
Last Post: dchang0
  Manjaro plasma mobile Wifi Uturn 2 230 12-05-2024, 12:46 AM
Last Post: Uturn
  Back/World camera working after suspend DrYak 10 2,181 11-04-2024, 09:41 AM
Last Post: Kevin Kofler
  Image Latest Phones Ship with vorell 8 2,257 05-25-2024, 08:25 AM
Last Post: zetabeta
  Manjaro Plasma unstable branch glitch mburns 2 1,616 06-21-2023, 08:03 AM
Last Post: mburns
  Manjaro as shipped & camera? hambonius 1 1,316 06-20-2023, 02:26 PM
Last Post: fxc
  Manjaro Phosh - Tiny Blue Indicator Light - Blinking ArchiMark 2 1,452 06-11-2023, 04:12 PM
Last Post: ArchiMark
  Is Manjaro Plasma stable for anyone? projectcato 120 70,834 04-18-2023, 08:26 PM
Last Post: mburns
  Megapixels on kernel > 5.19? timonoj 1 1,790 01-30-2023, 05:36 PM
Last Post: Piotr
  root password for manjaro Pine pro explorer edition HK order? Piotr 1 1,944 12-02-2022, 02:45 PM
Last Post: fxc

Forum Jump:


Users browsing this thread: 1 Guest(s)