Displaying 1 result from an estimated 1 matches for "dom0machien".
2008 Dec 12
3
DomU kernel upgrade tool
...iptables -L
FATAL: Could not load /lib/modules/2.6.24-22-xen/modules.dep: No such
file or directory
iptables v1.3.8: can''t initialize iptables table `filter'': iptables who?
(do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
// Dom0 //
# uname -a
Linux Dom0machien 2.6.24-22-xen #1 SMP Mon Nov 24 21:35:54 UTC 2008
x86_64 GNU/Linux
I solved this problem copying /lib/modules/2.6.24-22-xen from Dom0 to DomU
// Dom0 //
# xm shutdown DomUmachine
# mount /dev/vg1/DomUmachine-disk /mnt/DomUmachine/
# mkdir /mnt/DomUMahcine/2.6.24-22-xen
# cp -a /lib/modules/2....