Christopher S. Aker
2005-Mar-29 19:54 UTC
[Xen-devel] xm create == XendError: Error creating domain: (0, ''Error'')
Using 2.05 tools/kenrel: After using xend for a while, I''m now getting this randomly when I attempt to create a domain: xm create -f /linodes/xen1/xen.conf Using config file "/linodes/xen1/xen.conf". Error: Error creating domain: (0, ''Error'') [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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Pratt
2005-Mar-29 20:26 UTC
RE: [Xen-devel] xm create == XendError: Error creating domain: (0, ''Error'')
> 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 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christopher S. Aker
2005-Mar-29 20:52 UTC
Re: [Xen-devel] xm create == XendError: Error creating domain: (0, ''Error'')
> > 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 ?Nothing is sent to xend-debug.log, just what I pasted from xend.log> What does ''xm info'' show?# xm info system : Linux host : host27.linode.com release : 2.6.10-skas3-xen-2.0.5 version : #3 Thu Mar 24 18:33:05 EST 2005 machine : i686 cores : 2 hyperthreads_per_core : 2 cpu_mhz : 2665 memory : 3967 free_memory : 3293 Now it''s doing it continually. Restarting xend doesn''t help. -Chris _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christopher S. Aker
2005-Mar-29 21:06 UTC
Re: [Xen-devel] xm create == XendError: Error creating domain: (0, ''Error'')
> > > xm create -f /linodes/xen1/xen.conf > > > Using config file "/linodes/xen1/xen.conf". > > > Error: Error creating domain: (0, ''Error'')Ok, the config file wasn''t pointing to a correct xen kernel. Sorry for the noise! -Chris _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel