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

« back to all changes in this revision

Viewing changes to doc/en/tutorial/man.duende.html

  • 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:
1
1
<!-- Do *not* edit this file; it was automatically generated by ej2html
2
2
     Look for a name.ej file with the same name as this filename -->
3
 
<!-- Last updated Fri Oct 19 08:52:22 2007 -->
 
3
<!-- Last updated Tue Sep  9 06:40:21 2008 -->
4
4
 
5
5
<HTML><HEAD>
6
6
 
31
31
<b>duende</b> requires a blank directory named <tt>/etc/maradns/logger</tt> 
32
32
to run.
33
33
<p>
34
 
Should the parent duende process
 
34
Should the parent duende process a
35
35
HUP signal, <b>duende</b> will restart the child process.  Should the
36
36
daemonized or logging process received an untrapped HUP signal or exit 
37
37
with an exit
56
56
"ident" given to openlog()) is the full path of the first argument given
57
57
to <b>duende</b>.  All messages created by the child process are sent
58
58
to syslog() with a priority of LOG_INFO and a "facility"
59
 
of LOG_DAEMON; should duende itself encounter an error, it will send
 
59
of LOG_DAEMON (daemon.info in /etc/syslog.conf); since daemon.info
 
60
messages are not logged by default in FreeBSD, on FreeBSD systems
 
61
messages generated by the child process are logged with a priority of
 
62
LOG_ALERT and a "facility" of LOG_DAEMON (daemon.alert in /etc/syslog.conf).
 
63
Should duende itself encounter an error, it will send
60
64
messages to syslog() with a priority of LOG_ALERT.  <p>
61
65
 
62
66
For example, suppose one invokes duende thusly:
88
92
Using duende to start maradns, where the mararc file is /etc/mararc.2
89
93
 
90
94
<pre>
91
 
        duende maradns -f /etc/mararc.3
 
95
        duende maradns -f /etc/mararc.2
92
96
</pre>
93
97
 
94
98
Using duende to start zoneserver, where the mararc file is /etc/mararc.4