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] [XCI] VM not starting

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] [XCI] VM not starting
From: Daniel Barden <daniel.barden@xxxxxxxxx>
Date: Mon, 19 Oct 2009 11:45:31 -0200
Delivery-date: Mon, 19 Oct 2009 06:46:34 -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:message-id:subject:from:to:content-type; bh=UAIlJpa3GTb+cH1E5t8UO46WpP+hAJgbmpryZa++W3Y=; b=GgWQtT1Jyrlm1Fi0IN7pfMK1/M8Bqj7Qo656z/AcK8P9dS4Ff6XPEsSFaZD/upBX4Q /SP4ZHlRJOInk2hAc8Xe/zsite0ieKIjP2uNPrbXW43Q79FGFW5yPANmoA+XdMkwRyI/ xpkgDXGuVTI9o3CzROVphyLLVGzwa/JgE/Y1w=
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 :content-type; b=piOhhu3IroIXqQJ+abUKHm+V+1bHpbMJUvVr5nBki5a6gNIEF5V5CG4cee3m3bCNrQ aZGSuuBlRHAR7JAVtdkRtzjLvH+3vAMLXSRA5bjJSUQOUeThctFqr+zT6H9s3HZMHmrE 1BA+QZnrFCiTunR/33bMMQnkUDrhFHYlWHyN8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <d1ee18fa0910161101q28197baaod50e337fa1b7ae06@xxxxxxxxxxxxxx>
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: <d1ee18fa0910161101q28197baaod50e337fa1b7ae06@xxxxxxxxxxxxxx>
Sender: xen-users-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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] [XCI] VM not starting, Daniel Barden <=