aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-05-11 00:58:48 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-05-11 00:58:48 +0000
commit4e7d6a61b5867f3d159538f49a1e9971a828aa4b (patch)
treee83064705e34355db0532969195cbe6eb3d52b78 /chapter06
parentb3eb5259f14649c364e6dff01b998c2e6ae2d3b1 (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/sysklogd.xml5
1 files changed, 5 insertions, 0 deletions
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 @@
<sect2 role="installation">
<title>Installation of Sysklogd</title>
+ <para>First, fix a problem that causes a segmentation fault under
+ some conditions in klogd:</para>
+
+<screen><userinput remap="pre">sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>