Updated explanation of glibc timeout errors

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9314 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2010-06-27 03:43:05 +00:00
parent 9d42ad9ce1
commit 1d20dae970
2 changed files with 10 additions and 1 deletions

View File

@ -39,6 +39,12 @@
<listitem>
<para>2010-06-27</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Updated explanation of glibc timeout
errors and added TIMEOUTFACTOR as a possible solution.
Fixes
<ulink url="&lfs-ticket-root;2683">#2683</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update installed programs lists.
Thanks to Chris Staub for the patch. Fixes

View File

@ -183,7 +183,10 @@ grep Error glibc-check-log</userinput></screen>
</listitem>
<listitem>
<para>When running on older and slower hardware or on systems under
load, some tests can fail because of test timeouts being exceeded.</para>
load, some tests can fail because of test timeouts being exceeded.
Modifying the make check command to set a TIMEOUTFACTOR is reported help
eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
make -k check</command>).</para>
</listitem>
</itemizedlist>