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] 2.6.32 Kernel Debian

To: Tegger <xen@xxxxxxxxx>
Subject: Re: [Xen-users] 2.6.32 Kernel Debian
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Mon, 8 Mar 2010 16:49:56 -0800 (PST)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 08 Mar 2010 16:53:47 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1268095796; bh=2mn1U3kgy9XBgMqTkHQ8PaJjRrQqkIcbpaZpq2GA7bM=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=GQGaCeUWWxZl3NbV8Dj/2frIvyW9Fp5OjTDW071x7PLPc1IKhfJhuXvbs4zrZlu2l6+h7qhpHKa5YO2Tge9/G1zyzNakQ5q6SY5AbWQLriUtGlmue21CwtCV9SpxGzD6GK2SRFqZEIDmoRANbFy1RK6BY3O/cZPi9Qpi0VT29ps=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=6RX6DYrGi1JkeKvurODHto8IbC2dkNGgay8SiWdmoelqsQCEX9A8aWUMu2cL2QLF5m6V4aVjT9sIEXh5zCYoL5p5qUvJ13BFhS9J31g7TcbDANEDGTIPSoUvuML9sH2rkmMCsXYSi3pqIDCYpRrkJj+r0bK3CbW+6K4MWnU9q/0=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4B9594B7.5020203@xxxxxxxxx>
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
Required screen shots  for pvops tuning are here (4 total).
Kernel is old,but actions should be same :-

http://bderzhavets.wordpress.com/2009/06/25/setup-xen-3-4-1-dom0-on-top-of-ubuntu-9-04-server-via-marc-a-dahlhauss-udev-patch/

Boris

--- On Mon, 3/8/10, Tegger <xen@xxxxxxxxx> wrote:

From: Tegger <xen@xxxxxxxxx>
Subject: Re: [Xen-users] 2.6.32 Kernel Debian
To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Monday, March 8, 2010, 7:22 PM

sorry, but i didn't found  dom0 support option
only
 --- Paravirtualized guest support        


Am 08.03.2010 12:20, schrieb Boris Derzhavets:
Could you build yourself 2.6.32.9 from scratch :

# git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
# cd linux-2.6-xen
# git checkout -b xen/stable origin/
xen/stable
# make menuconfig ( enable Xen Dom0 support)
# make

Boris.

--- On Mon, 3/8/10, Tegger <xen@xxxxxxxxx> wrote:

From: Tegger <xen@xxxxxxxxx>
Subject: Re: [Xen-users] 2.6.32 Kernel Debian
To: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Monday, March 8, 2010, 5:55 AM

so i found some 2.6.32 xen kernel by myself
http://hermes.jura.uni-tuebingen.de/~blank/debian/xen-test/

but there are a kernel panic, with xncore kernel too


Kernel panix - not syncing : VFS: Unable to mount root fs on unknown-block(0,0)

title           Xen 3.4-amd64 / XNCore , kernel 2.6.31-8-xen-amd64
root            (hd0,0)
kernel          /boot/xen-3.4-amd64.gz
module          /boot/vmlinuz-2.6.31.8-xncore-1001 root=/dev/sda1 ro console=tty0

title           Xen 3.4-amd64 / Debian GNU/Linux, kernel 2.6.32-3-xen-amd64
root            (hd0,0)
kernel          /boot/xen-3.4-amd64.gz
module          /boot/vmlinuz-2.6.32-3-xen-amd64 root=/dev/sda1 ro console=tty0
module          /boot/initrd.img-2.6.32-3-xen-amd64

title           Debian GNU/Linux, kernel 2.6.32-trunk-amd64
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.32-trunk-amd64 root=/dev/sda1 ro quiet
initrd          /boot/initrd.img-2.6.32-trunk-amd64


the last one is working....and it is hd0,0

i have used reiserfs instead of ext3, could this be the reason ?


Am 08.03.2010 09:11, schrieb Michael Schmidt:
> Hi,
>
> try the following one, it works with lenny and xeon 5500 - so maybe for your iCore too:
>
> http://www.xncore.com/kernel/linux-image-2.6.31.8-xncore-1001.tar.bz2
> http://www.xncore.com/kernel/linux-source-2.6.31.8-xncore-1001.tar.bz2
> http://www.xncore.com/node/141
>
> Best Regards
> - Michael Schmidt
>>
>> Am 07.03.10 21:55, schrieb Tegger:
>>> Hi,
>>>
>>> where can i find a 2.6.32 Kernel which is working with debian ? I only found patches for .31 Kernel, but this didn't work with my new iCore and P55 Board
>>>
>>> _______________________________________________
>>> 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



-----Inline Attachment Follows-----

_______________________________________________
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