22 | | * '''''2008-10-18:''''' Trace xen 的 network-bridge,使用sh -x,結果無誤,但當中並沒有產生xenbr1,產生xenbr1的指令出現在vif-bridge,但猜測只有當虛擬機器啟動時才會執行此vif-bridge,只好先去trace xend start |
23 | | >Trace xend start發現以下錯誤 |
24 | | >>: command not found |
25 | | >>+ import fcntl |
26 | | >>/usr/sbin/xend: line 26: import: command not found |
27 | | |
28 | | ---- |
| 22 | * '''''2008-10-18:''''' Trace xen 的 network-bridge,使用sh -x,結果無誤,但當中並沒有產生xenbr1,產生xenbr1的指令出現在vif-bridge,但猜測只有當虛擬機器啟動時才會執行此vif-bridge,只好先去trace xend |
| 23 | >error message |
| 24 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VBD.set_device not found[[BR]] |
| 25 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VBD.set_type not found[[BR]] |
| 26 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: session.get_all_records not found[[BR]] |
| 27 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: event.get_record not found[[BR]] |
| 28 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: event.get_all not found[[BR]] |
| 29 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VM.get_auto_power_on not found[[BR]] |
| 30 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VM.set_auto_power_on not found[[BR]] |
| 31 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VIF.get_network not found[[BR]] |
| 32 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VIF.set_device not found[[BR]] |
| 33 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VIF.set_MAC not found[[BR]] |
| 34 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: VIF.set_MTU not found[[BR]] |
| 35 | >>[2008-10-07 14:51:44 4382] WARNING (__init__:1072) API call: debug.get_all not found[[BR]] |
| 36 | >有人說"The default bridge names have been changed in 3.2 from xenbr0 to eth0 " |