lkml.org 
[lkml]   [2000]   [Sep]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: OOPS on 2.2.17
Date
On Fri, 29 Sep 2000 23:48:34 -0500 (CDT), 
Erik McKee <emckee@tamu.edu> wrote:
>I recieved this oops on boot up. ksymoops claims that the module is from
>2.2.16, but I haven't touched any of the modules after make
>modules_install.
>Warning (compare_Version): Version mismatch. 3c507 says 2.2.17, bsd_comp says 2.2.16. Expect lots of address mismatches.

You have a mixture of 2.2.16 and 2.2.17 modules in your system. Erase
all of /lib/modules/`uname -r` and do a fresh make modules_install, but
see below first.

>Warning (compare_maps): ksyms_base symbol module_list_R__ver_module_list not found in System.map. Ignoring ksyms_base entry

You have been caught by the broken symbol versioning in the Makefiles.

mv .config ..
make mrproper
mv ../.config .
make oldconfig
make dep clean bzImage modules
rm -rf /lib/modules/<new version>
make install modules_install
reboot

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

\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.268 / U:1.664 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site