Page 1 of 1

kernel: Cannot find map file

Posted: 2005-04-04 17:06
by a-n
Hallo,

bekomme in den logs immer folgende Fehlermeldungen:

Code: Select all

Apr  4 16:27:47 Server1 kernel: klogd 1.4.1, log source = /proc/kmsg started.
Apr  4 16:27:47 Server1 kernel: Cannot find map file.
Apr  4 16:27:47 Server1 kernel: No module symbols loaded - kernel modules not enabled. 
Apr  4 16:27:47 Server1 kernel: Cannot build symbol table - disabling symbol lookups
Die map in /boot ist aber vorhanden.

Code: Select all

-rw-r--r--   1 root root  118520 Feb 24 17:53 Kerntypes-2.6.5-7.147-default
-rw-r--r--   1 root root  759795 Mar  9 20:26 System.map-2.6.11-grsec
-rw-r--r--   1 root root  758318 Feb 24 17:48 System.map-2.6.5-7.147-default
-rw-r--r--   1 root root     512 Mar  9 18:16 backup_mbr
lrwxrwxrwx   1 root root       1 Mar  9 18:08 boot -> ./
-rw-r--r--   1 root root   56129 Feb 24 17:53 config-2.6.5-7.147-default
drwxr-xr-x   2 root root    1024 Mar  9 18:16 grub/
lrwxrwxrwx   1 root root      19 Mar  9 20:29 initrd -> initrd-2.6.11-grsec
-rw-r--r--   1 root root 1169930 Mar  9 20:29 initrd-2.6.11-grsec
-rw-r--r--   1 root root 1163207 Mar  9 20:29 initrd-2.6.5-7.147-default
drwx------   2 root root   12288 Mar  9 18:05 lost+found/
-rw-r--r--   1 root root   80034 Feb 24 17:54 symvers-2.6.5-7.147-i386-default.gz
-rw-r--r--   1 root root 1797104 Feb 24 17:53 vmlinux-2.6.5-7.147-default.gz
lrwxrwxrwx   1 root root      20 Mar  9 20:28 vmlinuz -> vmlinuz-2.6.11-grsec
-rw-r--r--   1 root root 1588345 Mar  9 20:26 vmlinuz-2.6.11-grsec
-rw-r--r--   1 root root   57724 Mar  9 20:27 vmlinuz-2.6.11-grsec.config
-rw-r--r--   1 root root 1521026 Feb 24 17:48 vmlinuz-2.6.5-7.147-default
Als Bootloader habe ich Grub und OS ist SuSE9.1

Komischweise frieren bei mir dauernd psyBNC prozesse und syslogd ein.
Die Festplatte hat laut techniker keine fehlerhaften Sektoren.
Vielleicht liegt es ja irgendwie am Kernel ?

Re: kernel: Cannot find map file

Posted: 2005-04-04 17:14
by superuser1
Hi...

fehlt noch der Auszug der /boot/grub/menu.lst...

:roll:

Re: kernel: Cannot find map file

Posted: 2005-04-04 17:23
by a-n
Hi

Code: Select all

# Modified by YaST2. Last modification on Wed Mar  9 17:16:16 2005


color white/blue black/light-gray
default 0
timeout 8

###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
    kernel (hd0,0)/vmlinuz root=/dev/hda5 vga=0x311 splash=silent linux26 desktop resume=/dev/hda2 showopts
    initrd (hd0,0)/initrd

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
    kernel (hd0,0)/vmlinuz root=/dev/hda5 showopts ide=nodma apm=off acpi=off vga=normal noresume nosmp noapic maxcpus=0  3
    initrd (hd0,0)/initrd

Re: kernel: Cannot find map file

Posted: 2005-04-04 21:22
by a-n
Hab es gelöst in dem ich einfach ein Symlink auf System.map angelegt habe.