close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: cannot map zero-fill pages: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 24, 2009, 9:55:49 AM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v64
|
v65
|
|
| 66 | 66 | * 上個步驟已安裝好 Xen 和 Kernel,此步驟使用 '''vim''' 或 '''gedit''' 指令來編輯 xend 的設定檔 /etc/xen/xend-config.sxp (Xen 的設定檔都再 /etc/xen 路徑下) |
| 67 | 67 | {{{ |
| | 68 | $ sudo su |
| | 69 | # echo xen.independent_wallclock=1 >> /etc/sysctl.conf |
| | 70 | # sysctl -f |
| | 71 | CTRL+D |
| 68 | 72 | |
| 69 | 73 | $ sudo gedit /etc/xen/xend-config.sxp |
| … |
… |
|
| 208 | 212 | {{{ |
| 209 | 213 | $ sudo xm console vm01 |
| 210 | | $ sudo ping ptt.cc |
| 211 | | $ sudo aptitude -y install udev |
| 212 | | $ sudo cp /usr/share/zoneinfo/Asia/Taipei /etc/localtime |
| | 214 | $ sudo passwd root |
| | 215 | $ su |
| | 216 | |
| | 217 | # aptitude -y install udev |
| | 218 | # cp /usr/share/zoneinfo/Asia/Taipei /etc/localtime |
| | 219 | # echo xen.independent_wallclock=1 >> /etc/sysctl.conf |
| | 220 | # sysctl -p |
| 213 | 221 | }}} |
| 214 | 222 | * 如何登出呢 (跳出鍵 '''CTRL+]''') |