[원문 - http://anyx.tistory.com/entry/xen-error-메시지 ]
libvir: QEMU error : connect: /var/run/libvirt/qemud-sock: No such file or directory
libvir: warning : Failed to find the network: Is the daemon running ?
libvir: error : library call virConnectNumOfNetworks failed, possibly not supported
libvir: error : library call virConnectNumOfDefinedNetworks failed, possibly not supported
libvir: error : library call virConnectNumOfNetworks failed, possibly not supported
...
virt-manager를 실행할때 나타나는 에러메시지 입니다.
결론적으로 이 에러가 난다고 해도 xen을 사용하는데 별 지장은 없습니다.
이 에러를 보면 첫번째 줄에 /var/run/libvirt/qemud-sock: No such file or directory 라고 떠 있는데 말그대로 qemud-sock를 찾지 못하겠다는 의미입니다.
그럼 qemud-sock이 머시냐가 중요한데..
이넘은 libvirt rpm에 포함( 정확하게 포함된건 아니지만..)되어 있는 파일인데 libvirtd 데몬이 구동되어야 생성이 됩니다.
libvirt rpm은 xen 가상화 프래임워크에서 사용하는 API를 제공하는 C 라이브러리를 포함하고 있으며,
가상도메인과 virsh 셀을 운영하는 툴이라고 합니다.
흠흠 암튼 이 에러를 해결 하고자 한다면
/etc/init.d/libvirtd 를 스타트 시키면 됩니다.
댓글 없음:
댓글 쓰기