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-bugs

[Xen-bugs] [Bug 1033] xm create command crashes

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1033





------- Comment #1 from stokkeland@xxxxxxxxx  2007-10-25 09:15 -------
I get nearly the exact same thing , with kernel 2.6.18-5-xen-vserver-686
System installed 2007 October 2-4, whatever was most current for that kernel
and related xen packages at that point, Debian Etch, it did not throw that
error, although I was unable to get guest running, xm list kept showing
-------, I dont know much about xen so I didnt record a lot more details - then
today Oct 25th I did a dist upgrade, and some updates to that kernel was
available, after installing that, and a reboot I get the same thing as this bug
basically, here is my guest cfg:

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

# Disks
disk = [ 'file:/var/export/xen/image/w2k3std32/disk.img,ioemu:hda,w',
'file:/var/export/xen/iso/w2k3r2_std_32b_d1.iso,ioemu:hdc:cdrom,r' ]

# Hostname
name = 'w2k3std32'

# Networking
vif = ['type=ioemu, bridge=xenbr3']

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



And here is the output on xm create:

Using config file "/etc/xen/w2k3std32.cfg".
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


Please let me know if there are some logs or tests I should do that would help.
The system is a Dell Precision 690, single xeon w5355, 8GB ram


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>