3 messages in com.xensource.lists.xen-devel[Xen-devel] Problem creating new doma...
FromSent OnAttachments
Yan-Ching CHU14 Apr 2004 16:57 
Brian Wolfe14 Apr 2004 19:26 
Neugebauer, Rolf15 Apr 2004 01:22 
Subject:[Xen-devel] Problem creating new domain in unstable
From:Yan-Ching CHU (cs0u@liverpool.ac.uk)
Date:04/14/2004 04:57:01 PM
List:com.xensource.lists.xen-devel

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?