End of update for today. Moved to Docbook 4.4 to get the package tag.

This commit is contained in:
fevrier 2005-08-07 23:24:42 +00:00
parent a50a8f6ae8
commit b695efb88c
1 changed files with 55 additions and 38 deletions

View File

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY email "jean DASH philippe DOT guerard AT tigreraye DOT org"> <!ENTITY email "jean DASH philippe DOT guerard AT tigreraye DOT org">
<!ENTITY tldpurl "http://www.tldp.org/HOWTO/Online-Troubleshooting-HOWTO/"> <!ENTITY tldpurl "http://www.tldp.org/HOWTO/Online-Troubleshooting-HOWTO/">
]> ]>
<!-- $Id$ --> <!-- $Id$ -->
<article> <article lang="en">
<articleinfo> <articleinfo>
<title>Online Troubleshooting Resources : HOWTO</title> <title>Online Troubleshooting Resources: HOWTO</title>
<author> <author>
<firstname>Jean-Philippe</firstname> <firstname>Jean-Philippe</firstname>
@ -470,31 +470,46 @@ of finding useful information is high.
</para> </para>
<para>The main web site that currently provides access to Usenet <para>
archives using a search engine is <ulink
url="http://groups.google.com">groups.google.com</ulink>. The most
effective way to do a search is to use its <ulink
url="http://groups.google.com/advanced_group_search">Advanced
Groups Search page</ulink>.</para>
<para>I would like to relate a brief anecdote to demonstrate the efficacy of The main web site that currently provides access to Usenet archives
this approach. The first time I attempted to build a kernel, I was presented using a search engine is <ulink url="http://groups.google.com"/>. The
with this error message when I invoked a <quote>make</quote> command:</para> most effective way to do a search is to use its <ulink
url="http://groups.google.com/advanced_group_search">Advanced Groups
Search page</ulink>.
<screen>make[1]: as86: Command not found make[1]: *** [bootsect.o] Error 127 </para>
make[1]: Leaving directory `/usr/src/linux/arch/i386/boot' make: *** [zImage]
Error 2</screen>
<para>I had no idea what <emphasis>as86</emphasis> was, but I entered <para>
it as the keyword in the <emphasis>Subject</emphasis> field of the
Advanced Groups Search page at groups.google.com, and was presented I would like to relate a brief anecdote to demonstrate the efficacy of
with a large number of posts from folks who had encountered the same this approach. The first time I attempted to build a kernel, I was
problem. Respondents had provided the reason and solution: I did not presented with this error message when I invoked a <quote>make</quote>
have an assembler/linker necessary to create machine code, and the command:
<emphasis>bin86</emphasis> package provided it. I downloaded and
installed a RPM package of the latter and was on my way. This entire </para>
process took about 10 minutes (I do have an ADSL connection to the 'net
!).</para> <screen>
make[1]: as86: Command not found
make[1]: *** [bootsect.o] Error 127
make[1]: Leaving directory `/usr/src/linux/arch/i386/boot'
make: *** [zImage]
Error 2
</screen>
<para>
I had no idea what <literal>as86</literal> was, but I entered it as the
keyword in the <emphasis>Subject</emphasis> field of the Advanced Groups
Search page at groups.google.com, and was presented with a large number
of posts from folks who had encountered the same problem. Respondents
had provided the reason and solution: I did not have an assembler/linker
necessary to create machine code, and the <package>bin86</package>
package provided it. I downloaded and installed a RPM package of the
latter and was on my way. This entire process took about 10 minutes (I
do have an ADSL connection to the 'net!).
</para>
</sect1> </sect1>
@ -559,19 +574,21 @@ engine.</para>
typing keywords and "mailing list archive" in an Internet search typing keywords and "mailing list archive" in an Internet search
engine.</para> engine.</para>
<para>For a listing of linux-related Mailing Lists, peruse websites such as the <para>
<ulink url="http://www.linuxrx.com/Lists/Lists.perl">Linux Resource
Exchange</ulink> and the <ulink url="http://www.linux.org/help/lists.html">Linux
Online Mailing Lists</ulink></para>
<para>A relatively new, excellent Mailing List resource is <ulink For a listing of linux-related Mailing Lists, peruse websites such as
url="http://www.geocrawler.com">Geocrawler (The Knowledge Archive)</ulink>. This the <ulink url="http://www.linuxrx.com/Lists/Lists.perl">Linux Resource
is a continuously updated, searchable archive of a large number of Lists that Exchange</ulink> and the <ulink
also allows one to register and subsequently post to any particular Mailing url="http://www.linux.org/help/lists.html">Linux Online Mailing
List. Its user interface is simple and its search function delivers messages Lists</ulink>.
very quickly. I highly recommend this site.</para>
<para>You may also find Mailing List archives at the following locations </para>
:</para>
<para>
You may also find Mailing List archives at the following locations:
</para>
<itemizedlist> <itemizedlist>
<listitem><para>The website of the distribution of Linux you use.</para> <listitem><para>The website of the distribution of Linux you use.</para>