~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to doc/en/source/win_service.ej

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
</HEAD><BODY>
6
6
 
7
 
<!-- Copyright 2006 Sam Trenholme
 
7
<!-- Copyright 2006,2009 Sam Trenholme
8
8
 
9
9
    TERMS
10
10
 
33
33
 
34
34
<p>
35
35
 
 
36
Deadwood, it should be noted, can natively run as a Windows service.
 
37
 
 
38
<p>
 
39
 
36
40
The rest of this document will simply call Windows XP "Windows".  These
37
41
directions will <i>not</i> work with Windows 95, 98, or ME.
38
42
 
42
46
 
43
47
<ul>
44
48
<li>The native Windows32 port of MaraDNS, with a name like
45
 
    <tt>maradns-1-2-12-win32.zip</tt>
 
49
    <tt>maradns-1-4-01-win32.zip</tt>
46
50
<li>A zip file, originally issued by Microsoft and freely available several
47
51
    places on the Internet called "srvany.zip".  This file can be easily found
48
52
    via an Internet search engine.  The file in question is 24,287 bytes
49
 
    long, has an md5 sum of <tt>7e827466629dea02d8f16648d9c43400</tt>, and a
50
 
    sha1 sum of <tt>e2e2ea3701046eb782bd58ae05fb9face1e03543</tt>.
 
53
    long, has an md5 sum of <tt>7e827466629dea02d8f16648d9c43400</tt>,  a
 
54
    sha1 sum of <tt>e2e2ea3701046eb782bd58ae05fb9face1e03543</tt>, and a
 
55
    RadioGatun-32 sum of 
 
56
<tt>804d8c46904e2e42b9164ecf4e44119db0b22b80c385776240f692d2d43c18b6</tt>.
51
57
</ul>
52
58
 
53
59
Once these files are obtained, unpack both <tt>.zip</tt> files by 
58
64
 
59
65
<p>
60
66
 
61
 
Here are all 12 files that will be in <b>c:\maradns</b> if the files
 
67
Here are all the files that will be in <b>c:\maradns</b> if the files
62
68
were correctly obtained and extracted:
63
69
 
64
70
<ul>
69
75
<li><tt>askmara.exe</tt>
70
76
<li><tt>Askmara.html</tt>
71
77
<li><tt>pthreadGC2.dll</tt>
72
 
<li><tt>pthreads-w32-2-6-0-release.tar.bz2</tt>
73
 
<li><tt>Service.html</tt> <b>Note:</b> This file will <i>not</i> be present
74
 
    if using MaraDNS 1.2.11 or lower
 
78
<li><tt>pthreads.txt</tt>
 
79
<li><tt>Service.html</tt> 
 
80
<li><tt>secret.txt</tt>
75
81
<li><tt>srvany.exe</tt>
76
82
<li><tt>instsrv.exe</tt>
77
83
<li><tt>srvany.wri</tt>
137
143
Start -> Control Panel -> Administrator tools -> Services.<p>  If you can not 
138
144
find "Administrator tools" under the control panel, make sure you are using 
139
145
classic instead of category view (selected on the left hand side of the control
140
 
panel window), or select "upkeep and maintainence", followed by "Administrator 
 
146
panel window), or select "upkeep and maintenance", followed by "Administrator 
141
147
tools".<p>
142
148
<li>Find the MaraDNS service in the list of services.<p>
143
149
<li>Double click on the service to bring up its properties.<p>
164
170
 
165
171
If not, verify that you have a working internet connection.  If you do, make
166
172
sure MaraDNS is running by seeing if it is listed as "maradns.exe" in the task 
167
 
manager (Cntl + Alt + Del) under the "Processes" tab.  Note: If you can't see
 
173
manager (Ctrl + Alt + Del) under the "Processes" tab.  Note: If you can't see
168
174
tabs in the task manager, simply double click in the blank area on the side of 
169
175
the task manager.
170
176
 
 
177
<p>
 
178
 
 
179
If the MaraDNS service can not start up, you can try starting it from a 
 
180
cmd prompt.  Run the run_maradns.bat file and see if MaraDNS starts up. 
 
181
If it does, make sure you correctly set the relevant register values.
 
182
 
171
183
</BODY>
172
184