Opened 11 years ago
Closed 11 years ago
#3575 closed enhancement (fixed)
handle segmentation fault for sysklogd package
Reported by: | hykwok | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | syslogd |
Cc: |
Description
klogd startup fails with segmentation fault if CONFIG_KALLSYMS is not set to "y" in the kernel configuration: General setup -> Configure standard kernel features (expert users) -> Load all symbols for debugging/ksymoops
Reference: http://lists.infodrom.org/infodrom-sysklogd/2010/0006.html
Also, a patch for klogd was submitted here: https://bugs.launchpad.net/ubuntu/+source/sysklogd/+bug/234593
Note:
See TracTickets
for help on using tickets.
This looks like it could be done with a relatively simple sed:
sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c