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