]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/syslogd/syslogd.8
* Add the readline(3) API to libedit. The libedit versions of
[FreeBSD/FreeBSD.git] / usr.sbin / syslogd / syslogd.8
1 .\" Copyright (c) 1983, 1986, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
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.
15 .\"
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
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)syslogd.8   8.1 (Berkeley) 6/6/93
29 .\" $FreeBSD$
30 .\"
31 .Dd May 13, 2008
32 .Dt SYSLOGD 8
33 .Os
34 .Sh NAME
35 .Nm syslogd
36 .Nd log systems messages
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl 468ACcdknosuv
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
45 .Op Fl P Ar pid_file
46 .Op Fl p Ar log_socket
47 .Sh DESCRIPTION
48 The
49 .Nm
50 utility reads and logs messages to the system console, log files, other
51 machines and/or users as specified by its configuration file.
52 .Pp
53 The options are as follows:
54 .Bl -tag -width indent
55 .It Fl 4
56 Force
57 .Nm
58 to use IPv4 addresses only.
59 .It Fl 6
60 Force
61 .Nm
62 to use IPv6 addresses only.
63 .It Fl 8
64 Tells
65 .Nm
66 not to interfere with 8-bit data.  Normally
67 .Nm
68 will replace C1 control characters
69 .Pq ISO 8859 and Unicode characters
70 with their
71 .Dq M- Ns Em x
72 equivalent.
73 Note, this option does not change the way
74 .Nm
75 alters control characters
76 .Pq see Xr iscntrl 3 .
77 They will always be replaced with their
78 .Dq ^ Ns Em x
79 equivalent.
80 .It Fl A
81 Ordinarily,
82 .Nm
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,
86 .Nm
87 tries to send the message to all addresses.
88 .It Fl a Ar allowed_peer
89 Allow
90 .Ar allowed_peer
91 to log to this
92 .Nm
93 using UDP datagrams.
94 Multiple
95 .Fl a
96 options may be specified.
97 .Pp
98 The
99 .Ar allowed_peer
100 option may be any of the following:
101 .Bl -tag -width "ipaddr/masklen[:service]XX"
102 .It Xo
103 .Sm off
104 .Ar ipaddr
105 .No / Ar masklen
106 .Op : Ar service
107 .Sm on
108 .Xc
109 Accept datagrams from
110 .Ar ipaddr
111 (in the usual dotted quad notation) with
112 .Ar masklen
113 bits being taken into account when doing the address comparison.
114 .Ar ipaddr
115 can be also IPv6 address by enclosing the address with
116 .Ql \&[
117 and
118 .Ql \&] .
119 If specified,
120 .Ar service
121 is the name or number of an UDP service (see
122 .Xr services 5 )
123 the source packet must belong to.
124 A
125 .Ar service
126 of
127 .Ql \&*
128 allows packets being sent from any UDP port.
129 The default
130 .Ar service
131 is
132 .Ql syslog .
133 If
134 .Ar ipaddr
135 is IPv4 address, a missing
136 .Ar masklen
137 will be substituted by the historic class A or class B netmasks if
138 .Ar ipaddr
139 belongs into the address range of class A or B, respectively, or
140 by 24 otherwise.
141 If
142 .Ar ipaddr
143 is IPv6 address, a missing
144 .Ar masklen
145 will be substituted by 128.
146 .It Xo
147 .Sm off
148 .Ar domainname Op : Ar service
149 .Sm on
150 .Xc
151 Accept datagrams where the reverse address lookup yields
152 .Ar domainname
153 for the sender address.
154 The meaning of
155 .Ar service
156 is as explained above.
157 .It Xo
158 .Sm off
159 .No * Ar domainname Op : Ar service
160 .Sm on
161 .Xc
162 Same as before, except that any source host whose name
163 .Em ends
164 in
165 .Ar domainname
166 will get permission.
167 .El
168 .Pp
169 The
170 .Fl a
171 options are ignored if the
172 .Fl s
173 option is also specified.
174 .It Xo
175 .Fl b
176 .Sm off
177 .Ar bind_address Op : Ar service
178 .Sm on
179 .Xc
180 .It Xo
181 .Fl b
182 .Sm off
183 .Li : Ar service
184 .Sm on
185 .Xc
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
190 .Ql \&[
191 and
192 .Ql \&] .
193 The default
194 .Ar service
195 is
196 .Ql syslog .
197 .It Fl C
198 Create log files that do not exist (permission is set to
199 .Li 0600 ) .
200 .It Fl c
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.
206 .It Fl d
207 Put
208 .Nm
209 into debugging mode.
210 This is probably only of use to developers working on
211 .Nm .
212 .It Fl f
213 Specify the pathname of an alternate configuration file;
214 the default is
215 .Pa /etc/syslog.conf .
216 .It Fl k
217 Disable the translation of
218 messages received with facility
219 .Dq kern
220 to facility
221 .Dq user .
222 Usually the
223 .Dq kern
224 facility is reserved for messages read directly from
225 .Pa /dev/klog .
226 .It Fl m
227 Select the number of minutes between
228 .Dq mark
229 messages; the default is 20 minutes.
230 .It Fl n
231 Disable dns query for every request.
232 .It Fl o
233 Prefix kernel messages with the full kernel boot file as determined by
234 .Xr getbootfile 3 .
235 Without this, the kernel message prefix is always
236 .Dq Li kernel: .
237 .It Fl p
238 Specify the pathname of an alternate log socket to be used instead;
239 the default is
240 .Pa /var/run/log .
241 .It Fl P
242 Specify an alternative file in which to store the process ID.
243 The default is
244 .Pa /var/run/syslog.pid .
245 .It Fl S
246 Specify the pathname of an alternate log socket for privileged
247 applications to be used instead; the default is
248 .Pa /var/run/logpriv .
249 .It Fl l
250 Specify a location where
251 .Nm
252 should place an additional log socket.
253 The primary use for this is to place additional log sockets in
254 .Pa /var/run/log
255 of various chroot filespaces.
256 File permissions for socket can be specified in octal representation
257 before socket name, delimited with a colon.
258 Path to socket location must be absolute.
259 .It Fl s
260 Operate in secure mode.
261 Do not log messages from remote machines.
262 If
263 specified twice, no network socket will be opened at all, which also
264 disables logging to remote machines.
265 .It Fl T
266 Always use the local time and date for messages received from the network,
267 instead of the timestamp field supplied in the message by the remote host.
268 This is useful if some of the originating hosts can't keep time properly
269 or are unable to generate a correct timestamp.
270 .It Fl u
271 Unique priority logging.
272 Only log messages at the specified priority.
273 Without this option, messages at the stated priority or higher are logged.
274 This option changes the default comparison from
275 .Dq =>
276 to
277 .Dq = .
278 .It Fl v
279 Verbose logging.
280 If specified once, the numeric facility and priority are
281 logged with each locally-written message.
282 If specified more than once,
283 the names of the facility and priority are logged with each locally-written
284 message.
285 .El
286 .Pp
287 The
288 .Nm
289 utility reads its configuration file when it starts up and whenever it
290 receives a hangup signal.
291 For information on the format of the configuration file,
292 see
293 .Xr syslog.conf 5 .
294 .Pp
295 The
296 .Nm
297 utility reads messages from the
298 .Ux
299 domain sockets
300 .Pa /var/run/log
301 and
302 .Pa /var/run/logpriv ,
303 from an Internet domain socket specified in
304 .Pa /etc/services ,
305 and from the special device
306 .Pa /dev/klog
307 (to read kernel messages).
308 .Pp
309 The
310 .Nm
311 utility creates its process ID file,
312 by default
313 .Pa /var/run/syslog.pid ,
314 and stores its process
315 ID there.
316 This can be used to kill or reconfigure
317 .Nm .
318 .Pp
319 The message sent to
320 .Nm
321 should consist of a single line.
322 The message can contain a priority code, which should be a preceding
323 decimal number in angle braces, for example,
324 .Sq Aq 5 .
325 This priority code should map into the priorities defined in the
326 include file
327 .In sys/syslog.h .
328 .Pp
329 For security reasons,
330 .Nm
331 will not append to log files that do not exist (unless
332 .Fl C
333 option is specified);
334 therefore, they must be created manually before running
335 .Nm .
336 .Pp
337 The date and time are taken from the received message.
338 If the format of the timestamp field is incorrect,
339 time obtained from the local host is used instead.
340 This can be overriden by the
341 .Fl T
342 flag.
343 .Sh FILES
344 .Bl -tag -width /var/run/syslog.pid -compact
345 .It Pa /etc/syslog.conf
346 configuration file
347 .It Pa /var/run/syslog.pid
348 default process ID file
349 .It Pa /var/run/log
350 name of the
351 .Ux
352 domain datagram log socket
353 .It Pa /var/run/logpriv
354 .Ux
355 socket for privileged applications
356 .It Pa /dev/klog
357 kernel log device
358 .El
359 .Sh SEE ALSO
360 .Xr logger 1 ,
361 .Xr syslog 3 ,
362 .Xr services 5 ,
363 .Xr syslog.conf 5 ,
364 .Xr newsyslog 8
365 .Sh HISTORY
366 The
367 .Nm
368 utility appeared in
369 .Bx 4.3 .
370 .Pp
371 The
372 .Fl a ,
373 .Fl s ,
374 .Fl u ,
375 and
376 .Fl v
377 options are
378 .Fx 2.2
379 extensions.
380 .Sh BUGS
381 The ability to log messages received in UDP packets is equivalent to
382 an unauthenticated remote disk-filling service, and should probably be
383 disabled by default.
384 Some sort of
385 .No inter- Ns Nm syslogd
386 authentication mechanism ought to be worked out.
387 To prevent the worst
388 abuse, use of the
389 .Fl a
390 option is therefore highly recommended.
391 .Pp
392 The
393 .Fl a
394 matching algorithm does not pretend to be very efficient; use of numeric
395 IP addresses is faster than domain name comparison.
396 Since the allowed
397 peer list is being walked linearly, peer groups where frequent messages
398 are being anticipated from should be put early into the
399 .Fl a
400 list.
401 .Pp
402 The log socket was moved from
403 .Pa /dev
404 to ease the use of a read-only root file system.
405 This may confuse
406 some old binaries so that a symbolic link might be used for a
407 transitional period.