Re: Cannot find map file

2003-06-08 Thread Marcelo Ramos
El(On) 08/06/2003 (15:43:27), Brian Poole escribió(wrote): > Why I am getting this message in my syslog? > > Jun 8 15:27:36 bithynia kernel: Cannot find map file > > What does it mean? It means that the kernel can't find the System.map file. Perhaps you compiled a custom kernel and forgot to

Re: "Cannot find map file"

2000-07-26 Thread Ian Zimmerman
chris> What does this mean? -chris chris> chris> Jul 25 08:42:33 cr275960-a kernel: Cannot find map file. chris> Jul 25 08:42:33 cr275960-a kernel: No module symbols loaded. Marcin> I think You didn't copy System.map from /usr/src/linux (or anywhere you have Marcin> kernel sources) to /boot or

Re: "Cannot find map file"

2000-07-26 Thread Marcin Pilarczyk
- Original Message - From: "Pavel M. Penev" <[EMAIL PROTECTED]> To: "Krzys Majewski" <[EMAIL PROTECTED]> Cc: "Debian user list (undigested)" Sent: Wednesday, July 26, 2000 4:12 PM Subject: Re: "Cannot find map file" On Tue, 25 Ju

Re: "Cannot find map file"

2000-07-26 Thread Pavel M. Penev
On Tue, 25 Jul 2000, Krzys Majewski wrote: > What does this mean? -chris > > Jul 25 08:42:33 cr275960-a kernel: Cannot find map file. > Jul 25 08:42:33 cr275960-a kernel: No module symbols loaded. See klogd(8) for explanation. Hope this is enoug, Pavel

RE: "Cannot find map file"

2000-07-25 Thread Krzys Majewski
Yes but my kernel image (and the map file) does not reside in /boot. It lives, believe it or not, in /dosc/linux/boot/, which is not even automatically mounted at boot time, though I guess that doesn't make a difference since the messages I get come before the non-root partitions are mounted, but

RE: "Cannot find map file"

2000-07-25 Thread Pollywog
On 25-Jul-2000 Krzys Majewski wrote: > What does this mean? -chris > > Jul 25 08:42:33 cr275960-a kernel: Cannot find map file. > Jul 25 08:42:33 cr275960-a kernel: No module symbols loaded. > > Check your /boot directory. Do you have a System.map file there for your kernel version? Are you

Re: "Cannot find map file"

1998-03-17 Thread Noah L. Meyerhans
On Mon, 16 Mar 1998 [EMAIL PROTECTED] wrote: > What is a "map file" ? > > As was already stated on this mailing list, it's a text file that contains memory addresses of kernel symbols. That's it. Here's a small sample from mine: 0010 T _stext 0010 T stext 0010 t startup_32 001000

Re: "Cannot find map file"

1998-03-16 Thread shaul
What is a "map file" ? -- E-mail the word "unsubscribe" to [EMAIL PROTECTED] TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]

Re: "Cannot find map file"

1998-03-16 Thread Scott McDermott
"DAVID B. TEAGUE" <[EMAIL PROTECTED]> on Sun, Mar 15, 1998 at 06:52:34PM -0500: > "Cannot find map file" This usually means that the kernel you are running is not the same as the kernel that you have most recently compiled. It refers to the file, `System.map' which is usually in the root of