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
  Image Latest Phones Ship with vorell 6 604 02-29-2024, 01:00 AM
Last Post: Kevin Kofler
  Back/World camera working after suspend DrYak 2 878 11-14-2023, 09:44 AM
Last Post: DrYak
  Manjaro Plasma unstable branch glitch mburns 2 1,065 06-21-2023, 08:03 AM
Last Post: mburns
  Manjaro as shipped & camera? hambonius 1 899 06-20-2023, 02:26 PM
Last Post: fxc
  Manjaro Phosh - Tiny Blue Indicator Light - Blinking ArchiMark 2 939 06-11-2023, 04:12 PM
Last Post: ArchiMark
  Is Manjaro Plasma stable for anyone? projectcato 120 53,657 04-18-2023, 08:26 PM
Last Post: mburns
  Megapixels on kernel > 5.19? timonoj 1 1,444 01-30-2023, 05:36 PM
Last Post: Piotr
  root password for manjaro Pine pro explorer edition HK order? Piotr 1 1,462 12-02-2022, 02:45 PM
Last Post: fxc
  Megapixels (kernel 5.19) reports that a config file is missing. grump_fiddle_reinstall 2 1,846 11-30-2022, 07:44 AM
Last Post: mburns
  PinePhone Pro Manjaro Plasma Mobile Beta 13 & No Audio with Phone Calls X0X0X0X0X0 0 1,098 11-02-2022, 02:09 PM
Last Post: X0X0X0X0X0

Forum Jump:


Users browsing this thread: 1 Guest(s)