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] Re: [Xen-devel] Failure to create HVM DomU at Xen 4.1 (

To: "Walter Robert Ditzler" <ditwal001@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Re: [Xen-devel] Failure to create HVM DomU at Xen 4.1 ( kernel 3.0.0-5-generic) Ubuntu 11.10 (alpha 2)
From: jim burns <jim_burn@xxxxxxxxxxxxx>
Date: Sun, 17 Jul 2011 17:02:29 -0400
Cc:
Delivery-date: Sun, 17 Jul 2011 14:04:02 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bellsouth.net; s=s1024; t=1310936555; bh=M9IAAbroz+7rsJCBgf+O5rl4N7CgIabODyiApPsIpiw=; h=X-Yahoo-Newman-Id:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Subject:Date:User-Agent:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id; b=pO4oxRZuwoZ5U621qr62rz8GL/7c7NPcVTkxZ9K7ChEakhJ4wvZNcZFmMiQFa1iA6Li9jxaQewUlHlMcd2yHyMm5v8RT83Hp7S+LFK99IhrhDXJ2Elvyy7jB6wu758oKO6DTpyslThi9vQ9f6eOUrUV1W5en5UMJg0ozpSijSII=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <!&!AAAAAAAAAAAYAAAAAAAAAOJK0u4CH31Kl5v1RPAzyrZCgQAAEAAAAHy+jOUDHhlMhlQ3KlAsKpABAAAAAA==@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>
References: <201107171547.17336.jim_burn@xxxxxxxxxxxxx> <!&!AAAAAAAAAAAYAAAAAAAAAOJK0u4CH31Kl5v1RPAzyrZCgQAAEAAAAHy+jOUDHhlMhlQ3KlAsKpABAAAAAA==@xxxxxxxxx> (sfid-20110717_161747_250811_4000019D)
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.13.7 (Linux/2.6.37.6-0.5-default; KDE/4.6.5; i686; ; )
On Sun July 17 2011 3:52:48 PM you wrote:
> hi jim,
> 
> i just posted a thread several hours ago about xen 4.2 unstable, 2.6.39.3
> and problem creating hvm guest's. I would be interested if you have more
> details why there are problems. my problem actually is that my guest's
> cant access hw resources from dom0!

This looks like a very different problem. Let's see what jumps out at me:

from dmesg: (looks like dom0 to me)

> [    0.000000] Kernel command line: dummy root=UUID=6d870fbe-f4a5-4aa6-
bc2f-502f81344e7b ro quiet console=tty0 nomodeset

Ah yes, grub*2*, sigh!

> [    0.041309] ACPI: EC: Look up EC in DSDT
> [    0.042064] ACPI Error: Field [CDW3] at 96 exceeds Buffer [NULL] size 64 
> (bits) (20110316/dsopcode-236)
> [    0.042081] ACPI Error: Method parse/execution failed [\_SB_._OSC] (Node 
ffff8800319119c0), AE_AML_BUFFER_LIMIT (20110316/psparse-536)
> [    0.046996] ACPI: Interpreter enabled
> [    0.046996] ACPI: (supports S0 S5)
> [    0.047028] ACPI: Using PIC for interrupt routing

This bothers me that your dom0 can't initialize acpi w/o errors. Maybe that's 
why you chose 'acpi=0' in your hvm config. (Btw, use hda/hdc in your disk= 
line, not xvda/xvdc, though xen *should* translate for you.)

> [    0.263779] Failed to setup GSI :1, err_code:-22

Lot of dom0 errors of this form. Any hardware problems on dom0 itself?

From 'qemu-dm':

> qemu: ignoring not-understood drive `xvda'

Reinforces my comment above. Everything else looks ok here.

From xen-hotplug:

> RTNETLINK answers: Operation not supported
> /etc/xen/scripts/xen-network-common.sh: line 131: brctl: command not found
> /etc/xen/scripts/xen-network-common.sh: line 131: brctl: command not found

Ah ha! Nothing is going to work if you don't have bridge utils installed. 
Also, make sure 'brctl' is in the PATH.

From your xl log:

Each 'xl create' ends in a lot of 'int13_harddisk:' errors. Possibly also from 
the xvda/hda mixup. Also, your server02 config says 'boot='cd', but your xl 
log says:

> Boot from Hard Disk failed: could not read the boot disk

and then tries to boot from the cd. Don't know why you didn't see anything 
from the cd, tho'. (You had the cd inserted, right?)

Scratch that - I just saw you're accessing the .iso file on /var/xen with a 
'phy:' prefix. It should be 'file:'. (Or some variation of tap: or tap2:. 
However, since 3.0.0 doesn't have blktap.ko, I doubt that 2.6.39.3 does, 
unless Debian added it themselves.)

I'm going to assume that some of your dom0 dmesg errors are because xen 4.2 is 
still 'unstable'. I haven't worked with 4.2 yet.

Hope this helped. Good luck.

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