Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Kingdomcome on February 03, 2019, 04:59:12 PM

Title: netfilter-4.19.10-tinycore64.tcz
Post by: Kingdomcome on February 03, 2019, 04:59:12 PM
@Juanito

Ran into an issue while upgrading a CorePure64 server to 10.x. Verified on a clean install in a VM.
While attempting to implement firewall, I received an error:
Code: [Select]
modprobe: can't load module nf_conntrack (kernel.tclocal/net/netfilter/nf_conntrack.ko.gz): unknown symbol in module, or unknown parameter
modprobe: can't load module nf_conntrack (kernel.tclocal/net/netfilter/nf_conntrack.ko.gz): unknown symbol in module, or unknown parameter
iptables v1.8.2 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.8.2 (legacy): Couldn't load match `state' No such file or directory
Title: Re: netfilter-4.19.10-tinycore64.tcz
Post by: andyj on February 03, 2019, 06:29:56 PM
Are you missing a dependency file? Check that you have netfilter-KERNEL loaded. There is another problem that you'll need to wait for a fix. Between xtables_addons 2.14 and 3.2 the database path changed. I've fixed the patch for the source for the database path and recompiled the extension. It may take a few days to propagate through. If you don't want to wait PM me for a direct link.
Title: Re: netfilter-4.19.10-tinycore64.tcz
Post by: Kingdomcome on February 03, 2019, 08:08:42 PM
The modules throwing the errors are a part of netfilter-KERNEL which I have installed and is the only dependency of iptables. There is no rush, i simply booted back to my paralleled 9.0 install.

Sent from my LG-K450 using Tapatalk

Title: Re: netfilter-4.19.10-tinycore64.tcz
Post by: Juanito on February 04, 2019, 12:04:17 AM
xtables-addons-KERNEL updated in the CorePure64 repo
Title: Re: netfilter-4.19.10-tinycore64.tcz
Post by: curaga on February 04, 2019, 03:35:55 AM
Oh, netfilter finally requires ipv6. Which depends on netfilter, haha. They might have to be combined into one extension, leaving ipv6 as a dummy.
Title: Re: netfilter-4.19.10-tinycore64.tcz
Post by: Kingdomcome on February 04, 2019, 04:53:50 AM
Installing ipv6-KERNEL does solve the problem. Thanks!

Sent from my LG-K450 using Tapatalk