I''m getting this from last night''s build of unstable: ERROR: Could not obtain handle on privileged command interface (2 = No such file or directory) Traceback (most recent call last): File "/usr/sbin/xend", line 35, in ? from xen.xend.server import SrvDaemon File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 41, in ? import channel File "/usr/lib/python/xen/xend/server/channel.py", line 3, in ? import xen.lowlevel.xc; xc = xen.lowlevel.xc.new() xen.lowlevel.xc.error: (2, ''No such file or directory'') I haven''t started looking into it much yet, but has anyone else seen it or know off the top of your head what might have been checked in recently that might have done it? -- Thanks, Paul Larson pl@us.ibm.com IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Thu, 2005-04-14 at 07:50 -0500, Paul Larson wrote:> I''m getting this from last night''s build of unstable: > > ERROR: Could not obtain handle on privileged command interface (2 = No > such file or directory) > Traceback (most recent call last): > File "/usr/sbin/xend", line 35, in ? > from xen.xend.server import SrvDaemon > File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 41, in ? > import channel > File "/usr/lib/python/xen/xend/server/channel.py", line 3, in ? > import xen.lowlevel.xc; xc = xen.lowlevel.xc.new() > xen.lowlevel.xc.error: (2, ''No such file or directory'')*sigh* ignore that, false alarm. I was not booted into the kernel I thought I was. -- Thanks, Paul Larson plars@linuxtestproject.org http://www.linuxtestproject.org _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Thu, 14 Apr 2005, Paul Larson wrote:> On Thu, 2005-04-14 at 07:50 -0500, Paul Larson wrote: > > I''m getting this from last night''s build of unstable: > > > > ERROR: Could not obtain handle on privileged command interface (2 = No > > such file or directory) > > Traceback (most recent call last): > > File "/usr/sbin/xend", line 35, in ? > > from xen.xend.server import SrvDaemon > > File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 41, in ? > > import channel > > File "/usr/lib/python/xen/xend/server/channel.py", line 3, in ? > > import xen.lowlevel.xc; xc = xen.lowlevel.xc.new() > > xen.lowlevel.xc.error: (2, ''No such file or directory'') > *sigh* ignore that, false alarm. I was not booted into the kernel I > thought I was.The debian package checks whether /proc/xen/privcmd(or whatever it is) exists in the init script before starting python. I believe I sent that patch in. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel