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

RE: [Xen-users] Windows 2003 Server installation fails

To: "'Ray Barnes'" <tical.net@xxxxxxxxx>
Subject: RE: [Xen-users] Windows 2003 Server installation fails
From: "Steffen Heil" <lists@xxxxxxxxxxxxxxx>
Date: Wed, 2 Jul 2008 10:13:42 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 02 Jul 2008 01:14:08 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <afa5bb590807011714g3c920df0l575abccf97ccfe2@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: <5AF2E6853F3546A0AF812D47AD3208FC@shs1> <afa5bb590807011714g3c920df0l575abccf97ccfe2@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acjb3FhAHp2uuRCmRuGSR+jf5RBUzAAOA+jg
Hi

I modified my config as follows:

kernel  = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
memory  = '512'
device_model='/usr/lib/xen/bin/qemu-dm'
#disk    = [
'phy:raid/windows,ioemu:hda,w','file:/root/w2k3.iso,ioemu:hdc:cdrom,r' ]
disk    = [ 'phy:/dev/raid/windows,ioemu:hda,w' ]
cdrom   = '/root/w2k3.iso'
name    = 'windows'
vif = ['type=ioemu,mac=00:16:3e:00:00:08,ip=78.46.250.160/32']
vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=4,vncpasswd=cisco']
boot='d'


However, trying to boot this gives:

# xm create -c windows.conf
Using config file "./windows.conf".
Started domain windows
Unexpected error: <type 'exceptions.OSError'>

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in <module>
    main.main(sys.argv)
  File "/usr/lib/python2.5/site-packages/xen/xm/main.py", line 2535, in main
    _, rc = _run_cmd(cmd, cmd_name, args)
  File "/usr/lib/python2.5/site-packages/xen/xm/main.py", line 2559, in
_run_cmd
    return True, cmd(args)
  File "<string>", line 1, in <lambda>
  File "/usr/lib/python2.5/site-packages/xen/xm/main.py", line 1309, in
xm_importcommand
    cmd.main([command] + args)
  File "/usr/lib/python2.5/site-packages/xen/xm/create.py", line 1176, in
main
    do_console(sxp.child_value(config, 'name', -1))
  File "/usr/lib/python2.5/site-packages/xen/xm/create.py", line 1198, in
do_console
    (p, rv) = os.waitpid(cpid, os.WNOHANG)
OSError: [Errno 10] No child processes


Any hints?

Regards,
  Steffen

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>