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

[Xen-devel] xm create hvm and xm list crash problem

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] xm create hvm and xm list crash problem
From: bo ma <kyle.ma83@xxxxxxxxx>
Date: Tue, 12 May 2009 14:03:49 +0800
Delivery-date: Mon, 11 May 2009 23:04:19 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=samXmZpxzbH1RAV2FV0admr5qA4+/8P85REDfBqAAwM=; b=wciYGNvEhYujg0dFyQBGy9lhuLzQ4yh7A70CZuok7BcV0x1AWdffXOUtKZY3JKd9vX NyBKLFzRlZZG0WrBP9BCp7hsCiJZD2PETba+3y8hxijdVz+ujZlpvwbKM3T7IdN4gz/Y 29V95zuOJy+HvsNwTX7OzEvBnvVScmKETYocA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=n3/lZIujkls/MULwF5PBG1r6x9LZN7lggYZhHqMRBPGK3PEQKCqHX32XBMgzIY3h52 iLI2c/rxMvfb3I0MloBW7Rd73IWk2yHIsu/PPqaZbDIl3WdgcOEhe7cMbQqyhDTR9Y0u tlN2k/7r8Um7Pj1CDDnYOSUXPZJDFSIjsVMAM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi everyone

I wrote the problem before, but didn't attach the xend.log

The problem is when I xm create xmexample.hvm it shows normally but xm list only shows domain0 ,there is no hvmdomain named ExampleDomain.

I feel really weird . and the xend.log shows

[2009-05-12 14:02:32 xend.XendDomainInfo 20938] DEBUG (XendDomainInfo:1036) XendDomainInfo.handleShutdownWatch
[2009-05-12 14:02:32 xend 20938] DEBUG (DevController:496) hotplugStatusCallback /local/domain/0/backend/vif/63/0/hotplug-status.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:496) hotplugStatusCallback /local/domain/0/backend/vif/63/0/hotplug-status.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:510) hotplugStatusCallback 1.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:154) Waiting for devices usb.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:154) Waiting for devices vbd.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:160) Waiting for 768.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:496) hotplugStatusCallback /local/domain/0/backend/vbd/63/768/hotplug-status.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:496) hotplugStatusCallback /local/domain/0/backend/vbd/63/768/hotplug-status.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:510) hotplugStatusCallback 1.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:154) Waiting for devices irq.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:154) Waiting for devices vkbd.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:154) Waiting for devices vfb.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:154) Waiting for devices pci.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:154) Waiting for devices ioports.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:154) Waiting for devices tap.
[2009-05-12 14:02:33 xend 20938] DEBUG (DevController:154) Waiting for devices vtpm.
[2009-05-12 14:02:33 xend.XendDomainInfo 20938] INFO (XendDomainInfo:994) Domain has shutdown: name=HVM id=63 reason=poweroff.
[2009-05-12 14:02:33 xend.XendDomainInfo 20938] ERROR (XendDomainInfo:1896) VM HVM restarting too fast (1.373767 seconds since the last restart).  Refusing to restart to avoid loops.
[2009-05-12 14:02:33 xend.XendDomainInfo 20938] DEBUG (XendDomainInfo:1637) XendDomainInfo.destroy: domid=63

Could you please help me? what is the problem? O:

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xm create hvm and xm list crash problem, bo ma <=