close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Feb 18, 2009, 5:36:17 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
48 | 48 | 6. '''''__Patch Lustre-Compatiable Kernel & Build Lustre Modules__,[wiki:Xen_Lustre 參考此處]''''' |
49 | 49 | * [wiki:i/Servers/virt_machines/kernel/1.6.6.log Lustre 1.6.6 Patch Log] |
50 | | * 1.6.5 Error Message |
| 50 | * Build Lutsre Modules |
51 | 51 | {{{ |
52 | | CC [M] /usr/src/lustre-1.6.5/lustre/lvfs/lvfs_linux.o |
53 | | /usr/src/lustre-1.6.5/lustre/lvfs/lvfs_linux.c: In function ‘simple_mkdir’: |
54 | | /usr/src/lustre-1.6.5/lustre/lvfs/lvfs_linux.c:303: warning: passing argument 3 of ‘vfs_mkdir’ makes |
55 | | pointer from integer without a cast |
56 | | /usr/src/lustre-1.6.5/lustre/lvfs/lvfs_linux.c:303: error: too few arguments to function ‘vfs_mkdir’ |
57 | | /usr/src/lustre-1.6.5/lustre/lvfs/lvfs_linux.c: In function ‘lustre_rename’: |
58 | | /usr/src/lustre-1.6.5/lustre/lvfs/lvfs_linux.c:339: warning: passing argument 3 of ‘vfs_rename’ from |
59 | | incompatible pointer type |
60 | | /usr/src/lustre-1.6.5/lustre/lvfs/lvfs_linux.c:339: warning: passing argument 4 of ‘vfs_rename’ from |
61 | | incompatible pointer type |
62 | | /usr/src/lustre-1.6.5/lustre/lvfs/lvfs_linux.c:339: error: too few arguments to function ‘vfs_rename’ |
63 | | make[6]: *** [/usr/src/lustre-1.6.5/lustre/lvfs/lvfs_linux.o] Error 1 |
64 | | make[5]: *** [/usr/src/lustre-1.6.5/lustre/lvfs] Error 2 |
65 | | make[5]: *** Waiting for unfinished jobs.... |
| 52 | $ sudo ln -s /usr/src/linux-2.6.22 /usr/src/linux |
| 53 | $ cd /usr/src/lustre-1.6.6 |
| 54 | $ sudo vim lustre/include/linux/lustre_compat25.h |
| 55 | 570 //#define ll_remove_suid(inode,mnt) remove_suid(inode,mnt) |
| 56 | $ sudo ./configure --with-linux=/usr/src/linux-2.6.22 |
| 57 | $ sudo make -j 4 |
| 58 | $ sudo make install ; sudo depmod -a |
66 | 59 | }}} |
67 | 60 | 7. '''''__設定 Lustre FS & 啟動 xend __,[wiki:Xen_Lustre 參考此處] |