Tuesday, May 03, 2011

iptables problem with debian on xen

module-init-tools

the error

stats:/etc/snmp# iptables -L -v
Note: /etc/modules.conf is more recent than /lib/modules/2.6.18-8.1.15.el5xen/modules.dep
modprobe: QM_MODULES: Function not implemented

modprobe: QM_MODULES: Function not implemented

modprobe: Can't locate module ip_tables
iptables v1.3.6: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

sh-2.05b# depmod depmod: QM_MODULES: Function not implemented 

Solution
apt-get install module-init-tools
done!
ref: http://forum.lxcenter.org/index.php?t=msg&goto=56813&

No comments:

Related Posts Plugin for WordPress, Blogger...