Nathanael Nerode <[EMAIL PROTECTED]> wrote: > > The 2.6 kernel has removed get_kernel_syms entirely, and the syscall appears > (looking at the sources) to return a no-such-syscall error. So I'm > suspicious that the klogd code which uses get_kernel_syms (in ksym_mod.c) to > translate addresses to symbol names may simply not work with a 2.6 kernel... > has anyone checked whether it does? :-)
The klogd syms code has been broken since day one. It starts producing broken results as soon as you load/unload a module after klogd has started. It should be disabled even for 2.2/2.4. In 2.2/2.4 ksymoops should be used instead. And in 2.6 the kernel itself will do the decoding. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

