From: Gabriel Norton <gabe@cctc.edu>
To: xen-devel@lists.xensource.com
Subject: Error on xm create
Date: Fri, 12 Feb 2010 00:23:53 -0800 [thread overview]
Message-ID: <20100212082352.GA11054@mobile1> (raw)
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
reply other threads:[~2010-02-12 8:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100212082352.GA11054@mobile1 \
--to=gabe@cctc.edu \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.