add tmpwatch section to FAQ
authorg0vgs <g0vgs>
Thu, 22 Mar 2001 19:35:53 +0000 (19:35 +0000)
committerg0vgs <g0vgs>
Thu, 22 Mar 2001 19:35:53 +0000 (19:35 +0000)
html/adminmanual-13.html
html/adminmanual.html
html/spiderFAQ-2.html
html/spiderFAQ.html
sgml/adminmanual.sgml
sgml/spiderFAQ.sgml
txt/adminmanual.txt
txt/spiderFAQ.txt

index 2a4746ea2a6a78a7a20045714e16e3275fc053fe..59d4bff34a68be2ee1451f732dd70df853ca9ee0 100644 (file)
@@ -1612,7 +1612,7 @@ for more information.
 <H2><A NAME="ss13.102">13.102 show/badspotter (1)</A>
 </H2>
 
-<P><CODE><B>show/badspotter</B>Show all the bad spotters in the system</CODE>
+<P><CODE><B>show/badspotter</B> Show all the bad spotters in the system</CODE>
 <P>
 <P>Display all the bad spotter's callsigns in the system, see SET/BADSPOTTER
 for more information.
index d8f80fe4fc383375c4ba83832f95244a82fbbfb1..8c8fc419c90b79fc0ab3706fc2ee7357ee5b98c6 100644 (file)
@@ -15,7 +15,7 @@ Contents
 <HR>
 <H1>The DXSpider Installation and Administration Manual </H1>
 
-<H2>Ian Maude, G0VGS, (ianmaude@btinternet.com)</H2>Version 1.33 (Revision 3) February 2001
+<H2>Ian Maude, G0VGS, (ianmaude@btinternet.com)</H2>Version 1.33 (Revision 1.20) February 2001
 <P><HR>
 <EM>A reference for SysOps of the DXSpider DXCluster program.</EM>
 <HR>
index ca16815ac2daed59965b5e9ff076221d4303510d..0f607e86c22bb4ec242fd6cd0ecf81eb654abe5b 100644 (file)
@@ -68,6 +68,17 @@ forward.pl and edit it to meet your requirements.  You will need to issue
 the command <EM>load/forward</EM> or restart Spider for the changes to 
 take effect.
 <P>
+<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>
+<BLOCKQUOTE><CODE>
+<PRE>
+/usr/sbin/tmpwatch -f 240 /spider/data/debug
+</PRE>
+</CODE></BLOCKQUOTE>
+<P>This will limit your debug data down to the last 10 days
 <P>
 <HR>
 Next
index 2a191227dc0645b46eaffdb3fa8315824ae3ccd8..d44fe38e9ebad91da3665fcc7154ea3831364fe6 100644 (file)
@@ -15,7 +15,7 @@ Contents
 <HR>
 <H1>The DXSpider FAQ </H1>
 
-<H2>Ian Maude, G0VGS, (ianmaude@btinternet.com)</H2>Version 0.3 January 2001
+<H2>Ian Maude, G0VGS, (ianmaude@btinternet.com)</H2>Version 0.4 March 2001
 <P><HR>
 <EM>A reference for SysOps of the DXSpider DXCluster program.</EM>
 <HR>
@@ -39,6 +39,7 @@ Contents
 <LI><A HREF="spiderFAQ-2.html#ss2.2">2.2 How can I monitor traffic to and from a node or user?</A>
 <LI><A HREF="spiderFAQ-2.html#ss2.3">2.3 My neighbouring node cannot use the RCMD command to me, he just keeps getting the "tut tut" message.</A>
 <LI><A HREF="spiderFAQ-2.html#ss2.4">2.4 I do not seem to be sending any bulletin mail to my link partners, what is wrong?</A>
+<LI><A HREF="spiderFAQ-2.html#ss2.5">2.5 How can I automatically limit the amount of debug logfiles that are stored?</A>
 </UL>
 <HR>
 <A HREF="spiderFAQ-1.html">Next</A>
index 8606e17d035a0682f6e8050556312bc0149b10fb..8af052bada49b951ff2a516d6465fc7211556456 100644 (file)
@@ -6,7 +6,7 @@
 
 <title>The DXSpider Installation and Administration Manual 
 <author>Ian Maude, G0VGS, (ianmaude@btinternet.com)
-<date>Version 1.33 (Revision 3) February 2001
+<date>Version 1.33 (Revision 1.20) February 2001
 <abstract>
 A reference for SysOps of the DXSpider DXCluster program.
 </abstract>
@@ -3993,7 +3993,7 @@ for more information.
 
 <P>
 <tt>
-<bf>show/badspotter</bf>Show all the bad spotters in the system
+<bf>show/badspotter</bf> Show all the bad spotters in the system
 </tt>
 
 <P>
index 2dc5a0a51a431a6525882c96938aa3778c614329..c60216c7f53e517e4e3b6aace143431f66c35c61 100644 (file)
@@ -6,7 +6,7 @@
 
 <title>The DXSpider FAQ 
 <author>Ian Maude, G0VGS, (ianmaude@btinternet.com)
-<date>Version 0.3 January 2001
+<date>Version 0.4 March 2001
 <abstract>
 A reference for SysOps of the DXSpider DXCluster program.
 </abstract>
@@ -111,5 +111,15 @@ forward.pl and edit it to meet your requirements.  You will need to issue
 the command <em>load/forward</em> or restart Spider for the changes to 
 take effect.
 
+<sect1>How can I automatically limit the amount of debug logfiles that are stored?
+
+<P>
+Use the tmpwatch command.  Add a line in /etc/cron.daily like this ...
+
+<tscreen><verb>
+/usr/sbin/tmpwatch -f 240 /spider/data/debug
+</verb></tscreen>
+
+This will limit your debug data down to the last 10 days
 
 </article>
index 3e509e7b6cd614f564e5fea7a18aae333b1c9263..fc3e64deb0c170d48b1b1eb37865ac3a71b756d4 100644 (file)
@@ -1,6 +1,6 @@
   The DXSpider Installation and Administration Manual
   Ian Maude, G0VGS, (ianmaude@btinternet.com)
-  Version 1.33 (Revision 3) February 2001
+  Version 1.33 (Revision 1.20) February 2001
 
   A reference for SysOps of the DXSpider DXCluster program.
   ______________________________________________________________________
 
   1\b13\b3.\b.1\b10\b02\b2.\b.  s\bsh\bho\bow\bw/\b/b\bba\bad\bds\bsp\bpo\bot\btt\bte\ber\br (\b(1\b1)\b)
 
-  s\bsh\bho\bow\bw/\b/b\bba\bad\bds\bsp\bpo\bot\btt\bte\ber\brShow all the bad spotters in the system
+  s\bsh\bho\bow\bw/\b/b\bba\bad\bds\bsp\bpo\bot\btt\bte\ber\br Show all the bad spotters in the system
 
 
   Display all the bad spotter's callsigns in the system, see
index 6d79590b19e4d78dbffed9f92578b05f64e3ab8f..de1fcd4dac4ec6678e8d1a0e6f405c1ab9002fb3 100644 (file)
@@ -1,6 +1,6 @@
   The DXSpider FAQ
   Ian Maude, G0VGS, (ianmaude@btinternet.com)
-  Version 0.3 January 2001
+  Version 0.4 March 2001
 
   A reference for SysOps of the DXSpider DXCluster program.
   ______________________________________________________________________
@@ -21,6 +21,7 @@
      2.2 How can I monitor traffic to and from a node or user?
      2.3 My neighbouring node cannot use the RCMD command to me, he just keeps getting the "tut tut" message.
      2.4 I do not seem to be sending any bulletin mail to my link partners, what is wrong?
+     2.5 How can I automatically limit the amount of debug logfiles that are stored?
 
 
   ______________________________________________________________________
@@ -63,7 +64,6 @@
   The tarballs are designed to not overwrite your existing configuration
   and can be used at any time to update your Spider software.  All the
   key files have the suffix .issue (eg. DXVars.pm.issue) at default.
-
   1\b1.\b.4\b4.\b.  I\bI a\bam\bm r\bru\bun\bnn\bni\bin\bng\bg R\bRe\bed\bdH\bHa\bat\bt 5\b5.\b.2\b2 a\ban\bnd\bd I\bI a\bam\bm g\bge\bet\btt\bti\bin\bng\bg s\bst\btr\bra\ban\bng\bge\be e\ber\brr\bro\bor\brs\bs,\b, w\bwh\bha\bat\bt i\bis\bs
   w\bwr\bro\bon\bng\bg?\b?
 
   take effect.
 
 
+  2\b2.\b.5\b5.\b.  H\bHo\bow\bw c\bca\ban\bn I\bI a\bau\but\bto\bom\bma\bat\bti\bic\bca\bal\bll\bly\by l\bli\bim\bmi\bit\bt t\bth\bhe\be a\bam\bmo\bou\bun\bnt\bt o\bof\bf d\bde\beb\bbu\bug\bg l\blo\bog\bgf\bfi\bil\ble\bes\bs t\bth\bha\bat\bt
+  a\bar\bre\be s\bst\bto\bor\bre\bed\bd?\b?
 
+  Use the tmpwatch command.  Add a line in /etc/cron.daily like this ...
 
 
 
+       /usr/sbin/tmpwatch -f 240 /spider/data/debug
 
 
 
 
-
-
-
-
-
+  This will limit your debug data down to the last 10 days