close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_ra_svn-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jul 22, 2008, 3:18:54 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v14
|
v15
|
|
| 20 | 20 | * Lustre's packages: |
| 21 | 21 | {{{ |
| 22 | | $ sudo aptitude install bzip2 debhelper dpatch libsnmp-dev module-assistant |
| | 22 | $ sudo aptitude install bzip2 debhelper dpatch libsnmp-dev module-assistant quilt |
| 23 | 23 | |
| 24 | 24 | = Install libxml = |
| … |
… |
|
| 41 | 41 | $ sudo hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg |
| 42 | 42 | |
| 43 | | = Download Debian Lustre's deb file (http://packages.debian.org/source/sid/lustre) = |
| 44 | | $ wget http://debian.linux.org.tw/debian/pool/main/l/lustre/linux-patch-lustre_1.6.5-1_all.deb |
| 45 | | $ wget http://debian.linux.org.tw/debian/pool/main/l/lustre/lustre-source_1.6.5-1_all.deb |
| 46 | | $ dpkg -i linux-patch-lustre_1.6.5-1_all.deb lustre-source_1.6.5-1_all.deb |
| | 43 | = Download Debian Lustre (http://www.sun.com/software/products/lustre/get.jsp) = |
| | 44 | $ tar zxvf lustre-1.6.5.1.tar.gz |
| 47 | 45 | |
| 48 | 46 | = Use Lustre's patch file to patch xen kernel = |
| 49 | 47 | $ cd linux-2.6.18-xen.hg |
| 50 | | $ sudo ln -s /usr/src/kernel-patches/lustre/series/2.6.18-vanilla.series /usr/src/linux-2.6.18-xen.hg/series |
| 51 | | $ sudo ln -s /usr/src/kernel-patches/lustre/patches/ /usr/src/linux-2.6.18-xen.hg/. |
| | 48 | $ sudo ln -s /usr/src/lustre-1.6.5.1/lustre/kernel_patches/series/2.6.18-vanilla.series series |
| | 49 | $ sudo ln -s /usr/src/lustre-1.6.5.1/lustre/kernel_patches/patches/ . |
| 52 | 50 | $ sudo quilt -av push |
| 53 | 51 | }}} |