ksymoops 0.7c on i586 2.2.15. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.2.15/ (default) -m /usr/src/linux/System.map (default) Warning: You did not tell me where to find symbol information. I will assume that the log matches the kernel and modules that are running right now and I'll use the default options above for symbol resolution. If the current kernel and/or modules do not match the log, you can get more accurate output by telling me the kernel version and where to find map, modules, ksyms etc. ksymoops -h explains the options. May 21 11:44:17 h0mer kernel: Unable to handle kernel paging request at virtual address cc5419e8 May 21 11:44:17 h0mer kernel: current->tss.cr3 = 01ee4000, %cr3 = 01ee4000 May 21 11:44:17 h0mer kernel: *pde = 00000000 May 21 11:44:17 h0mer kernel: Oops: 0000 May 21 11:44:17 h0mer kernel: CPU: 0 May 21 11:44:17 h0mer kernel: EIP: 0010:[find_inode+26/56] May 21 11:44:17 h0mer kernel: EFLAGS: 00010206 May 21 11:44:17 h0mer kernel: eax: cc541980 ebx: 000068c5 ecx: c01fc1e0 edx: cc541980 May 21 11:44:17 h0mer kernel: esi: c4797e00 edi: 000068c5 ebp: c4797e00 esp: c1bf9edc May 21 11:44:17 h0mer kernel: ds: 0018 es: 0018 ss: 0018 May 21 11:44:17 h0mer kernel: Process in.telnetd (pid: 3079, process nr: 61, stackpage=c1bf9000) May 21 11:44:17 h0mer kernel: Stack: c0130f51 c4797e00 000068c5 c01fc1e0 000068c5 c0a10820 c4799760 c47997ac May 21 11:44:17 h0mer kernel: c013e170 c4797e00 000068c5 fffffff4 c0a10820 c4799760 c090f1fc c012b05f May 21 11:44:17 h0mer kernel: c4799760 c0a10820 c1bf9f54 00000000 c098200e 00000001 c012b25c c4795460 May 21 11:44:17 h0mer kernel: Call Trace: [iget+49/96] [ext2_lookup+84/124] [real_lookup+79/160] [lookup_dentry+296/488] [open_namei+102/848] [filp_open+68/240] [sys_open+54/148] May 21 11:44:18 h0mer kernel: Code: 39 70 68 75 0d 39 58 18 75 08 ff 40 1c eb 0b 8d 76 00 8b 12 Using defaults from ksymoops -t elf32-i386 -a i386 Code; 00000000 Before first symbol 00000000 <_EIP>: Code; 00000000 Before first symbol 0: 39 70 68 cmp %esi,0x68(%eax) Code; 00000003 Before first symbol 3: 75 0d jne 12 <_EIP+0x12> 00000012 Before first symbol Code; 00000005 Before first symbol 5: 39 58 18 cmp %ebx,0x18(%eax) Code; 00000008 Before first symbol 8: 75 08 jne 12 <_EIP+0x12> 00000012 Before first symbol Code; 0000000a Before first symbol a: ff 40 1c incl 0x1c(%eax) Code; 0000000d Before first symbol d: eb 0b jmp 1a <_EIP+0x1a> 0000001a Before first symbol Code; 0000000f Before first symbol f: 8d 76 00 lea 0x0(%esi),%esi Code; 00000012 Before first symbol 12: 8b 12 mov (%edx),%edx 1 warning issued. Results may not be reliable.