close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 23, 2009, 4:03:56 PM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v53
|
v54
|
|
| 80 | 80 | {{{ |
| 81 | 81 | #!sh |
| 82 | | 56 (xend-http-server yes) |
| 83 | | 58 (xend-tcp-xmlrpc-server yes) |
| 84 | | 61 (xend-relocation-server yes) |
| 85 | | 70 (xen-tcp-xmlrpc-server-port 8006) |
| | 82 | 58 (xend-http-server yes) |
| | 83 | 60 (xend-tcp-xmlrpc-server yes) |
| | 84 | 62 (xend-relocation-server yes) |
| | 85 | |
| | 86 | 70 (xen-tcp-xmlrpc-server-port 8006) |
| 86 | 87 | 80 (xend-port 8000) |
| 87 | 88 | 84 (xend-relocation-port 8002) |
| 88 | | 121 (xend-relocation-hosts-allow '') |
| 89 | | 122 #(xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$') |
| 90 | | 152 (network-script 'network-bridge netdev=eth1') |
| 91 | | }}} |
| 92 | | * 檢查 Grub 開機選單 |
| | 89 | 109 (xend-relocation-hosts-allow '') |
| | 90 | |
| | 91 | 128 (network-script 'network-bridge netdev=eth1') |
| | 92 | 139 #(network-script network-dummy) |
| | 93 | }}} |
| | 94 | * 編輯 Grub 開機選單 |
| 93 | 95 | {{{ |
| 94 | 96 | $ gedit /boot/grub/menu.lst |
| | 97 | }}} |
| | 98 | {{{ |
| | 99 | #!sh |
| | 100 | 125 module /boot/vmlinuz-2.6.26-2-xen-amd64 root=/dev/sda1 ro console=tty0 mem=920M |
| 95 | 101 | }}} |
| 96 | 102 | * 編輯完 xend & 開機選單後,現在重新開機,選擇剛開安裝的 Xen & Kernel 開機 |