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
 
   
 

xci-devel

[Xci-devel] VM not starting

To: xci-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xci-devel] VM not starting
From: Daniel Barden <daniel.barden@xxxxxxxxx>
Date: Fri, 16 Oct 2009 15:01:21 -0300
Delivery-date: Fri, 16 Oct 2009 11:01:26 -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=PXuZksyscY5hO46l7rnXv7Ev/++VFbLT8CtVPsslCSk=; b=AXkm3URaPRLBTlISCD88YJodzJaaBfVwHbyqJ2V6CV/HMQgZ2q+YD9slkdV3fKLEb0 5benpRNh5hRp+sOJZmxrcW84sstn1Fy6icRyS/DwIgdAHJp+BjuUDsZcVmHz0V/ymeRf W4sXrmGvQLgHN2vshnksebaZ/QeGJ5m3uh7PI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lARK4B+o9rmEoIKbSyhB0yhWVvPwpDKU6hDJ9LkJSQSNj+ytKMWQpQj/zgpzeRwSMb 6TKjlpZ9KwCiq8jhe4VAIxat6OulZzvMADuAm2ODCWNQUIw82ZNZPTTTCMHS4DYQYfGl ZHbQEdDsCmcSJ8h7GfrE9zdRkTl/MkqOPt8ms=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-archive: <http://lists.xensource.com/archives/html/xci-devel>
List-help: <mailto:xci-devel-request@lists.xensource.com?subject=help>
List-id: xci-devel.lists.xensource.com
List-post: <mailto:xci-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xci-devel>, <mailto:xci-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xci-devel>, <mailto:xci-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xci-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

     I'm trying to start a virtual machine (an arch linux) using
xenclient. The arch linux is a livecd recorded as a .iso. Below you
can find the configuration file:

uuid = 00000000-0000-0000-0000-000000000002
hvm = true
memory = 256
disk = /root/vm/arch.iso:file:hdd:r:cdrom
disk = /root/vm/debian.img:file:hda:w:disk
boot = dc
pae = false
acpi = false
apic = false
debug = true
nic =
display=vnc:use-port-unused

I start the machine using the command "xenvm arch.vm" and keep
monitoring the state of the VMs using "xenops list". It starts with:

id |  state  |     cpu_time     |                                 uuid
 0 |     R    | 202206923652 | 00000000-0000-0000-0000-000000000000
 1 |  P    H |       0              | 00000000-0000-0000-0000-000000000002

Then after some time it goes to:
id |  state |     cpu_time |                                 uuid
 0 |     R  | 202206923652 | 00000000-0000-0000-0000-000000000000
 1 |      H |       258456 | 00000000-0000-0000-0000-000000000002

In the debug file, the last message states that the machine is
running. The vm debug log is attached. We are running xenclient in a
HP 6930p notebook.

I'm attaching some logs that might be useful. If you need any other
information, feel free to ask.

Attachment: xenvm-debug-00000000-0000-0000-0000-000000000002
Description: Binary data

Attachment: dmesg.log
Description: Text Data

Attachment: xen_dmesg.log
Description: Text Data

_______________________________________________
Xci-devel mailing list
Xci-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xci-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xci-devel] VM not starting, Daniel Barden <=