xm create -f /linodes/xen1/xen.conf
Using config file "/linodes/xen1/xen.conf".
Error: Error creating domain: (0, 'Error')
Are you getting anything in xend-debug.log ?
What does 'xm info' show?
Ian
[2005-03-29 14:43:44 xend] DEBUG (XendDomainInfo:720)
init_domain> Created domain=14
name=xen1 memory=64
[2005-03-29 14:43:44 xend] INFO (console:92) Created console
id=10 domain=14
port=9614
[2005-03-29 14:43:44 xend] ERROR (SrvBase:162) op=create:
Error creating domain: (0,
'Error')
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/server/SrvBase.py", line
107, in _perform
val = op_method(op, req)
File "/usr/lib/python/xen/xend/server/SrvDomainDir.py",
line 71, in op_create
raise XendError("Error creating domain: " + str(ex))
XendError: Error creating domain: (0, 'Error')
I also end up with a generically named domain in "xm list":
# xm list
Name Id Mem(MB) CPU State Time(s) Console
Domain-0 0 123 0 r---- 762.4
Domain-14 14 64 1 --p-- 0.0
Would it be wise to move to the testing/unstable branch for tools/etc?
Thanks,
-Chris