If you look at the top of /etc/init.d/klogd there is the following comment and option line
# Use KLOGD="-k /boot/System.map-$(uname -r)" to specify System.map # KLOGD="-P $kmsgpipe" I changed it to the following like the comment suggested. KLOGD="-P $kmsgpipe -k /boot/System.map-$(uname -r)" I now no longer get the "cannot find map file" error message but I do get the following messages: kernel: Loaded 33441 symbols from /boot/System.map-2.6.27-9-generic. kernel: Cannot verify that symbols match kernel version. kernel: Loaded 19498 symbols from 93 modules -- sysklogd cannot find map file https://bugs.launchpad.net/bugs/277924 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
