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

[Xen-users] Process blocked errors

To: xen-users@xxxxxxxxxxxxxxxxxxx, Steve Allison <xen-users@xxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Process blocked errors
From: Jordan Pittier <jordan.pittier@xxxxxxxxx>
Date: Sun, 28 Aug 2011 19:10:26 +0200
Cc:
Delivery-date: Sun, 28 Aug 2011 10:12:03 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=mEi8KYa67RqyWWOqzdEhJFhKmqhpT+BvFGNAmHtCa1s=; b=iTjXOdlNJHPg66hQEJQXjyd4Xe5f/vjHRm9DHSFOjpzZG4Hp/c3JDJM1H6lxHK0cKj e1rrGoKDnP/TMZOiRtja4d4UejWrHpGGgRV3gW17czlnMlq5P0RK0sgCCo7LMZOoMRcA 7WielXzifWTbF7ndrDuH7eiC8AIqfYnVr9yC8=
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
Hi,
I also had the same exact problem, with same exact config (stock Squeeze kernel). See http://www.mailinglistarchive.com/html/xen-users@xxxxxxxxxxxxxxxxxxx/2011-01/msg00595.html I have tried to build the latest driver for my RAID controler, but it didnt help.
In the end, the solution for me was to use a more recent Linux kernel from opensuse 11.4. So I have kept my Debien distro but I am "borrowing" the kernel from Suse. It works very well now. I have tried many many things without success.
Here is my "procedure" to install the Suse kernel with Debian :

apt-get --yes install alien
wget http://download.opensuse.org/distribution/11.4/repo/oss/suse/x86_64/kernel-xen-2.6.37.1-1.2.2.x86_64.rpm
alien -i kernel-xen-2.6.37.1-1.2.2.x86_64.rpm
echo CONFIG_XEN_DOM0=y >> /boot/config-2.6.37.1-1.2-xen && rm -f /boot/vmlinux-2.6.37.1-1.2-xen.gz
update-initramfs -c -t -k 2.6.37.1-1.2-xen -b /boot
update-grub

Then you have to slightly edit /etc/init.d/xend to load the kernel modules, it should look like :

modules_setup()
{
       modprobe evtchn 2>/dev/null || true
       modprobe blktap 2>/dev/null || true
       modprobe blkbk 2>/dev/null || true
       modprobe xenblk 2>/dev/null || true
       modprobe netbk 2>/dev/null || true
       modprobe gntdev 2>/dev/null || true
       modprobe usbbk 2>/dev/null || true
}

Hope it helps,
Jordan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>