[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Xen create error
Hi. I create a new Windows domU and I was able to get it working as I installed Windows 2003 Server on it. But now when I try to start it I get this error: --------------------------------------------------------------------------------- guineapig:/# xm create /etc/xen/win1.cfg Using config file "/etc/xen/win1.cfg". VNC= 1 Unexpected error: exceptions.OSError Please report to xen-devel@xxxxxxxxxxxxxxxxxxx Traceback (most recent call last): File "/usr/sbin/xm", line 10, in ? main.main(sys.argv) File "//usr/lib64/python/xen/xm/main.py", line 2453, in main _, rc = _run_cmd(cmd, cmd_name, args) File "//usr/lib64/python/xen/xm/main.py", line 2477, in _run_cmd return True, cmd(args) File "<string>", line 1, in <lambda> File "//usr/lib64/python/xen/xm/main.py", line 1266, in xm_importcommand cmd.main([command] + args) File "//usr/lib64/python/xen/xm/create.py", line 1309, in main dom = make_domain(opts, config) File "//usr/lib64/python/xen/xm/create.py", line 1054, in make_domain os.kill(vncpid, signal.SIGKILL) OSError: [Errno 3] No such process guineapig:/# --------------------------------------------------------------------------------- My /etc/xen/win1.cfg is the following: --------------------------------------------------------------------------------- guineapig:/# cat /etc/xen/win1.cfg kernel = '/usr/lib/xen/boot/hvmloader' builder = 'hvm' memory = '512' device_modem = '/usr/lib/xen/bin/qemu-dm' disk = [ 'phy:/dev/vserver/win1-disk,ioemu:hda,w', 'file:/home/me/win2003.iso,ioemu:hdc:cdrom,r' ] name = 'win1' vif = [ 'type=ioemu, bridge=xenbr0' ] boot = 'd' vnc=1 vncviewer=1 sdl=0 on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' guineapig:/# --------------------------------------------------------------------------------- What is the problem? Thank you very much for your help! Bye. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |