Package: modutils Version: 2.4.27.0-6
Apparently the symbols generated for the 2.6 kernel are in '/proc/kallsyms', changed from /proc/ksyms' for the 2.4 kernel. The test for /proc/ksyms in insmod_ksymoops_clean fails, so the old symbols are never cleaned. I changed all 'ksyms' references to 'kallsyms' and it ran OK. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

