Ignore:
Timestamp:
02/19/2008 06:11:00 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bb9dce7
Parents:
35ffed6
Message:

Added note about OpenSSH testsuite failures.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7184 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/openssh.xml

    r35ffed6 rba7a0ce  
    117117    you add 127.0.0.1 to the sshd line in <filename>/etc/hosts.allow</filename>
    118118    if you have a restrictive <filename>/etc/hosts.deny</filename> file, or the
    119     test suite will fail. To run the test suite, issue: <command>make -k
    120     tests</command>.</para>
     119    test suite will fail. To run the test suite, as the
     120    <systemitem class="username">root</systemitem> user, issue:
     121    <command>make -k tests 2&gt;&amp;1 | tee check.log</command>.  Review the
     122    <filename>check.log</filename> file for 'FATAL' tests.</para>
     123
     124    <note><para>The test suite is currently broken, in that it will try to
     125    test against the installed <filename>sshd</filename>, which is why we
     126    pass <parameter>-k</parameter> to the <command>make</command> command
     127    above.  You should run the test suite again after completing the
     128    installation and configuration, without the <parameter>-k</parameter>
     129    flag.</para></note>
    121130
    122131    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    164173    <filename class="directory">/usr/libexec</filename>.</para>
    165174
     175    <para><parameter>--with-pam</parameter>: This parameter enables
     176    <application>Linux-PAM</application> support in the build.</para>
     177
    166178  </sect2>
    167179
Note: See TracChangeset for help on using the changeset viewer.