Author: dj
Date: 2008-02-18 23:11:00 -0700 (Mon, 18 Feb 2008)
New Revision: 7184
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/filesystems/xfs.xml
trunk/BOOK/server/major/openssh.xml
Log:
Added note about OpenSSH testsuite failures.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-02-13 06:49:40 UTC (rev 7183)
+++ trunk/BOOK/general.ent 2008-02-19 06:11:00 UTC (rev 7184)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "13"> <!-- Always 2 digits -->
+<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY version "svn-&year;&month;&day;">
@@ -73,7 +73,7 @@
<!-- Chapter 5 -->
<!ENTITY reiser-version "3.6.20">
-<!ENTITY xfsprogs-version "2.9.4">
+<!ENTITY xfsprogs-version "2.9.6">
<!-- Chapter 6 -->
<!ENTITY vim-version "7.1">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-02-13 06:49:40 UTC
(rev 7183)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-02-19 06:11:00 UTC
(rev 7184)
@@ -41,6 +41,16 @@
-->
<listitem>
+ <para>February 19th, 2008</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dj] - Added note about OpenSSH testsuite failures.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+
+ <listitem>
<para>February 13th, 2008</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/filesystems/xfs.xml
===================================================================
--- trunk/BOOK/postlfs/filesystems/xfs.xml 2008-02-13 06:49:40 UTC (rev
7183)
+++ trunk/BOOK/postlfs/filesystems/xfs.xml 2008-02-19 06:11:00 UTC (rev
7184)
@@ -7,8 +7,8 @@
<!-- <!ENTITY xfsprogs-download-http
"http://mirrors.sunsite.dk/xfs/download/cmd_tars/xfsprogs_&xfsprogs-version;-1.tar.gz">
-->
<!ENTITY xfsprogs-download-http " ">
<!ENTITY xfsprogs-download-ftp
"ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs_&xfsprogs-version;-1.tar.gz">
- <!ENTITY xfsprogs-md5sum "174683e3b86b587ed59823fdbbb96ea4">
- <!ENTITY xfsprogs-size "973 KB">
+ <!ENTITY xfsprogs-md5sum "6c356ef7b067aad1191be4f45539f5d7">
+ <!ENTITY xfsprogs-size "976 KB">
<!ENTITY xfsprogs-buildsize "32.7 MB">
<!ENTITY xfsprogs-time "0.7 SBU">
]>
Modified: trunk/BOOK/server/major/openssh.xml
===================================================================
--- trunk/BOOK/server/major/openssh.xml 2008-02-13 06:49:40 UTC (rev 7183)
+++ trunk/BOOK/server/major/openssh.xml 2008-02-19 06:11:00 UTC (rev 7184)
@@ -116,9 +116,18 @@
build using the <option>--with-tcp-wrappers</option> parameter, ensure
you add 127.0.0.1 to the sshd line in <filename>/etc/hosts.allow</filename>
if you have a restrictive <filename>/etc/hosts.deny</filename> file, or the
- test suite will fail. To run the test suite, issue: <command>make -k
- tests</command>.</para>
+ test suite will fail. To run the test suite, as the
+ <systemitem class="username">root</systemitem> user, issue:
+ <command>make -k tests 2>&1 | tee check.log</command>. Review the
+ <filename>check.log</filename> file for 'FATAL' tests.</para>
+ <note><para>The test suite is currently broken, in that it will try to
+ test against the installed <filename>sshd</filename>, which is why we
+ pass <parameter>-k</parameter> to the <command>make</command> command
+ above. You should run the test suite again after completing the
+ installation and configuration, without the <parameter>-k</parameter>
+ flag.</para></note>
+
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
@@ -163,6 +172,9 @@
<filename class="directory">/usr/lib/openssh</filename> instead of
<filename class="directory">/usr/libexec</filename>.</para>
+ <para><parameter>--with-pam</parameter>: This parameter enables
+ <application>Linux-PAM</application> support in the build.</para>
+
</sect2>
<sect2 role="configuration">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page