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 .\" 4. 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: src/usr.sbin/syslogd/syslogd.8,v 1.64 2008/12/07 18:45:30 trhodes Exp $
30 .\" $DragonFly: src/usr.sbin/syslogd/syslogd.8,v 1.5 2006/05/26 19:39:41 swildner Exp $
37 .Nd log systems messages
41 .Op Fl a Ar allowed_peer
42 .Op Fl b Ar bind_address
43 .Op Fl f Ar config_file
44 .Op Fl l Oo Ar mode : Oc Ns Ar path
45 .Op Fl m Ar mark_interval
47 .Op Fl p Ar log_socket
51 utility reads and logs messages to the system console, log files, other
52 machines and/or users as specified by its configuration file.
54 The options are as follows:
55 .Bl -tag -width indent
59 to use IPv4 addresses only.
63 to use IPv6 addresses only.
67 not to interfere with 8-bit data. Normally
69 will replace C1 control characters
70 .Pq ISO 8859 and Unicode characters
74 Note, this option does not change the way
76 alters control characters
77 .Pq see Xr iscntrl 3 .
78 They will always be replaced with their
84 tries to send the message to only one address
85 even if the host has more than one A or AAAA record.
86 If this option is specified,
88 tries to send the message to all addresses.
89 .It Fl a Ar allowed_peer
97 options may be specified.
101 option may be any of the following:
102 .Bl -tag -width "ipaddr/masklen[:service]XX"
110 Accept datagrams from
112 (in the usual dotted quad notation) with
114 bits being taken into account when doing the address comparison.
116 can be also IPv6 address by enclosing the address with
122 is the name or number of an UDP service (see
124 the source packet must belong to.
129 allows packets being sent from any UDP port.
136 is IPv4 address, a missing
138 will be substituted by the historic class A or class B netmasks if
140 belongs into the address range of class A or B, respectively, or
144 is IPv6 address, a missing
146 will be substituted by 128.
149 .Ar domainname Op : Ar service
152 Accept datagrams where the reverse address lookup yields
154 for the sender address.
157 is as explained above.
160 .No * Ar domainname Op : Ar service
163 Same as before, except that any source host whose name
172 options are ignored if the
174 option is also specified.
175 .It Fl b Ar bind_address
176 Specify one specific IP address or hostname to bind to.
177 If a hostname is specified,
178 the IPv4 or IPv6 address which corresponds to it is used.
180 Create log files that do not exist (permission is set to
183 Disable the compression of repeated instances of the same line
184 into a single line of the form
185 .Dq Li "last message repeated N times"
186 when the output is a pipe to another program.
187 If specified twice, disable this compression in all cases.
192 This is probably only of use to developers working on
195 Specify the pathname of an alternate configuration file;
197 .Pa /etc/syslog.conf .
199 Disable the translation of
200 messages received with facility
206 facility is reserved for messages read directly from
209 Select the number of minutes between
211 messages; the default is 20 minutes.
213 Disable dns query for every request.
215 Prefix kernel messages with the full kernel boot file as determined by
217 Without this, the kernel message prefix is always
220 Specify the pathname of an alternate log socket to be used instead;
224 Specify an alternative file in which to store the process ID.
226 .Pa /var/run/syslog.pid .
228 Specify the pathname of an alternate log socket for privileged
229 applications to be used instead; the default is
230 .Pa /var/run/logpriv .
232 Specify a location where
234 should place an additional log socket.
235 The primary use for this is to place additional log sockets in
237 of various chroot filespaces.
238 File permissions for socket can be specified in octal representation
239 before socket name, delimited with a colon.
240 Path to socket location must be absolute.
242 Operate in secure mode.
243 Do not log messages from remote machines.
245 specified twice, no network socket will be opened at all, which also
246 disables logging to remote machines.
248 Always use the local time and date for messages received from the network,
249 instead of the timestamp field supplied in the message by the remote host.
250 This is useful if some of the originating hosts can't keep time properly
251 or are unable to generate a correct timestamp.
253 Unique priority logging.
254 Only log messages at the specified priority.
255 Without this option, messages at the stated priority or higher are logged.
256 This option changes the default comparison from
262 If specified once, the numeric facility and priority are
263 logged with each locally-written message.
264 If specified more than once,
265 the names of the facility and priority are logged with each locally-written
271 utility reads its configuration file when it starts up and whenever it
272 receives a hangup signal.
273 For information on the format of the configuration file,
279 utility reads messages from the
284 .Pa /var/run/logpriv ,
285 from an Internet domain socket specified in
287 and from the special device
289 (to read kernel messages).
293 utility creates its process ID file,
295 .Pa /var/run/syslog.pid ,
296 and stores its process
298 This can be used to kill or reconfigure
303 should consist of a single line.
304 The message can contain a priority code, which should be a preceding
305 decimal number in angle braces, for example,
307 This priority code should map into the priorities defined in the
311 For security reasons,
313 will not append to log files that do not exist (unless
315 option is specified);
316 therefore, they must be created manually before running
319 The date and time are taken from the received message.
320 If the format of the timestamp field is incorrect,
321 time obtained from the local host is used instead.
322 This can be overriden by the
326 .Bl -tag -width /var/run/syslog.pid -compact
327 .It Pa /etc/syslog.conf
329 .It Pa /var/run/syslog.pid
330 default process ID file
334 domain datagram log socket
335 .It Pa /var/run/logpriv
337 socket for privileged applications
363 The ability to log messages received in UDP packets is equivalent to
364 an unauthenticated remote disk-filling service, and should probably be
367 .No inter- Ns Nm syslogd
368 authentication mechanism ought to be worked out.
372 option is therefore highly recommended.
376 matching algorithm does not pretend to be very efficient; use of numeric
377 IP addresses is faster than domain name comparison.
379 peer list is being walked linearly, peer groups where frequent messages
380 are being anticipated from should be put early into the
384 The log socket was moved from
386 to ease the use of a read-only root file system.
388 some old binaries so that a symbolic link might be used for a