aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml6
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/procps.xml5
-rw-r--r--patches.ent5
5 files changed, 28 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 63b2b8466..190e8720a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,12 @@
<para>2010-09-22</para>
<itemizedlist>
<listitem>
+ <para>[matthew] Add patch to fix &quot;Unknown HZ value&quot; error
+ in some procps tools. Thanks to DJ Lucas for the report and
+ patch. Fixes
+ <ulink url="&lfs-ticket-root;2758">#2758</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] Upgrade to Tcl-8.5.9. Fixes
<ulink url="&lfs-ticket-root;2753">#2753</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index bd2f097f1..32e117e1c 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -223,6 +223,10 @@
<para>perl-5.12.2-libc-1.patch</para>
</listitem>
+ <listitem>
+ <para>procps-3.2.8-fix_HZ_errors-1.patch</para>
+ </listitem>
+
</itemizedlist>
<itemizedlist>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index f0a58c325..1031b2727 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -173,6 +173,14 @@
<varlistentry>
+ <term>Procps HZ Errors Patch - <token>&procps-hz_fixes-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&procps-hz_fixes-patch;"/></para>
+ <para>MD5 sum: <literal>&procps-hz_fixes-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Procps Watch Patch - <token>&procps-watch-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&procps-watch-patch;"/></para>
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index 0815ae716..6fe443fd4 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -40,6 +40,11 @@
<sect2 role="installation">
<title>Installation of Procps</title>
+ <para>Apply a patch to prevent an error message from being displayed when
+ determining the kernel clock tick rate:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&procps-hz_fixes-patch;</userinput></screen>
+
<para>Apply a patch to fix a unicode related issue in the
<command>watch</command> program:</para>
diff --git a/patches.ent b/patches.ent
index be23ad56e..a27d88c36 100644
--- a/patches.ent
+++ b/patches.ent
@@ -89,6 +89,11 @@
<!ENTITY perl-libc-patch-md5 "800dfd3c9618731ee5cf57f77a7942b4">
<!ENTITY perl-libc-patch-size "1 KB">
+
+<!ENTITY procps-hz_fixes-patch "procps-&procps-version;-fix_HZ_errors-1.patch">
+<!ENTITY procps-hz_fixes-patch-md5 "2ea4c8e9a2c2a5a291ec63c92d7c6e3b">
+<!ENTITY procps-hz_fixes-patch-size "2.3 KB">
+
<!ENTITY procps-watch-patch "procps-&procps-version;-watch_unicode-1.patch">
<!ENTITY procps-watch-patch-md5 "cd1a757e532d93662a7ed71da80e6b58">
<!ENTITY procps-watch-patch-size "3.5 KB">