xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Error on xm create
@ 2010-02-12  8:23 Gabriel Norton
  0 siblings, 0 replies; only message in thread
From: Gabriel Norton @ 2010-02-12  8:23 UTC (permalink / raw)
  To: xen-devel

When first creating a hvm I received:

me@dom0:~$ sudo xm create vm2.cfg
Using config file "/etc/xen/vm2.cfg".
VNC= 1
Unexpected error: <type 'exceptions.OSError'>

Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
  File "/usr/lib/xen-3.2-1/bin/xm", line 7, in <module>
    main.main(sys.argv)
  File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 2528, in main
    _, rc = _run_cmd(cmd, cmd_name, args)
  File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 2552, in _run_cmd
    return True, cmd(args)
  File "<string>", line 1, in <lambda>
  File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 1306, in xm_importcommand
    cmd.main([command] + args)
  File "/usr/lib/xen-3.2-1/lib/python/xen/xm/create.py", line 1200, in main
    dom = make_domain(opts, config)
  File "/usr/lib/xen-3.2-1/lib/python/xen/xm/create.py", line 1063, in make_domain
    os.kill(vncpid, signal.SIGKILL)
OSError: [Errno 3] No such process


The setup is:
  Dom0:
    Debian Lenny on new dell server
    Xen 3.2.xx
  vm2:
    going to be a win2003 box

me@dom0:~$ cat /etc/xen/vm2.cfg 
kernel = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
memory = '2048'
device_model='/usr/lib/xen/bin/qemu-dm'

# Disks
disk = [ 'phy:/dev/vg0/vm2-hda,ioemu:hda,w',
         'phy:/dev/vg0/vm2-hdb,ioemu:hdb,w',
         'file:/home/me/winserver2003r2/x64/disk1.iso,ioemu:hdc:cdrom,r' ]

# Hostname
name = 'vm2'

# Networking
vif = ['type=ioemu, bridge=eth0',
       'type=ioemu, bridge=eth1']

# Behaviour
boot='d'
vnc=1
vncviewer=1
sdl=0


If there is anything else I will be happy to help.

---
Gabriel A. Norton
IT Specialist
Construction Craft Training Center

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-12  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12  8:23 Error on xm create Gabriel Norton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).