|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: [SOLVED] Could not obtain handle on privileged command i
On 15/03/2010 15:37, mailing@xxxxxxxxxxxxxxx wrote:
Hello,
when I try to start xend I receive this error:
root@xenized:~# xend start
ERROR Internal 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 36, in <module>
from xen.xend.server import SrvDaemon
File "usr/lib/python2.5/site-packages/xen/xend/server/SrvDaemon.py",
line 26, in <module>
File "usr/lib/python2.5/site-packages/xen/xend/server/relocate.py",
line 28, in <module>
File "usr/lib/python2.5/site-packages/xen/xend/XendDomain.py", line
35, in <module>
File "usr/lib/python2.5/site-packages/xen/xend/XendCheckpoint.py",
line 20, in <module>
File "usr/lib/python2.5/site-packages/xen/xend/image.py", line 46,
in <module>
xen.lowlevel.xc.Error: (1, 'Internal error', 'Could not obtain handle
on privileged command interface (2 = No such file or directory)')
Googling seems that I've not booted with the Xen kernel, but It's not
my case:
Solved by adding:
none /proc/xen xenfs defaults 0 0
in /etc/fstab
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|