]> git.ipfire.org Git - thirdparty/systemd.git/blame - catalog/systemd.catalog.in
Merge pull request #7608 from poettering/more-news-v236
[thirdparty/systemd.git] / catalog / systemd.catalog.in
CommitLineData
f0465e73
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
0922cbe8 3# This file is part of systemd.
5d6a86d7
LP
4#
5# Copyright 2012 Lennart Poettering
6#
7# systemd is free software; you can redistribute it and/or modify it
8# under the terms of the GNU Lesser General Public License as published by
9# the Free Software Foundation; either version 2.1 of the License, or
10# (at your option) any later version.
11#
12# systemd is distributed in the hope that it will be useful, but
13# WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15# Lesser General Public License for more details.
16#
17# You should have received a copy of the GNU Lesser General Public License
18# along with systemd; If not, see <http://www.gnu.org/licenses/>.
19
20# Message catalog for systemd's own messages
21
22# The catalog format is documented on
f628d6d7 23# https://www.freedesktop.org/wiki/Software/systemd/catalog
5d6a86d7 24
ef7963b5
LP
25# For an explanation why we do all this, see https://xkcd.com/1024/
26
5d6a86d7 27-- f77379a8490b408bbe5f6940505a777b
2057124e 28Subject: The journal has been started
5d6a86d7 29Defined-By: systemd
4b930ded 30Support: %SUPPORT_URL%
5d6a86d7 31
2057124e 32The system journal process has started up, opened the journal
5d6a86d7
LP
33files for writing and is now ready to process requests.
34
35-- d93fb3c9c24d451a97cea615ce59c00b
2057124e 36Subject: The journal has been stopped
5d6a86d7 37Defined-By: systemd
4b930ded 38Support: %SUPPORT_URL%
5d6a86d7
LP
39
40The system journal process has shut down and closed all currently
41active journal files.
42
282c5c4e
ZJS
43-- ec387f577b844b8fa948f33cad9a75e6
44Subject: Disk space used by the journal
45Defined-By: systemd
4b930ded 46Support: %SUPPORT_URL%
282c5c4e
ZJS
47
48@JOURNAL_NAME@ (@JOURNAL_PATH@) is currently using @CURRENT_USE_PRETTY@.
49Maximum allowed usage is set to @MAX_USE_PRETTY@.
50Leaving at least @DISK_KEEP_FREE_PRETTY@ free (of currently available @DISK_AVAILABLE_PRETTY@ of disk space).
51Enforced usage limit is thus @LIMIT_PRETTY@, of which @AVAILABLE_PRETTY@ are still available.
52
53The limits controlling how much disk space is used by the journal may
54be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
55RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
56/etc/systemd/journald.conf. See journald.conf(5) for details.
57
5d6a86d7
LP
58-- a596d6fe7bfa4994828e72309e95d61e
59Subject: Messages from a service have been suppressed
60Defined-By: systemd
4b930ded 61Support: %SUPPORT_URL%
5d6a86d7 62Documentation: man:journald.conf(5)
5d6a86d7
LP
63
64A service has logged too many messages within a time period. Messages
65from the service have been dropped.
66
67Note that only messages from the service in question have been
68dropped, other services' messages are unaffected.
69
2057124e 70The limits controlling when messages are dropped may be configured
f0367da7 71with RateLimitIntervalSec= and RateLimitBurst= in
5d6a86d7
LP
72/etc/systemd/journald.conf. See journald.conf(5) for details.
73
74-- e9bf28e6e834481bb6f48f548ad13606
75Subject: Journal messages have been missed
76Defined-By: systemd
4b930ded 77Support: %SUPPORT_URL%
5d6a86d7
LP
78
79Kernel messages have been lost as the journal system has been unable
80to process them quickly enough.
81
d4205751
LP
82-- fc2e22bc6ee647b6b90729ab34a250b1
83Subject: Process @COREDUMP_PID@ (@COREDUMP_COMM@) dumped core
84Defined-By: systemd
4b930ded 85Support: %SUPPORT_URL%
5d6a86d7 86Documentation: man:core(5)
d4205751
LP
87
88Process @COREDUMP_PID@ (@COREDUMP_COMM@) crashed and dumped core.
89
90This usually indicates a programming error in the crashing program and
5d6a86d7 91should be reported to its vendor as a bug.
d4205751 92
73a99163
ZJS
93-- 5aadd8e954dc4b1a8c954d63fd9e1137
94Subject: Core file was truncated to @SIZE_LIMIT@ bytes.
95Defined-By: systemd
96Support: %SUPPORT_URL%
97Documentation: man:coredump.conf(5)
98
99The process had more memory mapped than the configured maximum for processing
100and storage by systemd-coredump(8). Only the first @SIZE_LIMIT@ bytes were
101saved. This core might still be usable, but various tools like gdb(1) will warn
102about the file being truncated.
103
5d6a86d7
LP
104-- 8d45620c1a4348dbb17410da57c60c66
105Subject: A new session @SESSION_ID@ has been created for user @USER_ID@
106Defined-By: systemd
4b930ded 107Support: %SUPPORT_URL%
f628d6d7 108Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
5d6a86d7
LP
109
110A new session with the ID @SESSION_ID@ has been created for the user @USER_ID@.
111
112The leading process of the session is @LEADER@.
113
114-- 3354939424b4456d9802ca8333ed424a
2057124e 115Subject: Session @SESSION_ID@ has been terminated
5d6a86d7 116Defined-By: systemd
4b930ded 117Support: %SUPPORT_URL%
f628d6d7 118Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
5d6a86d7
LP
119
120A session with the ID @SESSION_ID@ has been terminated.
121
122-- fcbefc5da23d428093f97c82a9290f7b
123Subject: A new seat @SEAT_ID@ is now available
124Defined-By: systemd
4b930ded 125Support: %SUPPORT_URL%
f628d6d7 126Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
5d6a86d7
LP
127
128A new seat @SEAT_ID@ has been configured and is now available.
129
130-- e7852bfe46784ed0accde04bc864c2d5
2057124e 131Subject: Seat @SEAT_ID@ has now been removed
5d6a86d7 132Defined-By: systemd
4b930ded 133Support: %SUPPORT_URL%
f628d6d7 134Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
5d6a86d7 135
5190bbb2 136A seat @SEAT_ID@ has been removed and is no longer available.
d4205751
LP
137
138-- c7a787079b354eaaa9e77b371893cd27
139Subject: Time change
140Defined-By: systemd
4b930ded 141Support: %SUPPORT_URL%
d4205751 142
772c552f 143The system clock has been changed to @REALTIME@ microseconds after January 1st, 1970.
d4205751
LP
144
145-- c7a787079b354eaaa9e77b371893cd27 de
146Subject: Zeitänderung
147Defined-By: systemd
4b930ded 148Support: %SUPPORT_URL%
d4205751 149
772c552f 150Die System-Zeit wurde geändert auf @REALTIME@ Mikrosekunden nach dem 1. Januar 1970.
d4205751
LP
151
152-- 45f82f4aef7a4bbf942ce861d1f20990
5d6a86d7 153Subject: Time zone change to @TIMEZONE@
d4205751 154Defined-By: systemd
4b930ded 155Support: %SUPPORT_URL%
d4205751 156
e9dd9f95 157The system timezone has been changed to @TIMEZONE@.
d4205751 158
5d6a86d7
LP
159-- b07a249cd024414a82dd00cd181378ff
160Subject: System start-up is now complete
d4205751 161Defined-By: systemd
4b930ded 162Support: %SUPPORT_URL%
d4205751 163
5d6a86d7 164All system services necessary queued for starting at boot have been
5a1d6cb1
ZJS
165started. Note that this does not mean that the machine is now idle as services
166might still be busy with completing start-up.
d4205751 167
772c552f 168Kernel start-up required @KERNEL_USEC@ microseconds.
5d6a86d7 169
772c552f 170Initial RAM disk start-up required @INITRD_USEC@ microseconds.
5d6a86d7 171
ba9904e9 172Userspace start-up required @USERSPACE_USEC@ microseconds.
5d6a86d7 173
5a1d6cb1
ZJS
174-- eed00a68ffd84e31882105fd973abdd1
175Subject: User manager start-up is now complete
176Defined-By: systemd
177Support: %SUPPORT_URL%
178
179The user manager instance for user @_UID@ has been started. All services queued
180for starting have been started. Note that other services might still be starting
181up or be started at any later time.
182
183Startup of the manager took @USERSPACE_USEC@ microseconds.
184
5d6a86d7
LP
185-- 6bbd95ee977941e497c48be27c254128
186Subject: System sleep state @SLEEP@ entered
d4205751 187Defined-By: systemd
4b930ded 188Support: %SUPPORT_URL%
d4205751 189
5d6a86d7 190The system has now entered the @SLEEP@ sleep state.
d4205751 191
5d6a86d7
LP
192-- 8811e6df2a8e40f58a94cea26f8ebf14
193Subject: System sleep state @SLEEP@ left
d4205751 194Defined-By: systemd
4b930ded 195Support: %SUPPORT_URL%
d4205751 196
5d6a86d7 197The system has now left the @SLEEP@ sleep state.
d4205751 198
5d6a86d7
LP
199-- 98268866d1d54a499c4e98921d93bc40
200Subject: System shutdown initiated
d4205751 201Defined-By: systemd
4b930ded 202Support: %SUPPORT_URL%
d4205751 203
c96528fa 204System shutdown has been initiated. The shutdown has now begun and
5d6a86d7 205all system services are terminated and all file systems unmounted.
d4205751 206
5d6a86d7 207-- 7d4958e842da4a758f6c1cdc7b36dcc5
2057124e 208Subject: Unit @UNIT@ has begun start-up
5d6a86d7 209Defined-By: systemd
4b930ded 210Support: %SUPPORT_URL%
d4205751 211
5d6a86d7
LP
212Unit @UNIT@ has begun starting up.
213
214-- 39f53479d3a045ac8e11786248231fbf
215Subject: Unit @UNIT@ has finished start-up
d4205751 216Defined-By: systemd
4b930ded 217Support: %SUPPORT_URL%
d4205751 218
5d6a86d7 219Unit @UNIT@ has finished starting up.
d4205751 220
5d6a86d7 221The start-up result is @RESULT@.
d4205751 222
5d6a86d7
LP
223-- de5b426a63be47a7b6ac3eaac82e2f6f
224Subject: Unit @UNIT@ has begun shutting down
225Defined-By: systemd
4b930ded 226Support: %SUPPORT_URL%
5d6a86d7
LP
227
228Unit @UNIT@ has begun shutting down.
229
230-- 9d1aaa27d60140bd96365438aad20286
231Subject: Unit @UNIT@ has finished shutting down
232Defined-By: systemd
4b930ded 233Support: %SUPPORT_URL%
5d6a86d7
LP
234
235Unit @UNIT@ has finished shutting down.
236
237-- be02cf6855d2428ba40df7e9d022f03d
238Subject: Unit @UNIT@ has failed
239Defined-By: systemd
4b930ded 240Support: %SUPPORT_URL%
5d6a86d7
LP
241
242Unit @UNIT@ has failed.
243
244The result is @RESULT@.
245
246-- d34d037fff1847e6ae669a370e694725
2057124e 247Subject: Unit @UNIT@ has begun reloading its configuration
5d6a86d7 248Defined-By: systemd
4b930ded 249Support: %SUPPORT_URL%
5d6a86d7 250
2057124e 251Unit @UNIT@ has begun reloading its configuration
5d6a86d7
LP
252
253-- 7b05ebc668384222baa8881179cfda54
254Subject: Unit @UNIT@ has finished reloading its configuration
255Defined-By: systemd
4b930ded 256Support: %SUPPORT_URL%
5d6a86d7
LP
257
258Unit @UNIT@ has finished reloading its configuration
259
260The result is @RESULT@.
261
262-- 641257651c1b4ec9a8624d7a40a9e1e7
263Subject: Process @EXECUTABLE@ could not be executed
264Defined-By: systemd
4b930ded 265Support: %SUPPORT_URL%
5d6a86d7
LP
266
267The process @EXECUTABLE@ could not be executed and failed.
268
2057124e 269The error number returned by this process is @ERRNO@.
5d6a86d7
LP
270
271-- 0027229ca0644181a76c4e92458afa2e
5190bbb2 272Subject: One or more messages could not be forwarded to syslog
5d6a86d7 273Defined-By: systemd
4b930ded 274Support: %SUPPORT_URL%
5d6a86d7
LP
275
276One or more messages could not be forwarded to the syslog service
277running side-by-side with journald. This usually indicates that the
278syslog implementation has not been able to keep up with the speed of
279messages queued.
20ad4cfd
ZJS
280
281-- 1dee0369c7fc4736b7099b38ecb46ee7
282Subject: Mount point is not empty
283Defined-By: systemd
4b930ded 284Support: %SUPPORT_URL%
20ad4cfd
ZJS
285
286The directory @WHERE@ is specified as the mount point (second field in
287/etc/fstab or Where= field in systemd unit file) and is not empty.
288This does not interfere with mounting, but the pre-exisiting files in
289this directory become inaccessible. To see those over-mounted files,
290please manually mount the underlying file system to a secondary
291location.
9444b1f2
LP
292
293-- 24d8d4452573402496068381a6312df2
294Subject: A virtual machine or container has been started
295Defined-By: systemd
4b930ded 296Support: %SUPPORT_URL%
9444b1f2
LP
297
298The virtual machine @NAME@ with its leader PID @LEADER@ has been
299started is now ready to use.
300
301-- 58432bd3bace477cb514b56381b8a758
302Subject: A virtual machine or container has been terminated
303Defined-By: systemd
4b930ded 304Support: %SUPPORT_URL%
9444b1f2
LP
305
306The virtual machine @NAME@ with its leader PID @LEADER@ has been
307shut down.
f25f9e8d
LP
308
309-- 36db2dfa5a9045e1bd4af5f93e1cf057
310Subject: DNSSEC mode has been turned off, as server doesn't support it
311Defined-By: systemd
4b930ded 312Support: %SUPPORT_URL%
f25f9e8d
LP
313Documentation: man:systemd-resolved.service(8) resolved.conf(5)
314
315The resolver service (systemd-resolved.service) has detected that the
316configured DNS server does not support DNSSEC, and DNSSEC validation has been
317turned off as result.
318
319This event will take place if DNSSEC=allow-downgrade is configured in
320resolved.conf and the configured DNS server is incompatible with DNSSEC. Note
321that using this mode permits DNSSEC downgrade attacks, as an attacker might be
322able turn off DNSSEC validation on the system by inserting DNS replies in the
323communication channel that result in a downgrade like this.
324
325This event might be indication that the DNS server is indeed incompatible with
326DNSSEC or that an attacker has successfully managed to stage such a downgrade
327attack.
328
329-- 1675d7f172174098b1108bf8c7dc8f5d
330Subject: DNSSEC validation failed
331Defined-By: systemd
4b930ded 332Support: %SUPPORT_URL%
f25f9e8d
LP
333Documentation: man:systemd-resolved.service(8)
334
335A DNS query or resource record set failed DNSSEC validation. This is usually
336indication that the communication channel used was tampered with.
337
338-- 4d4408cfd0d144859184d1e65d7c8a65
339Subject: A DNSSEC trust anchor has been revoked
340Defined-By: systemd
4b930ded 341Support: %SUPPORT_URL%
f25f9e8d
LP
342Documentation: man:systemd-resolved.service(8)
343
344A DNSSEC trust anchor has been revoked. A new trust anchor has to be
345configured, or the operating system needs to be updated, to provide an updated
346DNSSEC trust anchor.
173f30eb
LP
347
348-- 5eb03494b6584870a536b337290809b3
349Subject: Automatic restarting of a unit has been scheduled
350Defined-By: systemd
351Support: %SUPPORT_URL%
352
353Automatic restarting of the unit @UNIT@ has been scheduled, as the result for
354the configured Restart= setting for the unit.
355
356-- ae8f7b866b0347b9af31fe1c80b127c0
357Subject: Resources consumed by unit runtime
358Defined-By: systemd
359Support: %SUPPORT_URL%
360
361The unit @UNIT@ completed and consumed the indicated resources.
b2e7486c
ZJS
362
363-- 50876a9db00f4c40bde1a2ad381c3a1b
364Subject: The system is configured in a way that might cause problems
365Defined-By: systemd
366Support: %SUPPORT_URL%
367
368The following "tags" are possible:
369- "split-usr" — /usr is a separate file system and was not mounted when systemd
370 was booted
371- "cgroups-missing" — the kernel was compiled without cgroup support or access
372 to expected interface files is resticted
373- "var-run-bad" — /var/run is not a symlink to /run
374- "overflowuid-not-65534" — the kernel user ID used for "unknown" users (with
375 NFS or user namespaces) is not 65534
376- "overflowgid-not-65534" — the kernel group ID used for "unknown" users (with
377 NFS or user namespaces) is not 65534
378Current system is tagged as @TAINT@.