|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] VM's dont start
Henning Sprang wrote:
On 4/18/07, freeagle <dalibor.free@xxxxxxxxx> wrote:
Hello,
I'm having a problem trying to run any domU. I'm using xen 3.0.4. When i
create a vm with xm create, the vm gets craeted, but is never run. xm
list shows the vm with no state flags, and the total cpu time the vm
used so far is always 0.0. I was looking on the web for solution, but
couldn't find anything helpful. this is xm's log after the vm creation:
How does the xend-debug log look like?
(I never could get any useful information for findeing usage problems
from xend.log, I think it's completely useless)
Anything interesting in the other logfiles?
Can you show us your domU config (without comments, please)
My config: (this is my whole config, i did not just copy/paste example.hvm)
# -*- mode: python; -*-
# -------------------------------
# config
kernel = "/usr/lib/xen/boot/hvmloader"
builder = 'hvm'
memory = 512
name = "winXP"
vif = [ 'type=ioemu,bridge=xenbr0']
disk = [ 'file:/Data/Virtual/winXP.img,ioemu:hda,w' ]
device_model = '/usr/lib/xen/bin/qemu-dm'
cdrom = "/Data/Install/Software/Windows/WinXP/en_winxp_pro_with_sp2.iso"
boot = "d"
sdl=1
vnc=0
vncviewer=0
ne2000=0
xend-debug.log:
Xend started at Sun Apr 15 02:18:33 2007.
Nothing to flush.
Nothing to flush.
Xend started at Sun Apr 15 12:59:07 2007.
Nothing to flush.
Nothing to flush.
Xend started at Sun Apr 15 14:02:46 2007.
Xend started at Sun Apr 15 14:47:19 2007.
Nothing to flush.
Nothing to flush.
Xend started at Sun Apr 15 15:20:51 2007.
Nothing to flush.
Nothing to flush.
Xend started at Sun Apr 15 17:04:24 2007.
Nothing to flush.
Nothing to flush.
Xend started at Mon Apr 16 12:27:12 2007.
Nothing to flush.
Nothing to flush.
Xend started at Mon Apr 16 12:31:07 2007.
Nothing to flush.
Nothing to flush.
cat: /etc/xen/vtpm.db: No such file or directory
Xend started at Wed Apr 18 20:16:41 2007.
Nothing to flush.
Nothing to flush.
qemu-dm log:
domid: 1
qemu: the number of cpus is 1
warning: could not open /dev/net/tun: no virtual network emulation
Could not initialize device 'tap'
Dalibor
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|