Error: Error connecting to xend: Connection refused. Is xend running?
xend 를 start할때
아래와 같은 에러 메시지를 받았다. 왜 이러한 에러가 발생하며 어떻게 해결할 수 있는가?
Error: Could not obtain handle on privileged command interfaces (2 = No such file or directory)
Traceback (most recent call last:)
File "/usr/sbin/xend/", line 33 in ?
from xen.xend.server. import SrvDaemon
File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py" , line 26 in ?
from xen.xend import XendDomain
File "/usr//lib/python2.4/site-packages/xen/xend/XendDomain.py" , line 33, in ?
from xen.xend import XendDomainInfo
File "/usr/lib/python2.4/site-packages/xen/xend/image.py" , line37, in ?
import images
File "/usr/lib/python2.4/site-packages/xen/xend/image.py" , line30, in ?
xc = xen.lowlevel.xc.xc ()
RuntimeError: (2, No such file or directory )
당신의 시스템이 xen-hypervisor kernel이 아닌 커널로 리부팅될 때 대부분 이러한 에러가 발생한다.
이를 해결하려면 부팅시에 반드시 xen-hypervisor
kernel 를 선택되어져야 한다.
이를 위해 grub.conf 파일을 수정하여 xen-hypervisor kernel 이 부팅시에 선택되도록 해야한다.