From: Jason K. <ja...@cs...> - 2006-02-22 19:44:55
|
Hi. I'm running Linux Kernel 2.4.32, and I would like to use mkdump to analyze why my system is crashing on a regular basis. I've downloaded the 2.1 package and got to the point where I'm building the mkexec kernel module, and I'm running into a problem where-by the code in mkexec_main.c in the mkexec_unload function ends up doing... #ifdef MKEXEC_NO_PATCH /* only support RHEL currently */ cmpxchg(&netdump_func, (unsigned long)do_minik_dump, (unsigned long)NULL ); ... but there is no netdump_func on the system. The comment: /* only support RHEL currently */ Will mkexec not work on stock 2.4.32? jas. |