Version 9 (modified by jazz, 16 years ago) (diff) |
---|
2008-12-16
- Qlogic FC HBA 編譯問題追蹤
- 2.6.26 編譯錯誤 Log 檔
- 可以看到 2.6.26 版本的 scsi_cmnd.h 已經把原有 2.6.18 版本的 66 行 request_bufflen、 69 行 request_buffer 、 72 行 use_sg 的 structure data member 拿掉,並新增 struct scsi_data_buffer sdb 的定義。
-
include/scsi/scsi_cmnd.h
old new 57 78 int allowed; 58 79 int timeout_per_command; 59 80 60 unsigned charcmd_len;81 unsigned short cmd_len; 61 82 enum dma_data_direction sc_data_direction; 62 83 63 84 /* These elements define the operation we are about to perform */ 64 #define MAX_COMMAND_SIZE 16 65 unsigned char cmnd[MAX_COMMAND_SIZE]; 66 unsigned request_bufflen; /* Actual request size */ 85 unsigned char *cmnd; 67 86 68 87 struct timer_list eh_timeout; /* Used to time out the command. */ 69 void *request_buffer; /* Actual requested buffer */70 88 71 89 /* These elements define the operation we ultimately want to perform */ 72 unsigned short use_sg; /* Number of pieces of scatter-gather */ 73 unsigned short sglist_len; /* size of malloc'd scatter-gather list */ 74 90 struct scsi_data_buffer sdb; 75 91 unsigned underflow; /* Return error if less than 76 92 this amount is transferred */
-
Bash
- 設定自動登出 TIMEOUT 機制,把 TMOUT 環境變數加進 .bashrc
export TMOUT=600
Virtualization
Web Service
- WaveMaker - Web 2.0 WYSIWYG Ajax Development | Drag & Drop Rich Internet Application Development
- 前身是 ActiveGrid,然後買下 TurboAJAX,最後被 WaveMaker 收購。
- 以前 ActiveGrid 跟 TurboAJAX 的論壇在 http://dev.activegrid.com/forums/
- 最新 WaveMaker 的論壇在 http://dev.wavemaker.com
- Basic Application Demo with WaveMaker
Open Source : ERP
- Compiere - Open Source ERP and CRM Business Solution
- 其他 SourceForge 上的 ERP 專案
Open Source : BI
- Pentaho - Commercial Open Source Business Intelligence
- SourceForge 下載點
- 還蠻多自由軟體跟網路公司採用這個 BI 系統, 像 Mozilla, DivX, MySQL AB, Orbitz, Sun Microsystems
- 其他 SourceForge 專案
Open Source : Data Integration / ETL
- Talend - Open Source ETL and Data Integration Software
- 先前在 LinuxWorld 有看過 Demo,只是當時對於 Data Integration 並沒有很深刻的體認。
- 近期因為海科中心計畫,在業界也遇到一些組織內資料庫整合的問題,慢慢覺得資料庫整合是一件困難的事情,需要有好的工具輔助。
- Talend Open Profiler 簡介 - GPL-licensed Profiler to research data structures and improve data quality. 官方下載點
- Talend Open Studio 成功案例 - Talend Open Studio 官方下載點
We deal with XML, we deal with flat files, we deal with different databases, so we need a variety in terms of connectivity and the ability to map the data flows. The connectors allow you to process and orchestrate data moving from one system to the next.
Attachments (2)
- 2.6.26_error_log (8.0 KB) - added by jazz 16 years ago.
- scsi_cmnd.h.diff (6.9 KB) - added by jazz 16 years ago.
Download all attachments as: .zip