1 .\" Copyright (c) 1983, 1986, 1991, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by the University of
15 .\" California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93
33 .\" $FreeBSD: src/usr.sbin/syslogd/syslogd.8,v 1.51 2004/07/02 23:12:57 ru Exp $
34 .\" $DragonFly: src/usr.sbin/syslogd/syslogd.8,v 1.5 2006/05/26 19:39:41 swildner Exp $
41 .Nd log systems messages
45 .Op Fl a Ar allowed_peer
46 .Op Fl b Ar bind_address
47 .Op Fl f Ar config_file
49 .Op Fl m Ar mark_interval
51 .Op Fl p Ar log_socket
55 utility reads and logs messages to the system console, log files, other
56 machines and/or users as specified by its configuration file.
58 The options are as follows:
59 .Bl -tag -width indent
63 to use IPv4 addresses only.
67 to use IPv6 addresses only.
71 tries to send the message to only one address
72 even if the host has more than one A or AAAA record.
73 If this option is specified,
75 tries to send the message to all addresses.
76 .It Fl a Ar allowed_peer
84 options may be specified.
87 can be any of the following:
88 .Bl -tag -width "ipaddr/masklen[:service]XX"
98 (in the usual dotted quad notation) with
100 bits being taken into account when doing the address comparison.
102 can be also IPv6 address by enclosing the address with
108 is the name or number of an UDP service (see
110 the source packet must belong to.
115 allows packets being sent from any UDP port.
122 is IPv4 address, a missing
124 will be substituted by the historic class A or class B netmasks if
126 belongs into the address range of class A or B, respectively, or
130 is IPv6 address, a missing
132 will be substituted by 128.
135 .Ar domainname Op : Ar service
138 Accept datagrams where the reverse address lookup yields
140 for the sender address.
143 is as explained above.
146 .No * Ar domainname Op : Ar service
149 Same as before, except that any source host whose name
158 options are ignored if the
160 option is also specified.
161 .It Fl b Ar bind_address
162 Specify one specific IP address or hostname to bind to.
163 If a hostname is specified,
164 the IPv4 or IPv6 address which corresponds to it is used.
166 Disable the compression of repeated instances of the same line
167 into a single line of the form
168 .Dq Li "last message repeated N times"
169 when the output is a pipe to another program.
170 If specified twice, disable this compression in all cases.
175 This is probably only of use to developers working on
178 Specify the pathname of an alternate configuration file;
180 .Pa /etc/syslog.conf .
182 Disable the translation of
183 messages received with facility
189 facility is reserved for messages read directly from
192 Select the number of minutes between
194 messages; the default is 20 minutes.
196 Disable dns query for every request.
198 Prefix kernel messages with the full kernel boot file as determined by
200 Without this, the kernel message prefix is always
203 Specify the pathname of an alternate log socket to be used instead;
207 Specify an alternative file in which to store the process ID.
209 .Pa /var/run/syslog.pid .
211 Specify a location where
213 should place an additional log socket.
214 Up to 19 additional logging sockets can be specified.
215 The primary use for this is to place additional log sockets in
217 of various chroot filespaces.
219 Operate in secure mode.
220 Do not log messages from remote machines.
222 specified twice, no network socket will be opened at all, which also
223 disables logging to remote machines.
225 Unique priority logging.
226 Only log messages at the specified priority.
227 Without this option, messages at the stated priority or higher are logged.
228 This option changes the default comparison from
234 If specified once, the numeric facility and priority are
235 logged with each locally-written message.
236 If specified more than once,
237 the names of the facility and priority are logged with each locally-written
243 utility reads its configuration file when it starts up and whenever it
244 receives a hangup signal.
245 For information on the format of the configuration file,
251 utility reads messages from the
255 from an Internet domain socket specified in
257 and from the special device
259 (to read kernel messages).
263 utility creates its process ID file,
265 .Pa /var/run/syslog.pid ,
266 and stores its process
268 This can be used to kill or reconfigure
273 should consist of a single line.
274 The message can contain a priority code, which should be a preceding
275 decimal number in angle braces, for example,
277 This priority code should map into the priorities defined in the
281 For security reasons,
283 will not append to log files that do not exist;
284 therefore, they must be created manually before running
287 .Bl -tag -width /var/run/syslog.pid -compact
288 .It Pa /etc/syslog.conf
290 .It Pa /var/run/syslog.pid
291 default process ID file
295 domain datagram log socket
320 The ability to log messages received in UDP packets is equivalent to
321 an unauthenticated remote disk-filling service, and should probably be
324 .No inter- Ns Nm syslogd
325 authentication mechanism ought to be worked out.
329 option is therefore highly recommended.
333 matching algorithm doesn't pretend to be very efficient; use of numeric
334 IP addresses is faster than domain name comparison.
336 peer list is being walked linearly, peer groups where frequent messages
337 are being anticipated from should be put early into the
341 The log socket was moved from
343 to ease the use of a read-only root file system.
345 some old binaries so that a symbolic link might be used for a