Howdy,
I have a strange issue,
first some back story,
I failed to upgrade from Debian 6.0 to 7.0 and had to do a fresh
install of 7.0
I had a few PV''s and a Windows 7 VM on this system.
they still work for the most part
for the router I have the following issue that I am not able to
reproduce on the other PV''s
root@router:/home/kd5lct# iptables --list
libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not
open modd''
iptables v1.4.14: can''t initialize iptables table `filter'':
Table does
not exis)
Perhaps iptables or your kernel needs to be upgraded.
here is some info
uname -a for PV: Linux router 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2
x86_64 GNU/Linux
uname -a for dom0:Linux vkun 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64
GNU/Linux
root@vkun:/home/kd5lct# cat /etc/xen/router.endofnet.com.**cfg
#
# Configuration file for the Xen instance router.endofnet.com
<http://router.endofnet.com>, created
# by xen-tools 4.2 on Mon Nov 7 19:37:49 2011.
#
#
# Kernel + memory size
#
kernel = ''/boot/vmlinuz-3.2.0-4-amd64''
ramdisk = ''/boot/initrd.img-3.2.0-4-**amd64''
vcpus = ''1''
cpus="1"
memory = ''1024''
#
# Disk device(s).
#
root = ''/dev/xvda2 ro''
disk = [
''phy:/dev/vg0/router.endofnet.**com-disk,xvda2,w'',
''phy:/dev/vg0/router.endofnet.**com-swap,xvda1,w'',
]
#
# Physical volumes
#
#
# Hostname
#
name = ''router.endofnet.com
<http://router.endofnet.com>''
#
# Networking
#
vif = [ ''ip=0.0.0.0, mac=00:16:3E:B4:13:FA,
bridge=br0'',
''ip=0.0.0.0, mac=00:16:3E:B4:15:FB,
bridge=br1'',
''ip=0.0.0.0, mac=00:16:3E:B4:15:FC,
bridge=br4'',
''ip=0.0.0.0, mac=00:16:3E:B4:15:FD,
bridge=br5'',
''ip=0.0.0.0, mac=00:16:3E:B4:15:FE,
bridge=br6''
]
#
# Behaviour
#
on_poweroff = ''destroy''
on_reboot = ''restart''
on_crash = ''restart''
any ideas or should i just start over on this PV guest?
Thank you
Jason Archip
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
On Mon, May 6, 2013 at 9:36 AM, Jason Archip <kd5lct@endofnet.com> wrote:> root@router:/home/kd5lct# iptables --list > libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not > open modd'' >> here is some info > uname -a for PV: Linux router 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 > x86_64 GNU/Linux >> kernel = ''/boot/vmlinuz-3.2.0-4-amd64'' >You are using kernel from dom0. Does the corresponding module exist on domU? e.g. Does /lib/modules/3.2.0-4-amd64 exist on domU? -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
yes it does kd5lct@vkun:/lib/modules/3.2.0-4-amd64$ ls kernel modules.builtin modules.dep.bin modules.softdep modules.alias modules.builtin.bin modules.devname modules.symbols modules.alias.bin modules.dep modules.order modules.symbols.bin kd5lct@vkun:/lib/modules/3.2.0-4-amd64$ should I rsync it over to the host? On Sun, May 5, 2013 at 10:09 PM, Fajar A. Nugraha <list@fajar.net> wrote:> On Mon, May 6, 2013 at 9:36 AM, Jason Archip <kd5lct@endofnet.com> wrote: > > >> root@router:/home/kd5lct# iptables --list >> libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not >> open modd'' >> > > >> here is some info >> >> uname -a for PV: Linux router 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 >> x86_64 GNU/Linux >> > > >> kernel = ''/boot/vmlinuz-3.2.0-4-amd64'' >> > > > You are using kernel from dom0. Does the corresponding module exist on > domU? e.g. Does /lib/modules/3.2.0-4-amd64 exist on domU? > > -- > Fajar >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Forgot to email the list........ I decided to backup using tar and a lvm2 snapshot... then I rsync''d it via #rsync -rlHgov /lib/modules/3.2.0.4-amd64/ root@router :/lib/modules/3.2.0.4-amd64/ and now iptables works Thank you for pointing me in the right direction :) On Mon, May 6, 2013 at 4:12 PM, Jason Archip <kd5lct@endofnet.com> wrote:> yes it does > kd5lct@vkun:/lib/modules/3.2.0-4-amd64$ ls > kernel modules.builtin modules.dep.bin modules.softdep > modules.alias modules.builtin.bin modules.devname modules.symbols > modules.alias.bin modules.dep modules.order > modules.symbols.bin > kd5lct@vkun:/lib/modules/3.2.0-4-amd64$ > > should I rsync it over to the host? > > > > On Sun, May 5, 2013 at 10:09 PM, Fajar A. Nugraha <list@fajar.net> wrote: > >> On Mon, May 6, 2013 at 9:36 AM, Jason Archip <kd5lct@endofnet.com> wrote: >> >> >>> root@router:/home/kd5lct# iptables --list >>> libkmod: ERROR ../libkmod/libkmod.c:554 kmod_search_moddep: could not >>> open modd'' >>> >> >> >>> here is some info >>> >>> uname -a for PV: Linux router 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 >>> x86_64 GNU/Linux >>> >> >> >>> kernel = ''/boot/vmlinuz-3.2.0-4-amd64'' >>> >> >> >> You are using kernel from dom0. Does the corresponding module exist on >> domU? e.g. Does /lib/modules/3.2.0-4-amd64 exist on domU? >> >> -- >> Fajar >> > >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users