Pure Software Engineer :)
[Xen] Error: Device 0 (vif) could not be connected. Hotplug scripts not working 본문
Software Engineering/Linux
[Xen] Error: Device 0 (vif) could not be connected. Hotplug scripts not working
HelloJaewon 2012. 10. 3. 20:02가상 머신 생성할때 다음과 같은 오류를 자주 본 적이 있다.
Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
이는 dom0의 network backend 가 제대로 동작하지 않아서 그런것이다.
확인해 보니 dom0 컴파일 옵션에서 network와 block device 에 대한 backend 드라이버를 선택하지 않고 컴파일 했었다.
make menuconfig 에서 device->(block device, network device)에서 반드시 backend 드라이버를 컴파일할때 포함시키도록 하자.
reference
http://wiki.xensource.com/xenwiki/XenCommonProblems#head-f75dde47e11dbf9bfd8fca200917316babb654eb
'Software Engineering > Linux' 카테고리의 다른 글
[Xen] User space 에서 hypercall 사용하기 (0) | 2012.10.16 |
---|---|
[Xen] hypercall 추가하기 (0) | 2012.10.11 |
비밀번호 없이 ssh 연결하기 (0) | 2012.09.20 |
[XEN] Guest VM에서 vtpm 사용하기 (0) | 2012.09.19 |
[XEN] Xend managed Domain 생성 (0) | 2012.08.03 |