Changeset 2ebdd8c


Ignore:
Timestamp:
10/21/2022 10:30:09 PM (18 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
ebe10f6
Parents:
a8af0c8 (diff), a0ed201 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/askforhelp.xml

    ra8af0c8 r2ebdd8c  
    1414  this book, please check the FAQ page at <ulink url="&faq-root;#generalfaq"/>.
    1515  Questions are often already answered there. If your question is not
    16   answered on this page, try to find the source of the problem. The
     16  answered on that page, try to find the source of the problem. The
    1717  following hint will give you some guidance for troubleshooting:
    1818  <ulink url="&hints-root;errors.txt"/>.</para>
     
    2424  assistance through the mailing lists and IRC (see the <xref
    2525  linkend="ch-intro-resources"/> section of this book). However,
    26   we get several support questions every day and many of them can be easily
    27   answered by going to the FAQ and by searching the mailing lists first.
    28   So, for us to offer the best assistance possible, you need to do some
    29   research on your own first. That allows us to focus on the more unusual
     26  we get several support questions every day, and many of them could have been easily
     27  answered by going to the FAQ or by searching the mailing lists first.
     28  So, for us to offer the best assistance possible, you should first do some
     29  research on your own. That allows us to focus on the more unusual
    3030  support needs. If your searches do not produce a solution, please include
    31   all relevant information (mentioned below) in your request for help.</para>
     31  all the relevant information (mentioned below) in your request for help.</para>
    3232
    3333  <sect2>
     
    3535
    3636    <para>Apart from a brief explanation of the problem being experienced,
    37     the essential things to include in any request for help are:</para>
     37    any request for help should include these essential things:</para>
    3838
    3939    <itemizedlist>
     
    5151      </listitem>
    5252      <listitem>
    53         <para>The exact error message or symptom being received</para>
     53        <para>The exact error message, or a clear decription of the problem</para>
    5454      </listitem>
    5555      <listitem>
     
    6161      <para>Deviating from this book does <emphasis>not</emphasis> mean that
    6262      we will not help you. After all, LFS is about personal preference.
    63       Being upfront about any changes to the established procedure helps us
     63      Being up-front about any changes to the established procedure helps us
    6464      evaluate and determine possible causes of your problem.</para>
    6565    </note>
     
    8585    the <command>configure</command> script and the <command>make</command>
    8686    run can be helpful. It is not necessary to include the entire output, but
    87     do include enough of the relevant information. Below is an example of the
    88     type of information to include from the screen output from
    89     <command>make</command>:</para>
     87    do include all of the relevant information. Here is an example of the
     88    type of information to include from the <command>make</command> screen
     89    output.</para>
    9090
    9191<screen><computeroutput>gcc -DALIASPATH=\"/mnt/lfs/usr/share/locale:.\"
     
    113113<screen><computeroutput>make [2]: *** [make] Error 1</computeroutput></screen>
    114114
    115     <para>This is not enough information to properly diagnose the problem
     115    <para>This is not enough information to diagnose the problem,
    116116    because it only notes that something went wrong, not
    117117    <emphasis>what</emphasis> went wrong. The entire section, as in the
    118118    example above, is what should be saved because it includes the command
    119     that was executed and the associated error message(s).</para>
     119    that was executed and all the associated error messages.</para>
    120120
    121121    <para>An excellent article about asking for help on the Internet is
    122122    available online at <ulink
    123     url="http://catb.org/~esr/faqs/smart-questions.html"/>. Read and
    124     follow the hints in this document to increase the likelihood of getting
     123    url="http://catb.org/~esr/faqs/smart-questions.html"/>. Read this document,
     124    and follow the hints. Doing so will increase the likelihood of getting
    125125    the help you need.</para>
    126126
  • prologue/errata.xml

    ra8af0c8 r2ebdd8c  
    1414  and enhanced. Security warnings and bug fixes may become available after
    1515  the LFS book has been released. To check whether the package versions or
    16   instructions in this release of LFS need any modifications to accommodate
    17   security vulnerabilities or other bug fixes, please visit
     16  instructions in this release of LFS need any modifications&mdash;to repair
     17  security vulnerabilities or to fix other bugs&mdash;please visit
    1818  <ulink url="&errata;"/>
    1919  before proceeding with your build. You should note any
    20   changes shown and apply them to the relevant section of the book as you
    21   progress with building the LFS system.</para>
     20  changes shown and apply them to the relevant sections of the book as you
     21  build the LFS system.</para>
    2222
    2323  <para>In addition, the Linux From Scratch editors maintain a list of security
    24   vulnerabilities discovered after a book was released. To check whether there
    25   are any active security vulnerabilities, please visit
    26   <ulink url="&secadv;"/> prior to proceeding with your build. You should note
    27   any advisories and perform the steps to fix any security vulnerabilities as
    28   you progress with building the LFS system.</para>
     24  vulnerabilities discovered <emphasis>after</emphasis> a book has been released. To see
     25  whether there  are any known security vulnerabilities, please visit
     26  <ulink url="&secadv;"/> before proceeding with your build. You should also continue
     27  to consult the advisories, and fix any security vulnerabilities, even
     28  when the LFS system has been completely constructed.</para>
    2929
    3030</sect1>
Note: See TracChangeset for help on using the changeset viewer.