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] Domain has shutdown: reason=poweroff

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Domain has shutdown: reason=poweroff
From: Ashley Gould <agould@xxxxxxxx>
Date: Wed, 26 Sep 2007 11:37:02 -0700
Delivery-date: Wed, 26 Sep 2007 11:37:47 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
Hi list,

This is probably a familiar problem, but I haven't found anything in the
archives yet.

I am trying to start hvm domU, but as soon as the domU unpauses after
waiting for devices, it immediately does a shutdown.
I am clearly doing something wrong.  I'm guessing xend can't find a 
boot image? don't know.  

xend.log:
[cut]
[2007-09-26 10:55:20 xend 4311] DEBUG (DevController:148) Waiting for devices 
ioports.
[2007-09-26 10:55:20 xend 4311] DEBUG (DevController:148) Waiting for devices 
tap.
[2007-09-26 10:55:20 xend 4311] DEBUG (DevController:148) Waiting for devices 
vtpm.
[2007-09-26 10:55:20 xend 4311] INFO (XendDomain:1078) Domain tenar-vhost (27) 
unpaused.
[2007-09-26 10:55:20 xend.XendDomainInfo 4311] INFO (XendDomainInfo:1006) 
Domain has shutdown: name=tenar-vhost id=27 reason=poweroff.
[2007-09-26 10:55:20 xend.XendDomainInfo 4311] DEBUG (XendDomainInfo:1526) 
XendDomainInfo.destroy: domid=27
[2007-09-26 10:55:20 xend.XendDomainInfo 4311] DEBUG (XendDomainInfo:1534) 
XendDomainInfo.destroyDomain(27)
[cut]


This is on xen 3.0.4, SuSE sles10 sp1.  domU is sles9 x86-64.  hardware
is AMD Opteron 2220 (Sun x4200)


Here is my domU config:
# Host tenar-vhost

import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

localtime = 0
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'

name = 'tenar-vhost'
memory = 2048
vcpus = 4

builder = 'hvm'
vif = [ 'type=ioemu, model=rtl8139, mac=00:16:3e:bc:5D:4B, bridge=xenbr0' ]
kernel = "/usr/lib/xen/boot/hvmloader"
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="cda"
# set runlevel here
extra = ' '

disk = [
'phy:data0/tenar-vhost-root, ioemu:sda1,w', 
'phy:data0/tenar-vhost-swap, ioemu:sda2,w'
]

serial="pty"
nographic=1





-- 

-ashley

Did you try poking at it with a stick?


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Domain has shutdown: reason=poweroff, Ashley Gould <=