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-users

Re: [Xen-users] Xen 4.1.0 + stable-2.6.32.x kernel = crashes, hangs, re

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Xen 4.1.0 + stable-2.6.32.x kernel = crashes, hangs, reboots
From: agent 8131 <agent.8131@xxxxxxxxxxxx>
Date: Sat, 21 May 2011 15:00:37 -0700
Delivery-date: Sat, 21 May 2011 15:03:57 -0700
Dkim-signature: v=1; a=rsa-sha1; c=simple; d=infotage.net; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=postfix; bh=l8j75B0vT e27wbNWTf3OS6vL4QA=; b=vBpDdAIEjTlK1relvaYFSzDsmvPhZSA/P6BEfVkkc idR+JCj4TWOX4czdZ0+QfH5EmyeBV9DaMwyuVLXWY8mML2BmbIyJOBBm5IYovWGu xYPWLLSVpAxGiIYW2o5hcKwAGYWMaflE2zc2od3EUCvjykim2R6VYe4jQuz2gd84 jU=
Domainkey-signature: a=rsa-sha1; c=simple; d=infotage.net; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=postfix; b=cHk 8V3X0ZSh3UCOv+r1b1RmVVCA7lb8ixzsqB0j2qnS0Rc65NimCu8o7cR6sV0psNg4 /uYn0Dp2HbHYdksXdAc1fmV2CjK145igBvEpSZEAsZK/N7GFBjwf/M2nbqvQ1rvv QOSwn61Yuq8iRrybIgzC5t1GJWKbiJC3WBcqk3bM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4DD4BE1B.9000301@xxxxxxxxxxxx>
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>
References: <4DD1AB32.3020505@xxxxxxxxxxxx> <039E0B4AA9103344A80DA55DDDC76A933B2EA9@xxxxxxxxxxxxxxxxxxxxxx> <4DD4BE1B.9000301@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10
Still happening. the last 2 times the Xen 4.1 system has hard locked after running for 4-6 hours. My plan is to try Xen 4.0.1 instead. It would be nice if someone would support Xen 4.1.


On 05/18/2011 11:52 PM, agent 8131 wrote:
On 05/18/2011 01:22 AM, Ian Tobin wrote:
What is your grub config set to?

Ian
title Xen 4.1.0 / Ubuntu 10.04.2 LTS, kernel 2.6.32.39
root (hd0,0)
kernel /boot/xen-4.1.0.gz dom0_mem=768M
module /boot/vmlinuz-2.6.32.39 root=/dev/md0 ro console=tty0
module /boot/initrd.img-2.6.32.39


-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of agent 8131
Sent: 16 May 2011 23:55
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen 4.1.0 + stable-2.6.32.x kernel = crashes,
hangs,reboots

I upgraded a test system from Xen 3.3 to Xen 4.1.0. I've compiled a
kernel from the xen/stable-2.6.32.x branch from
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git. While I
can get virtual machines from Xen 3.3 to run with some configuration
changes I've been unable to keep the host system stable for more than a
few hours when running domU's. This could be hardware related as this
is hardly server grade hardware. This is an AMD Athlon X2 on a consumer
motherboard (ASUS I think). I have run memtest for many hours to see if
this was related to bad memory but all memory has tested fine. After a
few hours of running domU's the system will either reboot, hard lock
(completely unresponsive), crash (completely unresponsive plus stack
trace displayed), or soft lock (magic sysrq still working).

I've tried running domU's using both xl and xm but both were unstable.
Here is the xen options for the kernel configuration:

CONFIG_XEN=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=128
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_SWIOTLB_XEN=y
CONFIG_MICROCODE_XEN=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_XEN_DOM0_PCI=y
# CONFIG_XEN_PCI_PASSTHROUGH is not set
CONFIG_PCI_XEN=y
CONFIG_XEN_PCIDEV_FRONTEND=m
CONFIG_XEN_BLKDEV_FRONTEND=m
CONFIG_NETXEN_NIC=m
CONFIG_XEN_NETDEV_FRONTEND=m
CONFIG_XEN_KBDDEV_FRONTEND=m
CONFIG_HVC_XEN=y
CONFIG_XEN_WDT=m
CONFIG_XEN_FBDEV_FRONTEND=m
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=y
CONFIG_XEN_BACKEND=y
CONFIG_XEN_NETDEV_BACKEND=y
CONFIG_XEN_BLKDEV_BACKEND=y
CONFIG_XEN_BLKDEV_TAP=y
CONFIG_XEN_BLKBACK_PAGEMAP=y
CONFIG_XEN_PCIDEV_BACKEND=y
CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
# CONFIG_XEN_PCIDEV_BACKEND_PASS is not set #
CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set #
CONFIG_XEN_PCIDEV_BACKEND_CONTROLLER is not set #
CONFIG_XEN_PCIDEV_BE_DEBUG is not set CONFIG_XENFS=m
CONFIG_XEN_COMPAT_XENFS=y CONFIG_XEN_SYS_HYPERVISOR=y CONFIG_XEN_MCE=y
CONFIG_XEN_XENBUS_FRONTEND=m CONFIG_XEN_GNTDEV=y CONFIG_XEN_S3=y
CONFIG_ACPI_PROCESSOR_XEN=y CONFIG_XEN_PLATFORM_PCI=m

I've attached a couple of screenshots of stack traces when those have
been present. Are there known problems with stability in Xen 4.1? Is
this possibly a hardware issue that for some reason was not a problem
under Xen 3.3? Have I inadvertently enabled an unstable kernel module?
Any advice on how to move forward and resolve this issue. I'd like to
upgrade my Xen 3.x servers but only once I can be certain there is a
stable platform for migrate too.

Any advice would be appreciated. Thank you.



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users