Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags more
Archives
Today
Total
관리 메뉴

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