03-03-2021, 12:04 AM
I've been trying to get UFW started on Arch arm, but been having issues ufw initiating:
Result from sudo ufw enable
Result from uname -r
Result from pacman -Q linux
I ls'd into the module directory and did no see anything related to nf modules.
Things I've tried:
Rebooted many times, power cycled, sudo reboot, etc
Re-installed ufw, iptables, etc
Iptables disabled from systemd
I'm starting to guess that this is not enabled in the kernel? ie. modules aren't configured in the kernel to be enabled?
Any thoughts?
Result from sudo ufw enable
Code:
ERROR: problem running ufw-init
modprobe: FATAL: Module nf_conntrack_ftp not found in directory /lib/modules/5.10.19-1-danctnix
modprobe: FATAL: Module nf_nat_ftp not found in directory /lib/modules/5.10.19-1-danctnix
modprobe: FATAL: Module nf_conntrack_netbios_ns not found in directory /lib/modules/5.10.19-1-danctnix
iptables-restore v1.8.7 (legacy): Couldn't load match 'limit':No such file or directory
Result from uname -r
Code:
5.10.19-1-danctnix
Result from pacman -Q linux
Code:
linux-pine64 5.10.19-1
I ls'd into the module directory and did no see anything related to nf modules.
Things I've tried:
Rebooted many times, power cycled, sudo reboot, etc
Re-installed ufw, iptables, etc
Iptables disabled from systemd
I'm starting to guess that this is not enabled in the kernel? ie. modules aren't configured in the kernel to be enabled?
Any thoughts?