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. Neither the name of the University nor the names of its contributors
13 .\" may be used to endorse or promote products derived from this software
14 .\" without specific prior written permission.
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93
29 .\" $FreeBSD: head/usr.sbin/syslogd/syslogd.8 236509 2012-06-03 11:29:48Z joel $
36 .Nd log systems messages
39 .Op Fl 468ACcdkNnosTuv
40 .Op Fl a Ar allowed_peer
41 .Op Fl b Ar bind_address
42 .Op Fl f Ar config_file
43 .Op Fl l Oo Ar mode : Oc Ns Ar path
44 .Op Fl m Ar mark_interval
46 .Op Fl p Ar log_socket
50 utility reads and logs messages to the system console, log files, other
51 machines and/or users as specified by its configuration file.
53 The options are as follows:
54 .Bl -tag -width indent
58 to use IPv4 addresses only.
62 to use IPv6 addresses only.
66 not to interfere with 8-bit data. Normally
68 will replace C1 control characters
69 .Pq ISO 8859 and Unicode characters
73 Note, this option does not change the way
75 alters control characters
76 .Pq see Xr iscntrl 3 .
77 They will always be replaced with their
83 tries to send the message to only one address
84 even if the host has more than one A or AAAA record.
85 If this option is specified,
87 tries to send the message to all addresses.
88 .It Fl a Ar allowed_peer
96 options may be specified.
100 option may be any of the following:
101 .Bl -tag -width "ipaddr/masklen[:service]XX"
109 Accept datagrams from
111 (in the usual dotted quad notation) with
113 bits being taken into account when doing the address comparison.
115 can be also IPv6 address by enclosing the address with
121 is the name or number of an UDP service (see
123 the source packet must belong to.
128 allows packets being sent from any UDP port.
135 is IPv4 address, a missing
137 will be substituted by the historic class A or class B netmasks if
139 belongs into the address range of class A or B, respectively, or
143 is IPv6 address, a missing
145 will be substituted by 128.
148 .Ar domainname Op : Ar service
151 Accept datagrams where the reverse address lookup yields
153 for the sender address.
156 is as explained above.
159 .No * Ar domainname Op : Ar service
162 Same as before, except that any source host whose name
171 options are ignored if the
173 option is also specified.
177 .Ar bind_address Op : Ar service
186 Bind to a specific address and/or port.
187 The address can be specified as a hostname,
188 and the port as a service name.
189 If an IPv6 address is specified, it should be enclosed with
198 Create log files that do not exist (permission is set to
201 Disable the compression of repeated instances of the same line
202 into a single line of the form
203 .Dq Li "last message repeated N times"
204 when the output is a pipe to another program.
205 If specified twice, disable this compression in all cases.
210 This is probably only of use to developers working on
213 Specify the pathname of an alternate configuration file;
215 .Pa /etc/syslog.conf .
217 Disable the translation of
218 messages received with facility
224 facility is reserved for messages read directly from
227 Select the number of minutes between
229 messages; the default is 20 minutes.
231 Disable binding on UDP sockets. RFC 3164 recommends that outgoing
232 syslogd messages should originate from the privileged port, this
235 the recommended behavior. This option inherits
238 Disable dns query for every request.
240 Prefix kernel messages with the full kernel boot file as determined by
242 Without this, the kernel message prefix is always
245 Specify the pathname of an alternate log socket to be used instead;
249 Specify an alternative file in which to store the process ID.
251 .Pa /var/run/syslog.pid .
253 Specify the pathname of an alternate log socket for privileged
254 applications to be used instead; the default is
255 .Pa /var/run/logpriv .
257 Specify a location where
259 should place an additional log socket.
260 The primary use for this is to place additional log sockets in
262 of various chroot filespaces.
263 File permissions for socket can be specified in octal representation
264 before socket name, delimited with a colon.
265 Path to socket location must be absolute.
267 Operate in secure mode.
268 Do not log messages from remote machines.
270 specified twice, no network socket will be opened at all, which also
271 disables logging to remote machines.
273 Always use the local time and date for messages received from the network,
274 instead of the timestamp field supplied in the message by the remote host.
275 This is useful if some of the originating hosts can't keep time properly
276 or are unable to generate a correct timestamp.
278 Unique priority logging.
279 Only log messages at the specified priority.
280 Without this option, messages at the stated priority or higher are logged.
281 This option changes the default comparison from
287 If specified once, the numeric facility and priority are
288 logged with each locally-written message.
289 If specified more than once,
290 the names of the facility and priority are logged with each locally-written
296 utility reads its configuration file when it starts up and whenever it
297 receives a hangup signal.
298 For information on the format of the configuration file,
304 utility reads messages from the
309 .Pa /var/run/logpriv ,
310 from an Internet domain socket specified in
312 and from the special device
314 (to read kernel messages).
318 utility creates its process ID file,
320 .Pa /var/run/syslog.pid ,
321 and stores its process
323 This can be used to kill or reconfigure
328 should consist of a single line.
329 The message can contain a priority code, which should be a preceding
330 decimal number in angle braces, for example,
332 This priority code should map into the priorities defined in the
336 For security reasons,
338 will not append to log files that do not exist (unless
340 option is specified);
341 therefore, they must be created manually before running
344 The date and time are taken from the received message.
345 If the format of the timestamp field is incorrect,
346 time obtained from the local host is used instead.
347 This can be overridden by the
351 .Bl -tag -width /var/run/syslog.pid -compact
352 .It Pa /etc/syslog.conf
354 .It Pa /var/run/syslog.pid
355 default process ID file
359 domain datagram log socket
360 .It Pa /var/run/logpriv
362 socket for privileged applications
388 The ability to log messages received in UDP packets is equivalent to
389 an unauthenticated remote disk-filling service, and should probably be
392 .No inter- Ns Nm syslogd
393 authentication mechanism ought to be worked out.
397 option is therefore highly recommended.
401 matching algorithm does not pretend to be very efficient; use of numeric
402 IP addresses is faster than domain name comparison.
404 peer list is being walked linearly, peer groups where frequent messages
405 are being anticipated from should be put early into the
409 The log socket was moved from
411 to ease the use of a read-only root file system.
413 some old binaries so that a symbolic link might be used for a