프로그램 사용/xen
xm list 에러
구차니
2012. 3. 27. 22:58
검색을 해보니 커널이 xen 커널이 아닐경우 이런 에러가 발생한다고 한다.
그나저나 linux-image-virtual 패키지로 깔면 USB 키보드가 안되는걸 어쩌라구 ㅠ.ㅠ
그냥 10.04 LTS에 xen은 포기하고 12.04가 나오길 기다리거나 11.10에 해봐야하려나?
$ xm list 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/xm", line 8, in <module> from xen.xm import main File "/usr/lib/python2.6/dist-packages/xen/xm/main.py", line 61, in <module> xc = xen.lowlevel.xc.xc() xen.lowlevel.xc.Error: (1, 'Internal error', 'Could not obtain handle on privileged command interface (2 = No such file or directory)') |