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] Re: [Xen-devel] Xen Dom U kernel

To: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Subject: [Xen-users] Re: [Xen-devel] Xen Dom U kernel
From: kishore kumar <bodkekumar@xxxxxxxxx>
Date: Tue, 20 Apr 2010 17:09:29 -0700
Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 20 Apr 2010 17:10:55 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=7j5w7aOhqycFIHed0Y+Yh031IJkMd9D1EdVJ7UHlKm0=; b=mQUxkvxZU+8Ijo2V31Iw8iyawARR0+wdjsPPiXDrCYhtKGAzX5lPyWCrYwghRu3uiF N1R+h8h9avanVPelmQrFo8nHhWaCeaq3r0q7q+BnbBszXdaP9BrlanCvRbxoqOXj9q5M tXi5Z1++5dWrkZgh4jUrUF5qelhapkezULQ9w=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=wIxHAxyjFhu0WBc2xcPcd2sqag6deePh5cymUmiQFi2L9rm5iDxMch8hs4RvSzch8u K8OAbSO0wqqti/yk+bTgYozX5Bak6GYZWyCYiNDv7HGh6ZTgAkPAG4VDhI0bdAC3Gpfb u66ad1rYoWd9zBw/Piv34bbI3XkWaRmNEGgC4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100420233910.GA1480@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>
References: <x2s9f975f341004091613z94f85bb9g58c4abb548c71386@xxxxxxxxxxxxxx> <4BC60244.5070300@xxxxxxxx> <x2o9f975f341004161524u5fd8c5a1k2983656037e9bc53@xxxxxxxxxxxxxx> <20100417122221.GI1878@xxxxxxxxxxx> <m2l9f975f341004191208kabc2fea9p7b086f1dc5ef1371@xxxxxxxxxxxxxx> <20100419192755.GT1878@xxxxxxxxxxx> <s2y9f975f341004201527w8b06fe91sc4f401144fdf57df@xxxxxxxxxxxxxx> <20100420223818.GA29329@xxxxxxxxxxxxxxxxxxx> <w2n9f975f341004201553lb850a2damd5ff38e9169567@xxxxxxxxxxxxxx> <20100420233910.GA1480@xxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I did git pull and did
make
make modules_install install. 
  Is this the problem with xen blkdevices not loaded?  Can you let me know Where can I find this to load it manually?

Mounting proc filesystem

Mounting sysfs filesystem

Creating /dev

Creating initial device nodes

Setting up hotplug.

Creating block device nodes.

Scanning and configuring dmraid supported devices

Scanning logical volumes

Reading all physical volumes. This may take a while...

Found volume group "VolGroup01" using metadata type lvm2

lvm used greatest stack depth: 4912 bytes left

Activating logical volumes

2 logical volume(s) in volume group "VolGroup01" now active

Trying to resume from /dev/VolGroup01/LogVol01

No suspend signature on swap, not resuming.

Creating root device.

Mounting root filesystem.

mount: could not find filesystem '/dev/root'

Setting up other filesystems.

Setting up new root fs

setuproot: moving /dev failed: No such file or directory

no fstab.sys, mounting internal defaults

setuproot: error mounting /proc: No such file or directory

setuproot: error mounting /sys: No such file or directory

Switching to new root and running init.

unmounting old /dev

unmounting old /proc

unmounting old /sys

switchroot: mount failed: No such file or directory

init used greatest stack depth: 4736 bytes left

Kernel panic - not syncing: Attempted to kill init!

Pid: 1, comm: init Not tainted 2.6.33 #3

Call Trace:

[<ffffffff810513fa>] panic+0xa5/0x171

[<ffffffff81006891>] ? xen_force_evtchn_callback+0xd/0xf

[<ffffffff8148ce94>] ? _raw_write_unlock_irq+0x30/0x3b

[<ffffffff8107ecb8>] ? trace_hardirqs_on_caller+0x110/0x134

[<ffffffff8107ece9>] ? trace_hardirqs_on+0xd/0xf

[<ffffffff8148ce9b>] ? _raw_write_unlock_irq+0x37/0x3b

[<ffffffff81054b0c>] do_exit+0x7c/0x6f5

[<ffffffff8107189f>] ? up_read+0x2b/0x2f

[<ffffffff81055221>] sys_exit_group+0x0/0x1b

[<ffffffff81055238>] sys_exit_group+0x17/0x1b

[<ffffffff81009cf2>] system_call_fastpath+0x16/0x1b



 
On Tue, Apr 20, 2010 at 4:39 PM, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> wrote:
On Tue, Apr 20, 2010 at 03:53:41PM -0700, kishore kumar wrote:
> Is this need to be set to
> CONFIG_DEBUG_RODATA_TEST =y or it need to be commented ??
> currently i have this
> CONFIG_DEBUG_RODATA_TEST=y in my .config

No need for it. I've put a patch in the branch. Make sure to do a git
pull and you should get the fix.

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