Re: System.map problem

2000-10-18 Thread Peter Jay Salzman
it's a list of the addresses of kernel exported variables. mostly not needed except by kmod and a few strange apps like dosemu. see http://www.dirac.org/p/linux for more details. pete linux To err is human, to forgive

Re: System.map problem

2000-10-18 Thread Michael P. Soulier
On Tue, Oct 17, 2000 at 09:35:12AM -0700, Lazar Fleysher wrote: > Yes, it happend after I compiled the kernel, and yes, I see that size > of /boot/System.map-2.2.17 is different from that of > /usr/src/kernel-source-2.2.17/System.map Just curious people, but what purpose does the system map s

Re: System.map problem

2000-10-17 Thread Moritz Schulte
Lazar Fleysher <[EMAIL PROTECTED]> writes: > Yes, it happend after I compiled the kernel, and yes, I see that size > of /boot/System.map-2.2.17 is different from that of > /usr/src/kernel-source-2.2.17/System.map > > If I understand you correctly, after compiling the kernel, I have to copy >

Re: System.map problem

2000-10-17 Thread Lazar Fleysher
On 17 Oct 2000, Moritz Schulte wrote: > > after upgrade to 2.2.17 (from 2.0.36) I have noticed that when I give the > > ps command I get the following error: > > > > {aic7xxx_patch6_func} {rpc_debug} > > Warning: /boot/System.map-2.2.17 does not match kernel data. > > Warning: /usr/src/linux/Syst

Re: System.map problem

2000-10-17 Thread Moritz Schulte
Lazar Fleysher <[EMAIL PROTECTED]> writes: > after upgrade to 2.2.17 (from 2.0.36) I have noticed that when I give the > ps command I get the following error: > > {aic7xxx_patch6_func} {rpc_debug} > Warning: /boot/System.map-2.2.17 does not match kernel data. > Warning: /usr/src/linux/System.map

System.map problem

2000-10-17 Thread Lazar Fleysher
Hi everybody, after upgrade to 2.2.17 (from 2.0.36) I have noticed that when I give the ps command I get the following error: {aic7xxx_patch6_func} {rpc_debug} Warning: /boot/System.map-2.2.17 does not match kernel data. Warning: /usr/src/linux/System.map has an incorrect kernel version. after t