Hello, I''m running xen on a Core2Quad with 4GB memory. I have installed the debian packages version with apt. When I try to launch a VM, installed with the deboostrap program, I get this error : 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 1186, in main do_console(sxp.child_value(config, ''name'', -1)) File "/usr/lib/xen-3.2-1/lib/python/xen/xm/create.py", line 1208, in do_console (p, rv) = os.waitpid(cpid, os.WNOHANG) OSError: [Errno 10] No child processes My config file : kernel="/boot/vmlinuz-2.6.26-2-xen-686" memory = "256" maxmem = "512" name = "debian" vcpus=1 vif = [ ''bridge=xenbr0'' ] disk = [ ''phy:/dev/xen_domU/debian,/dev/hda1,w''] root = "/dev/hda1" extra="console=xvc0 xencons=xvc0" I have reinstalled 3 or 4 times my dom0 and I still get the same error. How can I fix it ? Thanks you, Louis _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel