Hi, I just had a try using the xeno-unstable. When I used the xc_dom_create.py to create a new domain I got the followings: =============================================Traceback (most recent call last): File "/usr/bin/xc_dom_create.py", line 332, in ? (current_id, current_port) = make_domain() File "/usr/bin/xc_dom_create.py", line 238, in make_domain xend_response = xenctl.utils.xend_control_message(cmsg) File "/usr/lib/python2.2/site-packages/xenctl/utils.py", line 198, in xend_control_message ctl.sendto(message, ''/var/run/xend/management_sock'') socket.error: (2, ''No such file or directory'') ============================================= I would guess the ''/var/run/xend/management_sock'' is created dynamically and I should not be doing anything with it manually. Any idea of what could have gone wrong please? Thanks, Yan-Ching CHU
You need to start xend if you have not. Without it you can not create any subdomains. -- Brian Wolfe | Phone 1-(214)-764-1204 President, | Email brianw@terrabox.com TerraBox.com Inc. | pub 1024D/73C5A2DF 2003-03-18 Brian Wolfe <brianw@terrabox.com> Key fingerprint = 050E 5E3C CF65 4C1E A183 F48F E3E3 5B22 73C5 A2DF sub 1024g/BB87A3DD 2003-03-18 Yan-Ching CHU said:> Hi, > > I just had a try using the xeno-unstable. When I used the > xc_dom_create.py to create a new domain I got the followings: > > =============================================Traceback (most recent call > last): > File "/usr/bin/xc_dom_create.py", line 332, in ? > (current_id, current_port) = make_domain() > File "/usr/bin/xc_dom_create.py", line 238, in make_domain > xend_response = xenctl.utils.xend_control_message(cmsg) > File "/usr/lib/python2.2/site-packages/xenctl/utils.py", line 198, in > xend_control_message > ctl.sendto(message, ''/var/run/xend/management_sock'') > socket.error: (2, ''No such file or directory'') > ============================================ I would guess the > ''/var/run/xend/management_sock'' is created dynamically and I should not be > doing anything with it manually. Any idea of what could have gone wrong > please? > > Thanks, > Yan-Ching CHU > > >------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Neugebauer, Rolf
2004-Apr-15 08:22 UTC
RE: [Xen-devel] Problem creating new domain in unstable
Have you started ''xend'' Xend is a new daemon which handles events from Xen. Amongst other things this is used for console. AFAIK the READM.CD file has been updated to include a description on how to access the console etc. Rolf> -----Original Message----- > From: xen-devel-admin@lists.sourceforge.net [mailto:xen-devel- > admin@lists.sourceforge.net] On Behalf Of Yan-Ching CHU > Sent: 15 April 2004 00:57 > To: Xen List > Cc: cs0u210a@liverpool.ac.uk > Subject: [Xen-devel] Problem creating new domain in unstable > > Hi, > > I just had a try using the xeno-unstable. When I used the > xc_dom_create.py to create a new domain I got the followings: > > =============================================> Traceback (most recent call last): > File "/usr/bin/xc_dom_create.py", line 332, in ? > (current_id, current_port) = make_domain() > File "/usr/bin/xc_dom_create.py", line 238, in make_domain > xend_response = xenctl.utils.xend_control_message(cmsg) > File "/usr/lib/python2.2/site-packages/xenctl/utils.py", line 198,in> xend_control_message > ctl.sendto(message, ''/var/run/xend/management_sock'') > socket.error: (2, ''No such file or directory'') > =============================================> > I would guess the ''/var/run/xend/management_sock'' is created > dynamically and I should not be doing anything with it manually. Anyidea> of what could have gone wrong please? > > Thanks, > Yan-Ching CHU > > >------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel