Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Python errors when starting machines.
Environment:
- NetBSD 4.0 release, kernels XEN3_DOM0 and XEN3_DOMU
- Xen 3.1.3, from pkgsrc 2008Q1.
When I try to start a domU, something pukes at me:
root@snoopy /usr/pkg/etc/xen 59# xm create -c tor
Using config file "./tor".
Started domain tor
Unexpected error: exceptions.OSError
Please report to xen-devel%lists.xensource.com@localhost
Traceback (most recent call last):
File "/usr/pkg/sbin/xm", line 10, in ?
main.main(sys.argv)
File "/usr/pkg/lib/python2.4/site-packages/xen/xm/main.py", line 2500,
in main
_, rc = _run_cmd(cmd, cmd_name, args)
File "/usr/pkg/lib/python2.4/site-packages/xen/xm/main.py", line 2524,
in _run_cmd
return True, cmd(args)
File "<string>", line 1, in <lambda>
File "/usr/pkg/lib/python2.4/site-packages/xen/xm/main.py", line 1302,
in xm_importcommand
cmd.main([command] + args)
File "/usr/pkg/lib/python2.4/site-packages/xen/xm/create.py", line
1298, in main
do_console(sxp.child_value(config, 'name', -1))
File "/usr/pkg/lib/python2.4/site-packages/xen/xm/create.py", line
1323, in do_console
(p, rv) = os.waitpid(cpid, os.WNOHANG)
OSError: [Errno 10] No child processes
Can anyone give a hint about what to do here?
-- Ragge
Home |
Main Index |
Thread Index |
Old Index