Hi there, after having an huge amount of my mailspace filled with xen-ML-mails I will stand up and send one request of my own... :) I have installed a debian-lenny with xen 3.4.2 like I describe in the attached pdf. Extract: aptitude install libsdl-dev libxcb-xv0-dev automake git-core mercurial gawk \ libssl-dev libx11-dev gettext bcc libncurses5-dev build-essential libqt3-mt-dev \ gettext libssl-dev bin86 python-openssl python-gobject-dev python-dev bridge-utils xen-3.4.2 $ make install-xen $ make install-tools $ make install-stubdom cd /usr/src/ hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg cd linux-2.6.27-xen.hg make O=~/build/linux-2.6.27-xen/ menuconfig config kernel make -j2 && make modules_install && make install && depmod 2.6.27.5 && update-initramfs -c -k 2.6.27.5 && reboot =======An error I don`t expect is that I am not able to load the loop-module without force --- chieftec:~# modprobe loop FATAL: Error inserting loop (/lib/modules/2.6.27.5/kernel/drivers/ block/loop.ko): Unknown symbol in module, or unknown parameter (see dmesg) chieftec:~# modprobe -f loop chieftec:~# --- This issue I adressed in the german debian-forum with additional logs, I''ll see what comes up. http://debianforum.de/forum/viewtopic.php?f=33&t=116231 Sounds that familiar to anyone? I guess there is some strange module- version-stuff going on. Thanks in advance Christian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I Send this email yesterday, but didn`t receive it. Hopefully I am not bothering anyone... Otherwise sorry... ------------------- Hi there, after having an huge amount of my mailspace filled with xen-ML-mails I will stand up and send one request of my own... :) I have installed a debian-lenny with xen 3.4.2 like I describe in the attached pdf. Extract: aptitude install libsdl-dev libxcb-xv0-dev automake git-core mercurial gawk \ libssl-dev libx11-dev gettext bcc libncurses5-dev build-essential libqt3-mt-dev \ gettext libssl-dev bin86 python-openssl python-gobject-dev python-dev bridge-utils xen-3.4.2 $ make install-xen $ make install-tools $ make install-stubdom cd /usr/src/ hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg cd linux-2.6.27-xen.hg make O=~/build/linux-2.6.27-xen/ menuconfig config kernel make -j2 && make modules_install && make install && depmod 2.6.27.5 && update-initramfs -c -k 2.6.27.5 && reboot =======An error I don`t expect is that I am not able to load the loop-module without force --- chieftec:~# modprobe loop FATAL: Error inserting loop (/lib/modules/2.6.27.5/kernel/drivers/ block/loop.ko): Unknown symbol in module, or unknown parameter (see dmesg) chieftec:~# modprobe -f loop chieftec:~# --- This issue I adressed in the german debian-forum with additional logs, I''ll see what comes up. http://debianforum.de/forum/viewtopic.php?f=33&t=116231 Sounds that familiar to anyone? I guess there is some strange module- version-stuff going on. Thanks in advance Christian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Dec 4, 2009 at 2:17 AM, Christian Kniep <ChristianKniep@gmx.de> wrote:> cd /usr/src/ > hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hgwhere did you get instructions to do this? You shouldn''t use that kernel. See http://wiki.xensource.com/xenwiki/XenDom0Kernels> chieftec:~# modprobe loop > FATAL: Error inserting loop > (/lib/modules/2.6.27.5/kernel/drivers/block/loop.ko): Unknown symbol in > module, or unknown parameter (see dmesg)First step is to actually look at the output of "dmesg" :) However I suggest you stick with known-working kernel. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users