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] Error when trying to create a "routed" Windows VM

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Error when trying to create a "routed" Windows VM
From: ZybSter <zybster@xxxxxxxxx>
Date: Tue, 5 Feb 2008 14:57:52 +0100
Delivery-date: Wed, 06 Feb 2008 02:50:55 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=5ympsgk8GYxv63EdTq9DANYiV/V6471Jmd/NVKHUwHU=; b=Jg2KVkvjVl4vyzPgiITeNmnCDgMDHDKsh/8jPeCZ38+SMQOahWKX3e560+LRlandCuUdHtcnzCwuwXN47rvj/rIoq9sRbdWSy99gh29r4yZedoIs0X4/Z/EGLdt1j7r48P6PcjbagYz+XS1NUcY1nJF3yo36gijvcmzGHRA2gmI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=TxRz2wcVNSu7b//BFRkSJDs3+LZLU8jzZeRND+L51cdujV9PbvwozARzgdcFgrF11H7/Ai5Ufnh/0Z8RCJfUXcNUNqPt9TsPdAylTtWfqOzKrCBm6y3z3j8AZoMQ0brfGTCDvjLwHBc0ZMRUlaYDV7AOHjxTqmUy6UOtZ8+ZzMU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

hope anybody has an idea how to fix this problem.

I am running Debian Etch with 2.6.18-5-xen-686 #1 SMP Mon Dec 24 20:49:58 UTC 2007 i686 GNU/Linux Kernel.
Several Linux VM's are also already running succesfully.

When trying to create a Windows virtual maschine with the following configuration:

kernel = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
memory = '512'
device_model='/usr/lib/xen/bin/qemu-dm'

# Disks
disk = ['file:/vserver/images/win.img,ioemu:hda,w','file:/vserver/win/windowsimage.iso,ioemu:hdc:cdrom,r']

# Hostname
name = 'Winserver'

# Networking
#vif = ['type=ioemu, bridge=xenbr0']
vif=['type=ioemu,ip=78.xx.xx.xx,mac=00:1D:92:32:CC:42,vifname=winmuschi']
# Behaviour
boot='d'
vnc=1
vncviewer=1
sdl=0

I am receiving the following error when trying to start the VM with "xm create /etc/xen/win-config.sxp"


xm create /etc/xen/win-config.sxp
Using config file "/etc/xen/win-config.sxp".
VNC= 1
Unexpected error: exceptions.OSError

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
  File "/usr/lib/xen-3.0.3-1/bin/xm", line 7, in ?
    main.main(sys.argv)
  File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/main.py", line 1446, in main
    rc = cmd(args)
  File "<string>", line 1, in <lambda>
  File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/main.py", line 751, in xm_importcommand
    cmd.main([command] + args)
  File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/create.py", line 1191, in main
    dom = make_domain(opts, config)
  File "/usr/lib/xen-3.0.3-1/lib/python/xen/xm/create.py", line 982, in make_domain
    os.kill(vncpid, signal.SIGKILL)
OSError: [Errno 3] No such process


Hope that anybody is able to help me.

Best regards
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Error when trying to create a "routed" Windows VM, ZybSter <=