Gunther Stammwitz
2005-May-04 01:02 UTC
[Xen-users] Problem with XEN and Debian: can''t start xend
Hello, I''ve just compiled xen 2.0.5 from source under debian-sarge. Everything went fine so far and I could even boot the kernel: uname -a Linux xenserver 2.6.10-xen0 #1 Wed May 4 02:50:01 CEST 2005 i686 GNU/Linux My problem is that I can''t start the xen-daemon due to this error: # xend 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 27, 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'')Any ideas what''s wrong? I''ve attached my linux-2.6.10-xen0''s config to this email. Best regards, Gunther _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Czakó Krisztián
2005-May-04 09:26 UTC
Re: [Xen-users] Problem with XEN and Debian: can''t start xend
2005-05-04, sze keltezéssel 03.02-kor Gunther Stammwitz ezt írta:> Hello, > > I''ve just compiled xen 2.0.5 from source under debian-sarge. > Everything went fine so far and I could even boot the kernel: > uname -a > Linux xenserver 2.6.10-xen0 #1 Wed May 4 02:50:01 CEST 2005 i686 GNU/Linux > > My problem is that I can''t start the xen-daemon due to this error:The problem is: # CONFIG_XEN_PRIVILEGED_GUEST is not set You must run a privileged guest to access the privileged command interface. Regards, Krisztian Czako _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users