close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 25, 2009, 11:36:53 PM (16 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 101 | 101 | ---- |
| 102 | 102 | = 【Step 4: 在 DomU(vg01) 上安裝 VMGL 】 = |
| 103 | | * 啟動虛擬機器 vg01 並登入. |
| 104 | | '''# 方法一.''' [[BR]] |
| | 103 | * 在 Dom0 上啟動虛擬機器 vg01 並登入. |
| 105 | 104 | {{{ |
| 106 | 105 | $ sudo xm create -c vg01.cfg |
| 107 | 106 | }}} |
| 108 | | * @!ClientUser |
| | 107 | * 啟動完成後,使用者便可以在遠端透過 ssh 的方式登入 vg01. |
| 109 | 108 | {{{ |
| 110 | 109 | $ ssh xxx.xxx.xxx.xxx |
| … |
… |
|
| 274 | 273 | {{{ |
| 275 | 274 | #!sh |
| 276 | | xauth: creating new authority file /home/gtd/.Xauthority |
| | 275 | xauth: creating new authority file /root/.Xauthority |
| 277 | 276 | |
| 278 | 277 | New 'X' desktop is guest:1 |
| 279 | 278 | |
| 280 | | Creating default startup script /home/gtd/.vnc/xstartup |
| 281 | | Starting applications specified in /home/gtd/.vnc/xstartup |
| 282 | | Log file is /home/gtd/.vnc/vg01:1.log |
| | 279 | Creating default startup script /root/.vnc/xstartup |
| | 280 | Starting applications specified in /root/.vnc/xstartup |
| | 281 | Log file is /root/.vnc/vg01:1.log |
| 283 | 282 | }}} |
| 284 | 283 | * 關閉 VNC server. |