Add FAQ on restarting user file
[spider.git] / html / spiderFAQ-2.html
index 0f607e86c22bb4ec242fd6cd0ecf81eb654abe5b..c707610d9dd60c7a228a742ca8f91790e77fcf0c 100644 (file)
@@ -71,15 +71,30 @@ take effect.
 <H2><A NAME="ss2.5">2.5 How can I automatically limit the amount of debug logfiles that are stored?</A>
 </H2>
 
-<P>Use the tmpwatch command.  Add a line in /etc/cron.daily like this ...
+<P>Use the tmpwatch command.  Create a file in /etc/cron.daily/ containing the line ...
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
 /usr/sbin/tmpwatch -f 240 /spider/data/debug
 </PRE>
 </CODE></BLOCKQUOTE>
+<P>Remember to make it executable!
 <P>This will limit your debug data down to the last 10 days
 <P>
+<H2><A NAME="ss2.6">2.6 I updated my Linux distribution and now Spider cannot read the users</A>
+file or the dupefile, what is the problem?</H2>
+
+<P>Almost certainly this is a change in the db format of perl.  Follow these
+few steps to correct the problem.
+<P>
+<UL>
+<LI>stop the cluster (disable any autostart in inittab)</LI>
+<LI>cd /spider/data</LI>
+<LI>issue the command perl user_asc</LI>
+<LI>restart the cluster</LI>
+</UL>
+<P>That should solve the problem.
+<P>
 <HR>
 Next
 <A HREF="spiderFAQ-1.html">Previous</A>