Penguin
Diff: KernelErrorMessages
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of KernelErrorMessages.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Friday, June 10, 2005 12:51:08 am by ErikAndresen
Older page: version 3 Last edited on Monday, August 23, 2004 2:01:33 pm by PerryLorier Revert
@@ -17,9 +17,9 @@
  c01a5658 nf_register_sockopt_R__ver_nf_register_sockopt 
  c01a5730 nf_unregister_sockopt_R__ver_nf_unregister_sockopt 
  ... 
  
-and even after doing a make mkproper to clean the kernel sources, you still have versioning problems. The problem is that when you booted your new kernel, you forgot to update the System.map that the kernel is using to resolve symbol names. For some reason the netfilter/ip_tables stuff seems to be much more sensitive to this than many other modules. (Incidentally this is why some people reported this being fixed by running lilo). 
+and even after doing a make mrproper to clean the kernel sources, you still have versioning problems. The problem is that when you booted your new kernel, you forgot to update the System.map that the kernel is using to resolve symbol names. For some reason the netfilter/ip_tables stuff seems to be much more sensitive to this than many other modules. (Incidentally this is why some people reported this being fixed by running lilo). 
 Make sure your kernel is using a correct System.map and reboot.