| 1 | = krg64 note = |
| 2 | This krg2.2.1 patch memo is for debian4.0 etch amd64 (kernel_2.6.20),and please take Rock Kuo's [http://trac.nchc.org.tw/grid/wiki/krg_DRBL How to deploy kerrighed nodes massively using DRBL ?] for the primary installation guide based on what you have to run on 64-bit machines.[[BR]] |
| 3 | |
| 4 | After kerrighed 2.2.1 patched to kernel 2.6.20.[[BR]] |
| 5 | |
| 6 | Source: /linux-2.6.20-krg/include/linux/ipc_util.h[[BR]] |
| 7 | Add: #include <linux/init.h>[[BR]] |
| 8 | |
| 9 | Source: /linux-2.6.20-krg/include/kerrighed/sched.h & /kerrighed/epm.c[[BR]] |
| 10 | Add:[[BR]] |
| 11 | #include <kerrighed/syscalls.h>[[BR]] |
| 12 | #include <kerrighed/signal.h>[[BR]] |
| 13 | #include <kerrighed/sched.h>[[BR]] |
| 14 | |
| 15 | Source: /linux-2.6.20-krg/kerrighed/mm.c[[BR]] |
| 16 | Add:[[BR]] |
| 17 | #include <asm/tlbflush.h>[[BR]] |
| 18 | |
| 19 | Source:/usr/src/kerrighed-2.2.1/modules/rpc/rpclayer.c -> modify 386~392行 [[BR]] |
| 20 | Solution:[[BR]] |
| 21 | |
| 22 | memcpy(data, desc_recv->iter->data, desc_recv->iter->size);[[BR]] |
| 23 | }else {[[BR]] |
| 24 | [[BR]] |
| 25 | printk(”unsufficient room for received packet (%d %lu-%lu)!\n”,[[BR]] |
| 26 | [[BR]] |
| 27 | desc->rpcid, desc->desc_id, desc_recv->iter->seq_id);[[BR]] |
| 28 | [[BR]] |
| 29 | BUG();[[BR]] |
| 30 | [[BR]] |
| 31 | }[[BR]] |
| 32 | |
| 33 | Caution !!! |
| 34 | |
| 35 | Current Problem:[[BR]] |
| 36 | |
| 37 | Q: kerrighed: Unknown symbol alloc_page_vma[[BR]] |
| 38 | Sol: CONFIG_NUMA is not set[[BR]] |
| 39 | |
| 40 | Q: kerrighed: Unknown symbol free_ipc_ns[[BR]] |
| 41 | Sol: CONFIG_IPC_NS is not set[[BR]] |
| 42 | |
| 43 | PS:[[BR]] |
| 44 | If you met TPIC problem , and the network adapter is Intel® PRO/1000 PT Dual Port Server Adapter.Recommand to update the driver with network option “e1000″ built in module in kernel options,and close TPIC options.[[BR]] |