WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-users] Xen causes hang when reboot or shutdown.

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Xen causes hang when reboot or shutdown.
From: 신용진 <akayong@xxxxxxxxx>
Date: Mon, 15 Mar 2010 15:32:00 +0900
Cc:
Delivery-date: Sun, 14 Mar 2010 23:33:29 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:x-mailer:thread-index :content-language; bh=3RJ1kipXtO/U0b4e0UlKUgnLoVtx4/vG0FJ8mndywRE=; b=fVenkN6z+mDOsWA++ijz1ke9ABgtHE1KUKel9NQx3A9nY1lNi6Bgas+vHoZ/Fh7Kmo SA6WQTvlqrP7s5K1nrh0qC2ZXTjxDX8qbme6KoLZiPqia97oaTLY28DasSj5Wr/Y6IMb vSa1a61Q3zbliRyCijbpwq4RtsIRCcwlJKObw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :thread-index:content-language; b=V+XPe480iiiM1caGIwPRD69FmNAoH2XDQ4pV1/CkLlAqK6A5tkqMJi6hCBgFmlN9qU 2kT7iY2qiuXjxwqzU7YVJeDhQPGIDAsVjKjER8OIYDHdh9MTGVMP/bCj54PNH7gE7k9L grEdFoaMFyb+fDqzkDvhAFlS8aUSMaGLNJcGA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcrECTf41x3OdfYnQR6+QPBJssDBvg==

I am trying to make xen-virtualization system

 

My machine is

CPU : Intel Xeon E5520 * 2
RAM : DDR3 1333 2GB * 6
HDD : 500GB SATA * 4 (RAID 10)

 

CentOS5.3 Kernel 2.6.27.29-0.1.1 (original was 2.6.18-128 and I upgraded)

Xen 3.4.2  (http://www.gitco.de/repo/GITCO-XEN3.4.2_x86_64.repo)

 

 

When I boot my computer, it shows some messages like below;

 

Starting xend: Nothing to flush

FATAL : Module netloop not found

FATAL : Module netlbk not found,

FATAL : Module blkbk not found,

FATAL : Module blktap not found,

 

And when I reboot It starts to hang.

 

As I surveyed, from Xen 3.3 and later, we should install above modules in Xen-kernel, not separate modules.

So I set those modules install in xen-kernel.

(I mean, when we set menuconfig (make menuconfig), it should be [*], not [M])

 

However, when I look through the /etc/init.d/xend source, they have modprobe sentence.

 

So I changed all those modules as <M> in menuconfig.

After this, netloop and netbk was installed, however, blkbk and blktap was not installed.

 

So, I installed netloop and net bk as Module, and blkbk and blktap in xen-kernel.

The, I boot my computer, it shows some messages like below;

 

Starting xend: Nothing to flush

FATAL : Module blkbk not found,

FATAL : Module blktap not found,

 

And when I reboot, it starts to hang again!

 

After that, I commented out modprobe blkbk and modprobe blktap in /etc/init.d/xend file., then it doesnt show those messages,

However, it hangs again.

 

When I boot my machine without xend, then it does not show hang.

 

And I did googling and I found that other people have same problem like me, and it is caused by blktap.

And some people give some solutions and patch for blktap, however, those kernel version or xen version is different from mine, So I could not apply them to my computer.

Follows are links that I referenced

http://lists.xensource.com/archives/html/xen-devel/2010-01/msg00146.html

http://lists.xensource.com/archives/html/xen-devel/2010-01/msg01152.html

http://wiki.xensource.com/xenwiki/XenDom0Kernels

http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=shortlog;h=xen/master;pg=0

http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=shortlog;h=xen/master;pg=4

http://permalink.gmane.org/gmane.comp.emulators.xen.devel/78670

 

Is there any solution or patch files for this problem?

 

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen causes hang when reboot or shutdown., 신용진 <=