Changeset 6eeae4c


Ignore:
Timestamp:
08/01/2006 02:35:06 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Children:
e774b54
Parents:
4bd82f59
Message:

Fixed an E2fsprogs test failure by recommended use of swap space. Added
an explicit swapon command to enable swap.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4bd82f59 r6eeae4c  
    4040      <para>August 1, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[dnicholson] - Added text describing a potential failure
     44          in the E2fsprogs testsuite when there is not enough memory
     45          available and suggest enabling swap space to address this. Also
     46          added an explicit <command>swapon</command> to the Chapter 2
     47          mounting instructions to ensure that the user has enabled their
     48          swap space if desired. Thanks to Nathan Coulson and Alexander
     49          Patrakov.</para>
     50        </listitem>
    4251        <listitem>
    4352          <para>[dnicholson] - Added text warning that the Udev testsuite
  • chapter02/mounting.xml

    r4bd82f59 r6eeae4c  
    5353  remounted.</para>
    5454
     55  <para>If you are using a <systemitem
     56  class="filesystem">swap</systemitem> partition, ensure that it is enabled
     57  using the <command>swapon</command> command:</para>
     58
     59<screen role="nodump"><userinput>/sbin/swapon -v /dev/<replaceable>&lt;zzz&gt;</replaceable></userinput></screen>
     60
     61  <para>Replace <replaceable>&lt;zzz&gt;</replaceable> with the name of the
     62  swap partition.</para>
     63
    5564  <para>Now that there is an established place to work, it is time to
    5665  download the packages.</para>
  • chapter06/e2fsprogs.xml

    r4bd82f59 r6eeae4c  
    9494    <para>To test the results, issue:
    9595    <userinput>make check</userinput>.</para>
     96
     97    <para>One of the E2fsprogs tests will attempt to allocate 256 MB
     98    of memory. If you do not have significantly more RAM than this, it
     99    is recommended to enable sufficient swap space for the test. See
     100    <xref linkend="space-creatingfilesystem"/> and
     101    <xref linkend="space-mounting"/> for details on creating and enabling
     102    swap space.</para>
    96103
    97104    <para>Install the binaries and documentation:</para>
Note: See TracChangeset for help on using the changeset viewer.