Changes between Version 24 and Version 25 of rock/drbl_switch
- Timestamp:
- Feb 8, 2010, 4:06:26 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rock/drbl_switch
v24 v25 64 64 GBEC S4 enabled pci:0000:00:19.0 65 65 }}} 66 == 【2.3 D iskless Linux 休眠】 ==66 == 【2.3 DRBL Diskless Linux 休眠】 == 67 67 * 問題一:write error: No such device 68 68 {{{ … … 71 71 }}} 72 72 >> 已解決:必須使用 Swap 來作為寫入當前 Ram 和系統狀態 的資訊 (DRBL node 預設 Swap 為 128MB,須改成 521MB,或是直接分割 sdaX 作為 DRBL node 專屬的 Swap) 73 * 問題二:Diskless linux 可正常休眠,但重開機後卻無法 resume 到原來的狀態 74 73 * 問題二:Diskless linux 可正常休眠,但重開機後卻無法 resume 到原來的狀態 74 * DRBL Server 可以休眠(suspend & Resume),但DRBL Diskless 卻只能完成一半休眠(suspend 成功,resume失敗),猜測可能是 DRBL initrd 的過程少了 resume 的機制 75 * Trace ubnutu initrd VS. DRBL initrd 76 * 少了 /etc/uswsusp.conf、/bin/resume、/conf/conf.d/{resume/uswsusp} 77 * init 資訊中少了 resume 的相關設定 75 78 ---- 76 79 = 【2.測試】 =