9cd41a3ccfcd6d8deac0b2c7274f444a307c4cd8
[spider.git] / html / spiderFAQ-2.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
5  <TITLE>The DXSpider FAQ : Administration</TITLE>
6  <LINK HREF="spiderFAQ-1.html" REL=previous>
7  <LINK HREF="spiderFAQ.html#toc2" REL=contents>
8 </HEAD>
9 <BODY>
10 Next
11 <A HREF="spiderFAQ-1.html">Previous</A>
12 <A HREF="spiderFAQ.html#toc2">Contents</A>
13 <HR>
14 <H2><A NAME="s2">2. Administration</A></H2>
15
16 <H2><A NAME="ss2.1">2.1 How can I get Spider to restart automatically if it crashes?</A>
17 </H2>
18
19 <P>Put this line into /etc/inittab ..
20 <P>
21 <BLOCKQUOTE><CODE>
22 <PRE>
23 DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop > /dev/tty7
24 </PRE>
25 </CODE></BLOCKQUOTE>
26 <P>Run <EM>telinit q</EM> as root.  Spider will restart so be aware.  However, any
27 time you reboot, cluster.pl will start in tty7 and if it crashes, it should restart ok.
28 <P>
29 <H2><A NAME="ss2.2">2.2 How can I monitor traffic to and from a node or user?</A>
30 </H2>
31
32 <P>There are 2 ways to achieve this.  You can use the <EM>tail</EM> command like this ..
33 <P>
34 <BLOCKQUOTE><CODE>
35 <PRE>
36 tail -f /spider/data/debug/167.dat |grep G0VGS
37 </PRE>
38 </CODE></BLOCKQUOTE>
39 <P>or in later versions of Spider, there is a command called <EM>watchdbg</EM> in which
40 case you simply type ..
41 <P>
42 <BLOCKQUOTE><CODE>
43 <PRE>
44 watchdbg G0VGS
45 </PRE>
46 </CODE></BLOCKQUOTE>
47 <P>
48 <H2><A NAME="ss2.3">2.3 My neighbouring node cannot use the RCMD command to me, he just keeps getting the "tut tut" message.</A>
49 </H2>
50
51 <P>Assuming that the permissions are set correctly (perm level 5 required), it could be
52 that the home_node is set incorrectly.  You can reset the home_node using the <EM>spoof</EM>
53 command like this ..
54 <P>
55 <BLOCKQUOTE><CODE>
56 <PRE>
57 spoof gb7adx set/home gb7adx
58 </PRE>
59 </CODE></BLOCKQUOTE>
60 <P>Assuming that the node_call you are changing is gb7adx.
61 <P>
62 <H2><A NAME="ss2.4">2.4 I do not seem to be sending any bulletin mail to my link partners, what is wrong?</A>
63 </H2>
64
65 <P>There is a file in /spider/msg called forward.pl.issue.  Rename this to
66 forward.pl and edit it to meet your requirements.  To make the changes
67 take effect, use the command load/forward.
68 <P>
69 <H2><A NAME="ss2.5">2.5 I have set up my partner node with bulletin mail.  Now I am sending</A>
70 him all my bulletins!  How do I stop it?</H2>
71
72 <P>Unless you tell Spider otherwise, when you set a node up as a forwarding
73 partner it will send all the mail with the bulletin addresses you have
74 configured.  To stop this happening you need to tell the cluster that
75 all mail has already been sent.  To do this use the catchup command.
76 <P>
77 <P>
78 <H2><A NAME="ss2.6">2.6 The WWV command does not seem to work.. why is that?</A>
79 </H2>
80
81 <P>The WWV command is not supported in DXSpider.  This decision has been
82 taken as there is a perfectly good automated and accurate WWV posting made
83 once per hour from N4TY.  In the past, inaccurate postings have been made
84 from some users and this will prevent this happening.
85 <HR>
86 Next
87 <A HREF="spiderFAQ-1.html">Previous</A>
88 <A HREF="spiderFAQ.html#toc2">Contents</A>
89 </BODY>
90 </HTML>