close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_wc-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 19, 2009, 12:26:24 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 4 | 4 | * 上次遇到 firmware-bnx2 的問題,在 Debian Lenny 上無法正常重建網路開機環境,因此改用 Ubuntu 9.04 進行網路安裝,過程很順利。 |
| 5 | 5 | * 硬碟 I/O 很慢的主因是有做硬體 RAID,而且持續在做 SYNC 的動作,因此只要把 RAID 卡關掉就可以比較快速地開進作業系統。 |
| | 6 | * 參考[http://wiki.lustre.org/index.php/Debian_Install Lustre on Debian],在 Ubuntu 9.04 上編譯 Lustre 核心模組。 |
| | 7 | {{{ |
| | 8 | ~$ sudo apt-get update |
| | 9 | ~$ sudo apt-get install linux-patch-lustre lustre-source linux-source kernel-package |
| | 10 | ~$ cd /usr/src |
| | 11 | /usr/src$ sudo tar jxvf linux-source-2.6.28.tar.bz2 |
| | 12 | /usr/src$ cd linux-source-2.6.28/ |
| | 13 | /usr/src/linux-source-2.6.28$ sudo cp /boot/config-2.6.28-11-generic .config |
| | 14 | /usr/src/linux-source-2.6.28$ sudo make oldconfig |
| | 15 | /usr/src/linux-source-2.6.28$ sudo su |
| | 16 | /usr/src/linux-source-2.6.28# tar jxvf ../lustre.tar.bz2 |
| | 17 | /usr/src/linux-source-2.6.28# export CONCURRENCY_LEVEL=3 |
| | 18 | /usr/src/linux-source-2.6.28# make-kpkg clean |
| | 19 | /usr/src/linux-source-2.6.28# make-kpkg --rootcmd fakeroot --added-patches=lustre --initrd --append-to-version "-lustre-1.6.5.1-4" --revision=20090519 kernel_image |
| | 20 | }}} |
| 6 | 21 | |
| 7 | 22 | == Mobile Computing == |
| 8 | 23 | |
| 9 | 24 | * 同步機制一直是行動裝置一個極為關鍵的需求,無論是否採用雲端運算,大家還是希望可以自己保有自己的私人資料在行動裝置上。最近 Synthesis AG 釋出開放原始碼的 [http://www.synthesis.ch/indefero/index.php/p/libsynthesis/ libsynthesis] 可以讓開發者在 Linux 平台上撰寫自己的 SyncML-DS (SyncML Data Sync) 應用程式。還在 Moblin 的 [http://git.moblin.org/cgit.cgi/libsynthesis Git] 上維護了一份原始碼。-- [http://lwn.net/Articles/333059/ 相關新聞] |
| | 25 | |
| | 26 | == 生活常識 == |
| | 27 | |
| | 28 | * [http://www.cw.com.tw/article/print.jsp?id=37700 超級防蚊計劃] |
| | 29 | * [http://www.cw.com.tw/article/print.jsp?id=37690 睡不好!改善品質第1步:週末不補眠] |