summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/troubleshoot
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-09-18 13:55:54 +0000
committerfukachan <fukachan>2005-09-18 13:55:54 +0000
commitd5bc53045bad01b54232c5793387509dadf053ef (patch)
tree4b672810c2d816f1fa6f4aa9003548981df4bfbd /fml/doc/en/tutorial/troubleshoot
parent9562005ee99278bd272f81497c9d5e87a9a84fa5 (diff)
downloadfml8-d5bc53045bad01b54232c5793387509dadf053ef.tar.gz
fml8-d5bc53045bad01b54232c5793387509dadf053ef.tar.bz2
fml8-d5bc53045bad01b54232c5793387509dadf053ef.zip
clean up.
Diffstat (limited to 'fml/doc/en/tutorial/troubleshoot')
-rw-r--r--fml/doc/en/tutorial/troubleshoot/chapter.sgml4
-rw-r--r--fml/doc/en/tutorial/troubleshoot/filesystem.sgml37
-rw-r--r--fml/doc/en/tutorial/troubleshoot/recipe.listup.addresses.sgml10
-rw-r--r--fml/doc/en/tutorial/troubleshoot/recipe.listup.aliases.sgml10
-rw-r--r--fml/doc/en/tutorial/troubleshoot/recipe.version.sgml7
5 files changed, 35 insertions, 33 deletions
diff --git a/fml/doc/en/tutorial/troubleshoot/chapter.sgml b/fml/doc/en/tutorial/troubleshoot/chapter.sgml
index 53ac7c18..9a81d89d 100644
--- a/fml/doc/en/tutorial/troubleshoot/chapter.sgml
+++ b/fml/doc/en/tutorial/troubleshoot/chapter.sgml
@@ -1,12 +1,12 @@
<!--
- $FML: chapter.sgml,v 1.2 2003/08/03 01:47:18 fukachan Exp $
+ $FML: chapter.sgml,v 1.3 2005/07/23 01:57:37 fukachan Exp $
$jaFML: chapter.sgml,v 1.3 2002/11/09 14:16:19 fukachan Exp $
-->
<chapter id="troubleshoot">
<title>
- Troubleshooting
+ Troubleshoot
</title>
diff --git a/fml/doc/en/tutorial/troubleshoot/filesystem.sgml b/fml/doc/en/tutorial/troubleshoot/filesystem.sgml
index caca7ecc..536d75b3 100644
--- a/fml/doc/en/tutorial/troubleshoot/filesystem.sgml
+++ b/fml/doc/en/tutorial/troubleshoot/filesystem.sgml
@@ -1,17 +1,19 @@
<!--
- $FML: filesystem.sgml,v 1.5 2005/06/25 15:11:38 fukachan Exp $
+ $FML: filesystem.sgml,v 1.1 2005/07/23 01:57:38 fukachan Exp $
-->
<sect1 id="troubleshoot.filesystem">
<title>
- When the file system error occurs ?
+ When The File System Error Ocuurs
</title>
<para>
-Fundamentally, &fml8; exit abnormally to make MTA re-deliver it or
-&fml8; re-delivers it by itself. &fml8; do not lost received messages
-whereas log or summary file lacks something.
+When the file system error occurs, &fml8; exit abnormally to make MTA
+re-deliver the message again to &fml8; or &fml8; re-delivers it by
+itself without saving the article on the file system. So &fml8; do not
+lost received messages whereas both log or summary file lack
+something.
</para>
<para>
@@ -22,11 +24,11 @@ delivery process.
<sect2>
<title>
- When passed from MTA to &fml8;
+ When Passed From MTA MTA To &fml8;
</title>
<para>
-&fml8; read a message and writes it into the disk once. If succeeded,
+&fml8; reads a message and writes it into the disk once. If succeeded,
it processes more. If failed, &fml8; exits abnormally as
exit(EX_TEMPFAIL) for MTA to re-deliver it. See
<link linkend="message.queue.incoming">
@@ -36,7 +38,7 @@ for more details.
</para>
<para>
-In this case, incoming queue may have a incomplete message.
+In this case, incoming message queue may have a incomplete message.
&fml8; tries to remove it in abnormal exit.
Even if failed, the queue management system removes it later.
</para>
@@ -46,19 +48,20 @@ Even if failed, the queue management system removes it later.
<sect2>
<title>
- If the article sequence number update failed
+ If Updating Of The Article Sequence Number Failed
</title>
<para>
In normal case, &fml8; updates the article sequence number and
-re-reads it and compare it again.
+re-reads it and compares it again.
If the check fails, &fml8; exit(EX_TEMPFAIL) for MTA to re-deliver it.
</para>
<caution>
<para>
-The article sequence number updated. After that,
-&fml8; should not do exit(EX_TEMPFAIL).
+The article sequence number updated. After that, &fml8; does not do
+exit(EX_TEMPFAIL) to deliver the message on memory as could as
+possible.
</para>
</caution>
@@ -67,7 +70,7 @@ The article sequence number updated. After that,
<sect2>
<title>
- When saving the article failed
+ When Saving Of Article Failed
</title>
<caution>
@@ -77,7 +80,7 @@ In this stage, the article sequence has been updated.
</caution>
<para>
-In this case, &fml8; do not create a new article file but the original
+In this case, &fml8; does not create a new article file but the original
message is already on the disk. The header of the article differs from
the original one but the body content is same. So &fml8; tries to
link(2) the original mail in the incoming queue to the article file to
@@ -91,13 +94,13 @@ the article header later. It is not implemented.
</para>
<para>
-&fml8; tries to deliver the message on the memory.
+&fml8; tries to deliver the message on memory.
</para>
<para>
If the delivery process exits abnormally,
-the delivery process ends incompletely
-since &fml8; can not use outgoing queue.
+distribution of article ends incompletely
+since &fml8; can not use outgoing queue due to file system error.
</para>
</sect2>
diff --git a/fml/doc/en/tutorial/troubleshoot/recipe.listup.addresses.sgml b/fml/doc/en/tutorial/troubleshoot/recipe.listup.addresses.sgml
index 3598f3e3..61b1db6c 100644
--- a/fml/doc/en/tutorial/troubleshoot/recipe.listup.addresses.sgml
+++ b/fml/doc/en/tutorial/troubleshoot/recipe.listup.addresses.sgml
@@ -1,12 +1,12 @@
<!--
- $FML: recipe.listup.addresses.sgml,v 1.1 2003/07/25 17:05:48 fukachan Exp $
+ $FML: recipe.listup.addresses.sgml,v 1.2 2003/08/03 01:47:18 fukachan Exp $
$jaFML: recipe.listup.addresses.sgml,v 1.2 2003/04/15 14:51:45 fukachan Exp $
-->
<qandaentry>
<question>
<para>
-List up pre-defined addresses on the system.
+List up pre-defined addresses on this host.
</para>
</question>
@@ -23,10 +23,10 @@ aliases.
<para>
<warning>
<para>
-The difference between fmladdr and fmlalias is whether
+The difference between "fmladdr" and "fmlalias" is whether
it contains users defined at /etc/passwd or not.
-fmladdr contains it but fmlalias not.
-fmlalias lists up only users defined at aliases.
+"fmladdr" contains it but fmlalias not.
+"fmlalias" lists up only users defined at aliases.
</para>
</warning>
</para>
diff --git a/fml/doc/en/tutorial/troubleshoot/recipe.listup.aliases.sgml b/fml/doc/en/tutorial/troubleshoot/recipe.listup.aliases.sgml
index 399a0389..ea810789 100644
--- a/fml/doc/en/tutorial/troubleshoot/recipe.listup.aliases.sgml
+++ b/fml/doc/en/tutorial/troubleshoot/recipe.listup.aliases.sgml
@@ -1,12 +1,12 @@
<!--
- $FML: recipe.listup.aliases.sgml,v 1.1 2003/07/25 17:05:48 fukachan Exp $
+ $FML: recipe.listup.aliases.sgml,v 1.2 2003/08/03 01:47:18 fukachan Exp $
$jaFML: recipe.listup.aliases.sgml,v 1.1 2002/11/09 14:16:19 fukachan Exp $
-->
<qandaentry>
<question>
<para>
-List up defined aliases
+List up defined aliases on this host
</para>
</question>
@@ -22,10 +22,10 @@ Run "fmlalias". It shows all addresses defined in aliases files.
<para>
<warning>
<para>
-The difference between fmladdr and fmlalias is whether
+The difference between "fmladdr" and "fmlalias" is whether
it contains users defined at /etc/passwd or not.
-fmladdr contains it but fmlalias not.
-fmlalias lists up only users defined at aliases.
+"fmladdr" contains it but fmlalias not.
+"fmlalias" lists up only users defined at aliases.
</para>
</warning>
</para>
diff --git a/fml/doc/en/tutorial/troubleshoot/recipe.version.sgml b/fml/doc/en/tutorial/troubleshoot/recipe.version.sgml
index 5e0151a2..92d867f2 100644
--- a/fml/doc/en/tutorial/troubleshoot/recipe.version.sgml
+++ b/fml/doc/en/tutorial/troubleshoot/recipe.version.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: recipe.version.sgml,v 1.1 2003/07/25 17:05:48 fukachan Exp $
+ $FML: recipe.version.sgml,v 1.2 2003/08/03 01:47:18 fukachan Exp $
$jaFML: recipe.version.sgml,v 1.4 2003/04/15 14:51:45 fukachan Exp $
-->
@@ -12,10 +12,9 @@ I want to know fml version.
<answer>
<para>
-run "fmlconf" to show all variables.
-You can find $fml_version in it.
<screen>
-% fmlconf test |grep fml_version
+[Example: in the case of "test" ML]
+% fmlconf test fml_version
fml_version = fml-devel current-20021029
</screen>
</para>