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:
-
Feb 17, 2009, 2:57:04 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 4 | 4 | * 因 Dell Machine 的新硬體(Intel ICH9R),原本 Xen 和 Lustre 支援的 Kernel 2.6.18 無法驅動 (2.6.19 後才有支援),與 rider 討論後,決定採用以下方法: |
| 5 | 5 | 1. 下載 mainline Kernel 2.6.22 |
| 6 | | 2. 採用 ubuntu 的 Xen patch (在 Ubuntu gusty 有提供 xen patch file) |
| | 6 | 2. 採用 ubuntu 的 Xen patch (在 Ubuntu gusty 有提供 Xen patch file) |
| 7 | 7 | 3. 在使用 Lustre 的 patch |
| 8 | | * 先 Try Try See,有問題在提出... |
| | 8 | == 2.步驟 == |
| | 9 | 1. '''''下載 Ubuntu Kenrel,[https://trac.nchc.org.tw/grid/browser/xen/xen_lustre_patch 下載連結]''''' |
| | 10 | {{{ |
| | 11 | $ cd /usr/src |
| | 12 | $ tar zxvf linux-source-2.6.22_2.6.22.orig.tar.gz |
| | 13 | }}} |
| | 14 | 2. '''''Patch Kernel (使用 ubuntu Xen patch file,可直接從本網頁最下面連結下載)''''' |
| | 15 | {{{ |
| | 16 | $ cd /usr/src/linux-2.6.22 |
| | 17 | $ sudo patch -p1 < ../linux-source-2.6.22_2.6.22-16.61.diff |
| | 18 | $ sudo patch -p1 < debian/binary-custom.d/xen/patchset/001.patch |
| | 19 | $ sudo patch -p1 < debian/binary-custom.d/xen/patchset/002-fix-pae-vmalloc-sync.patch |
| | 20 | $ sudo patch -p1 < debian/binary-custom.d/xen/patchset/003-fix-ia32entry-xen.patch |
| | 21 | $ sudo patch -p1 < debian/binary-custom.d/xen/patchset/004-fix-blkif-maxnrsegs.patch |
| | 22 | }}} |
| | 23 | 3. '''''Config Kernel''''' |
| | 24 | |
| | 25 | [[BR]] |
| | 26 | [[BR]] |
| | 27 | [[BR]] |
| | 28 | 先 Try Try See,有問題在提出............................ |