You are not logged in.
Pages: 1
Hi, I installed iptables and tried to start the firewall but keep getting the following message.
root@cruzo:~# /etc/init.d/firewall start
Setting up kernel security rules... [ OK ]
Setting up iptables rules defined in: /etc/firewall.conf... modprobe: module ip_tables not found in modules.dep
iptables v1.4.10: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
modprobe: module ip_tables not found in modules.dep
Any suggestions to fix this problem?
Thanks
Offline
#tazpkg get-install linux-netfilter --forced
#depmod -a
Post the output of "uname -a" in your reply.
Online
@mojo, here is the output.
root@cruzo:~# tazpkg get-install linux-netfilter --forced
linux-netfilter-2.6.37
Connecting to mirror.slitaz.org (94.23.60.116:80)
linux-netfilter-2.6. 100% |*******************************| 271k 00:00:00 ETA
Installation of : linux-netfilter-2.6.37
================================================================================
Copying linux-netfilter-2.6.37... [ OK ]
Extracting linux-netfilter-2.6.37... 544 blocks
Extracting the pseudo fs... (lzma) 542 blocks
Installing linux-netfilter... [ OK ]
Removing all tmp files... [ OK ]
================================================================================
linux-netfilter (2.6.37) is installed.
root@cruzo:~# depmod -a
root@cruzo:~#
root@cruzo:~# uname -a
Linux cruzo 2.6.34-slitaz #1 SMP Fri Oct 15 18:06:28 CEST 2010 i686 GNU/Linux
root@cruzo:~#
Is the problem related to mismatch of versions? Ta.
Offline
Yes, you figured out your problem is a version mismatch.
You have 3.6.34 kernel,cooking kernel and modules in repo are 2.6.37
I recommend a clean install of this version:
http://distro.ibiblio.org/pub/linux/distributions/slitaz/iso/undigest/slitaz-xorg-light.iso
http://distro.ibiblio.org/pub/linux/distributions/slitaz/iso/undigest/slitaz-xorg-light.md5
Online
@mojo, Many thanks. I will definitely try that.
Offline
Just to confirm that upgrading the kernel did fix the problem. thanks
Offline
Pages: 1
[ Generated in 0.024 seconds, 8 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]