Index: trunk/docs/HOWTO-client+server-troubleshooting.html
===================================================================
--- trunk/docs/HOWTO-client+server-troubleshooting.html	(revision 1)
+++ trunk/docs/HOWTO-client+server-troubleshooting.html	(revision 89)
@@ -30,4 +30,5 @@
 div.warnblock {
 	background: #b6c5f2; color: #000;
+	background: #ffffcc; color: #000;
 	margin: 1em; padding: 0 1em 0 1em;
 	border-width: 1px;
@@ -131,4 +132,12 @@
 <br>
 <hr>
+<div class="warnblock">
+<ul>
+  <li>Almost all problems can only be diagnosed correctly by checking the 
+      <b>server</b> logs</li>
+  <li>If the server does not write logs, <b>fix this first</b>. For debugging, 
+      stop the server, then run it in the foreground with 
+      <tt>yule -p info --foreground</tt></li>
+</div>
 <p>
 This document aims to explain how to diagnose and fix common problems that
@@ -255,4 +264,5 @@
      the interface used is not the one the client name resolves to.
      </p>
+
        <p>
        If the client uses the wrong interface on a multi-interface machine, 
@@ -264,5 +274,5 @@
        <p>
        If you want to download the config file from the server, you
-       should instead use the corresponding command line
+       should instead use the corresponding command line option
        <tt>--bind-address=</tt><i>IP address</i>
        to select the interface.
