On Fri, 27 Oct 2000 02:26:10 -0400, 
David Won <[EMAIL PROTECTED]> wrote:
>Oct 22 22:37:20 phlegmish kernel: Unable to handle kernel paging request at 
>virtual address 00018486
>Oct 22 22:37:20 phlegmish kernel: EIP:    
>0010:[smbfs:__insmod_smbfs_O/lib/modules/2.4.0-test8/kernel/fs/smbfs/sm+-234781/96]
>Oct 22 22:37:20 phlegmish kernel: Call Trace: 
>[smbfs:__insmod_smbfs_O/lib/modules/2.4.0-test8/kernel/fs/smbfs/sm+-220073/96] 
>[smbfs:__insmod_smbfs_O/lib/modules/2.4.0-test8/kernel/fs/smbfs/sm+-237584/96] 
>[smbfs:__insmod_smbfs_O/lib/modules/2.4.0-test8/kernel/fs/smbfs/sm+-245443/96] 
>[__fput+35/144] [_fput+17/64] [fput+18/24] [filp_close+82/92] 
>Oct 22 22:37:20 phlegmish kernel: Code: 0f b7 aa 84 40 00 00 89 ef 83 c7 04 
>89 4c 24 1c 83 c6 04 8b 
>Using defaults from ksymoops -t elf32-i386 -a i386

You did everything right, alas the data was corrupted in the log files
before you even saw it.  klogd tries to converts oops itself and far to
often it gets it wrong, yielding gibberish.  Edit /etc/rc.d/init.d/syslog
(assuming you use SysV init), change
  daemon klogd
to
  daemon klogd -x
then /etc/rc.d/init.d/syslog restart.  Any new oops will be left alone
so you will have clean data to feed to ksymoops.  When you get a clean
oops, feed it to ksymoops and mail the result to linux-kernel.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to