From 4e7d6a61b5867f3d159538f49a1e9971a828aa4b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 11 May 2014 00:58:48 +0000 Subject: Add explanations for kernel options in Section 8.3. Simplified the options due to removal of systemd. Add a sed to ksyslogd to prevent errors in some circumstances. Update to man-pages-3.66. Update to linux-3.14.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sysklogd.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06') diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index a5e936178..421eb18c7 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -41,6 +41,11 @@ Installation of Sysklogd + First, fix a problem that causes a segmentation fault under + some conditions in klogd: + +sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c + Compile the package: make -- cgit v1.2.3-54-g00ecf