]> git.ipfire.org Git - thirdparty/systemd.git/blame - catalog/systemd.catalog.in
fileio: allow to read base64/hex data as strings
[thirdparty/systemd.git] / catalog / systemd.catalog.in
CommitLineData
f0465e73 1# SPDX-License-Identifier: LGPL-2.1+
5d6a86d7
LP
2
3# Message catalog for systemd's own messages
4
5# The catalog format is documented on
f628d6d7 6# https://www.freedesktop.org/wiki/Software/systemd/catalog
5d6a86d7 7
ef7963b5
LP
8# For an explanation why we do all this, see https://xkcd.com/1024/
9
5d6a86d7 10-- f77379a8490b408bbe5f6940505a777b
2057124e 11Subject: The journal has been started
5d6a86d7 12Defined-By: systemd
4b930ded 13Support: %SUPPORT_URL%
5d6a86d7 14
2057124e 15The system journal process has started up, opened the journal
5d6a86d7
LP
16files for writing and is now ready to process requests.
17
18-- d93fb3c9c24d451a97cea615ce59c00b
2057124e 19Subject: The journal has been stopped
5d6a86d7 20Defined-By: systemd
4b930ded 21Support: %SUPPORT_URL%
5d6a86d7
LP
22
23The system journal process has shut down and closed all currently
24active journal files.
25
282c5c4e
ZJS
26-- ec387f577b844b8fa948f33cad9a75e6
27Subject: Disk space used by the journal
28Defined-By: systemd
4b930ded 29Support: %SUPPORT_URL%
282c5c4e
ZJS
30
31@JOURNAL_NAME@ (@JOURNAL_PATH@) is currently using @CURRENT_USE_PRETTY@.
32Maximum allowed usage is set to @MAX_USE_PRETTY@.
33Leaving at least @DISK_KEEP_FREE_PRETTY@ free (of currently available @DISK_AVAILABLE_PRETTY@ of disk space).
34Enforced usage limit is thus @LIMIT_PRETTY@, of which @AVAILABLE_PRETTY@ are still available.
35
36The limits controlling how much disk space is used by the journal may
37be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
38RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
39/etc/systemd/journald.conf. See journald.conf(5) for details.
40
5d6a86d7
LP
41-- a596d6fe7bfa4994828e72309e95d61e
42Subject: Messages from a service have been suppressed
43Defined-By: systemd
4b930ded 44Support: %SUPPORT_URL%
5d6a86d7 45Documentation: man:journald.conf(5)
5d6a86d7
LP
46
47A service has logged too many messages within a time period. Messages
48from the service have been dropped.
49
50Note that only messages from the service in question have been
51dropped, other services' messages are unaffected.
52
2057124e 53The limits controlling when messages are dropped may be configured
f0367da7 54with RateLimitIntervalSec= and RateLimitBurst= in
90fc172e
AZ
55/etc/systemd/journald.conf or LogRateLimitIntervalSec= and LogRateLimitBurst=
56in the unit file. See journald.conf(5) and systemd.exec(5) for details.
5d6a86d7
LP
57
58-- e9bf28e6e834481bb6f48f548ad13606
59Subject: Journal messages have been missed
60Defined-By: systemd
4b930ded 61Support: %SUPPORT_URL%
5d6a86d7
LP
62
63Kernel messages have been lost as the journal system has been unable
64to process them quickly enough.
65
d4205751
LP
66-- fc2e22bc6ee647b6b90729ab34a250b1
67Subject: Process @COREDUMP_PID@ (@COREDUMP_COMM@) dumped core
68Defined-By: systemd
4b930ded 69Support: %SUPPORT_URL%
5d6a86d7 70Documentation: man:core(5)
d4205751
LP
71
72Process @COREDUMP_PID@ (@COREDUMP_COMM@) crashed and dumped core.
73
74This usually indicates a programming error in the crashing program and
5d6a86d7 75should be reported to its vendor as a bug.
d4205751 76
73a99163
ZJS
77-- 5aadd8e954dc4b1a8c954d63fd9e1137
78Subject: Core file was truncated to @SIZE_LIMIT@ bytes.
79Defined-By: systemd
80Support: %SUPPORT_URL%
81Documentation: man:coredump.conf(5)
82
83The process had more memory mapped than the configured maximum for processing
84and storage by systemd-coredump(8). Only the first @SIZE_LIMIT@ bytes were
85saved. This core might still be usable, but various tools like gdb(1) will warn
86about the file being truncated.
87
5d6a86d7
LP
88-- 8d45620c1a4348dbb17410da57c60c66
89Subject: A new session @SESSION_ID@ has been created for user @USER_ID@
90Defined-By: systemd
4b930ded 91Support: %SUPPORT_URL%
f628d6d7 92Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
5d6a86d7
LP
93
94A new session with the ID @SESSION_ID@ has been created for the user @USER_ID@.
95
96The leading process of the session is @LEADER@.
97
98-- 3354939424b4456d9802ca8333ed424a
2057124e 99Subject: Session @SESSION_ID@ has been terminated
5d6a86d7 100Defined-By: systemd
4b930ded 101Support: %SUPPORT_URL%
f628d6d7 102Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
5d6a86d7
LP
103
104A session with the ID @SESSION_ID@ has been terminated.
105
106-- fcbefc5da23d428093f97c82a9290f7b
107Subject: A new seat @SEAT_ID@ is now available
108Defined-By: systemd
4b930ded 109Support: %SUPPORT_URL%
f628d6d7 110Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
5d6a86d7
LP
111
112A new seat @SEAT_ID@ has been configured and is now available.
113
114-- e7852bfe46784ed0accde04bc864c2d5
2057124e 115Subject: Seat @SEAT_ID@ has now been removed
5d6a86d7 116Defined-By: systemd
4b930ded 117Support: %SUPPORT_URL%
f628d6d7 118Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
5d6a86d7 119
5190bbb2 120A seat @SEAT_ID@ has been removed and is no longer available.
d4205751
LP
121
122-- c7a787079b354eaaa9e77b371893cd27
123Subject: Time change
124Defined-By: systemd
4b930ded 125Support: %SUPPORT_URL%
d4205751 126
772c552f 127The system clock has been changed to @REALTIME@ microseconds after January 1st, 1970.
d4205751
LP
128
129-- c7a787079b354eaaa9e77b371893cd27 de
130Subject: Zeitänderung
131Defined-By: systemd
4b930ded 132Support: %SUPPORT_URL%
d4205751 133
772c552f 134Die System-Zeit wurde geändert auf @REALTIME@ Mikrosekunden nach dem 1. Januar 1970.
d4205751
LP
135
136-- 45f82f4aef7a4bbf942ce861d1f20990
5d6a86d7 137Subject: Time zone change to @TIMEZONE@
d4205751 138Defined-By: systemd
4b930ded 139Support: %SUPPORT_URL%
d4205751 140
e9dd9f95 141The system timezone has been changed to @TIMEZONE@.
d4205751 142
5d6a86d7
LP
143-- b07a249cd024414a82dd00cd181378ff
144Subject: System start-up is now complete
d4205751 145Defined-By: systemd
4b930ded 146Support: %SUPPORT_URL%
d4205751 147
5d6a86d7 148All system services necessary queued for starting at boot have been
5a1d6cb1
ZJS
149started. Note that this does not mean that the machine is now idle as services
150might still be busy with completing start-up.
d4205751 151
772c552f 152Kernel start-up required @KERNEL_USEC@ microseconds.
5d6a86d7 153
772c552f 154Initial RAM disk start-up required @INITRD_USEC@ microseconds.
5d6a86d7 155
ba9904e9 156Userspace start-up required @USERSPACE_USEC@ microseconds.
5d6a86d7 157
5a1d6cb1
ZJS
158-- eed00a68ffd84e31882105fd973abdd1
159Subject: User manager start-up is now complete
160Defined-By: systemd
161Support: %SUPPORT_URL%
162
163The user manager instance for user @_UID@ has been started. All services queued
164for starting have been started. Note that other services might still be starting
165up or be started at any later time.
166
167Startup of the manager took @USERSPACE_USEC@ microseconds.
168
5d6a86d7
LP
169-- 6bbd95ee977941e497c48be27c254128
170Subject: System sleep state @SLEEP@ entered
d4205751 171Defined-By: systemd
4b930ded 172Support: %SUPPORT_URL%
d4205751 173
5d6a86d7 174The system has now entered the @SLEEP@ sleep state.
d4205751 175
5d6a86d7
LP
176-- 8811e6df2a8e40f58a94cea26f8ebf14
177Subject: System sleep state @SLEEP@ left
d4205751 178Defined-By: systemd
4b930ded 179Support: %SUPPORT_URL%
d4205751 180
5d6a86d7 181The system has now left the @SLEEP@ sleep state.
d4205751 182
5d6a86d7
LP
183-- 98268866d1d54a499c4e98921d93bc40
184Subject: System shutdown initiated
d4205751 185Defined-By: systemd
4b930ded 186Support: %SUPPORT_URL%
d4205751 187
c96528fa 188System shutdown has been initiated. The shutdown has now begun and
5d6a86d7 189all system services are terminated and all file systems unmounted.
d4205751 190
5d6a86d7 191-- 7d4958e842da4a758f6c1cdc7b36dcc5
0b999d34 192Subject: A start job for unit @UNIT@ has begun execution
5d6a86d7 193Defined-By: systemd
4b930ded 194Support: %SUPPORT_URL%
d4205751 195
0b999d34
LP
196A start job for unit @UNIT@ has begun execution.
197
198The job identifier is @JOB_ID@.
5d6a86d7
LP
199
200-- 39f53479d3a045ac8e11786248231fbf
0b999d34 201Subject: A start job for unit @UNIT@ has finished successfully
d4205751 202Defined-By: systemd
4b930ded 203Support: %SUPPORT_URL%
d4205751 204
0b999d34 205A start job for unit @UNIT@ has finished successfully.
d4205751 206
0b999d34 207The job identifier is @JOB_ID@.
d4205751 208
0b999d34
LP
209-- be02cf6855d2428ba40df7e9d022f03d
210Subject: A start job for unit @UNIT@ has failed
5d6a86d7 211Defined-By: systemd
4b930ded 212Support: %SUPPORT_URL%
5d6a86d7 213
0b999d34 214A start job for unit @UNIT@ has finished with a failure.
5d6a86d7 215
0b999d34
LP
216The job identifier is @JOB_ID@ and the job result is @JOB_RESULT@.
217
218-- de5b426a63be47a7b6ac3eaac82e2f6f
219Subject: A stop job for unit @UNIT@ has begun execution
5d6a86d7 220Defined-By: systemd
4b930ded 221Support: %SUPPORT_URL%
5d6a86d7 222
0b999d34 223A stop job for unit @UNIT@ has begun execution.
5d6a86d7 224
0b999d34
LP
225The job identifier is @JOB_ID@.
226
227-- 9d1aaa27d60140bd96365438aad20286
228Subject: A stop job for unit @UNIT@ has finished
5d6a86d7 229Defined-By: systemd
4b930ded 230Support: %SUPPORT_URL%
5d6a86d7 231
0b999d34 232A stop job for unit @UNIT@ has finished.
5d6a86d7 233
0b999d34 234The job identifier is @JOB_ID@ and the job result is @JOB_RESULT@.
5d6a86d7
LP
235
236-- d34d037fff1847e6ae669a370e694725
0b999d34 237Subject: A reload job for unit @UNIT@ has begun execution
5d6a86d7 238Defined-By: systemd
4b930ded 239Support: %SUPPORT_URL%
5d6a86d7 240
0b999d34
LP
241A reload job for unit @UNIT@ has begun execution.
242
243The job identifier is @JOB_ID@.
5d6a86d7
LP
244
245-- 7b05ebc668384222baa8881179cfda54
0b999d34 246Subject: A reload job for unit @UNIT@ has finished
5d6a86d7 247Defined-By: systemd
4b930ded 248Support: %SUPPORT_URL%
5d6a86d7 249
0b999d34 250A reload job for unit @UNIT@ has finished.
5d6a86d7 251
0b999d34 252The job identifier is @JOB_ID@ and the job result is @JOB_RESULT@.
5d6a86d7
LP
253
254-- 641257651c1b4ec9a8624d7a40a9e1e7
255Subject: Process @EXECUTABLE@ could not be executed
256Defined-By: systemd
4b930ded 257Support: %SUPPORT_URL%
5d6a86d7
LP
258
259The process @EXECUTABLE@ could not be executed and failed.
260
2057124e 261The error number returned by this process is @ERRNO@.
5d6a86d7
LP
262
263-- 0027229ca0644181a76c4e92458afa2e
5190bbb2 264Subject: One or more messages could not be forwarded to syslog
5d6a86d7 265Defined-By: systemd
4b930ded 266Support: %SUPPORT_URL%
5d6a86d7
LP
267
268One or more messages could not be forwarded to the syslog service
269running side-by-side with journald. This usually indicates that the
270syslog implementation has not been able to keep up with the speed of
271messages queued.
20ad4cfd
ZJS
272
273-- 1dee0369c7fc4736b7099b38ecb46ee7
274Subject: Mount point is not empty
275Defined-By: systemd
4b930ded 276Support: %SUPPORT_URL%
20ad4cfd
ZJS
277
278The directory @WHERE@ is specified as the mount point (second field in
279/etc/fstab or Where= field in systemd unit file) and is not empty.
280This does not interfere with mounting, but the pre-exisiting files in
281this directory become inaccessible. To see those over-mounted files,
282please manually mount the underlying file system to a secondary
283location.
9444b1f2
LP
284
285-- 24d8d4452573402496068381a6312df2
286Subject: A virtual machine or container has been started
287Defined-By: systemd
4b930ded 288Support: %SUPPORT_URL%
9444b1f2
LP
289
290The virtual machine @NAME@ with its leader PID @LEADER@ has been
291started is now ready to use.
292
293-- 58432bd3bace477cb514b56381b8a758
294Subject: A virtual machine or container has been terminated
295Defined-By: systemd
4b930ded 296Support: %SUPPORT_URL%
9444b1f2
LP
297
298The virtual machine @NAME@ with its leader PID @LEADER@ has been
299shut down.
f25f9e8d
LP
300
301-- 36db2dfa5a9045e1bd4af5f93e1cf057
302Subject: DNSSEC mode has been turned off, as server doesn't support it
303Defined-By: systemd
4b930ded 304Support: %SUPPORT_URL%
b965ec7a
LP
305Documentation: man:systemd-resolved.service(8)
306Documentation: man:resolved.conf(5)
f25f9e8d
LP
307
308The resolver service (systemd-resolved.service) has detected that the
309configured DNS server does not support DNSSEC, and DNSSEC validation has been
310turned off as result.
311
312This event will take place if DNSSEC=allow-downgrade is configured in
313resolved.conf and the configured DNS server is incompatible with DNSSEC. Note
314that using this mode permits DNSSEC downgrade attacks, as an attacker might be
315able turn off DNSSEC validation on the system by inserting DNS replies in the
316communication channel that result in a downgrade like this.
317
318This event might be indication that the DNS server is indeed incompatible with
319DNSSEC or that an attacker has successfully managed to stage such a downgrade
320attack.
321
322-- 1675d7f172174098b1108bf8c7dc8f5d
323Subject: DNSSEC validation failed
324Defined-By: systemd
4b930ded 325Support: %SUPPORT_URL%
f25f9e8d
LP
326Documentation: man:systemd-resolved.service(8)
327
328A DNS query or resource record set failed DNSSEC validation. This is usually
329indication that the communication channel used was tampered with.
330
331-- 4d4408cfd0d144859184d1e65d7c8a65
332Subject: A DNSSEC trust anchor has been revoked
333Defined-By: systemd
4b930ded 334Support: %SUPPORT_URL%
f25f9e8d
LP
335Documentation: man:systemd-resolved.service(8)
336
337A DNSSEC trust anchor has been revoked. A new trust anchor has to be
338configured, or the operating system needs to be updated, to provide an updated
339DNSSEC trust anchor.
173f30eb
LP
340
341-- 5eb03494b6584870a536b337290809b3
342Subject: Automatic restarting of a unit has been scheduled
343Defined-By: systemd
344Support: %SUPPORT_URL%
345
346Automatic restarting of the unit @UNIT@ has been scheduled, as the result for
347the configured Restart= setting for the unit.
348
349-- ae8f7b866b0347b9af31fe1c80b127c0
350Subject: Resources consumed by unit runtime
351Defined-By: systemd
352Support: %SUPPORT_URL%
353
354The unit @UNIT@ completed and consumed the indicated resources.
b2e7486c 355
523ee2d4
LP
356-- 7ad2d189f7e94e70a38c781354912448
357Subject: Unit succeeded
358Defined-By: systemd
359Support: %SUPPORT_URL%
360
361The unit @UNIT@ has successfully entered the 'dead' state.
362
31cd5f63
AZ
363-- 0e4284a0caca4bfc81c0bb6786972673
364Subject: Unit skipped
365Defined-By: systemd
366Support: %SUPPORT_URL%
367
09c73ee7
AZ
368The unit @UNIT@ was skipped due to an ExecCondition= command failure, and has
369entered the 'dead' state with result '@UNIT_RESULT@'.
31cd5f63 370
7c047d74
LP
371-- d9b373ed55a64feb8242e02dbe79a49c
372Subject: Unit failed
373Defined-By: systemd
374Support: %SUPPORT_URL%
375
376The unit @UNIT@ has entered the 'failed' state with result '@UNIT_RESULT@'.
377
91bbd9b7
LP
378-- 98e322203f7a4ed290d09fe03c09fe15
379Subject: Unit process exited
380Defined-By: systemd
381Support: %SUPPORT_URL%
382
383An @COMMAND@= process belonging to unit @UNIT@ has exited.
384
385The process' exit code is '@EXIT_CODE@' and its exit status is @EXIT_STATUS@.
386
b2e7486c
ZJS
387-- 50876a9db00f4c40bde1a2ad381c3a1b
388Subject: The system is configured in a way that might cause problems
389Defined-By: systemd
390Support: %SUPPORT_URL%
391
392The following "tags" are possible:
393- "split-usr" — /usr is a separate file system and was not mounted when systemd
394 was booted
395- "cgroups-missing" — the kernel was compiled without cgroup support or access
5238e957 396 to expected interface files is restricted
b2e7486c
ZJS
397- "var-run-bad" — /var/run is not a symlink to /run
398- "overflowuid-not-65534" — the kernel user ID used for "unknown" users (with
399 NFS or user namespaces) is not 65534
400- "overflowgid-not-65534" — the kernel group ID used for "unknown" users (with
401 NFS or user namespaces) is not 65534
402Current system is tagged as @TAINT@.
34e86947
LP
403
404-- fe6faa94e7774663a0da52717891d8ef
405Subject: A process of @UNIT@ unit has been killed by the OOM killer.
406Defined-By: systemd
407Support: %SUPPORT_URL%
408
409A process of unit @UNIT has been killed by the Linux kernel out-of-memory (OOM)
410killer logic. This usually indicates that the system is low on memory and that
411memory needed to be freed. A process associated with @UNIT@ has been determined
412as the best process to terminate and has been forcibly terminated by the
413kernel.
414
415Note that the memory pressure might or might not have been caused by @UNIT@.
ad313ec3
LP
416
417-- b61fdac612e94b9182285b998843061f
418Subject: Accepting user/group name @USER_GROUP_NAME@, which does not match strict user/group name rules.
419Defined-By: systemd
420Support: %SUPPORT_URL%
b965ec7a 421Documentation: https://systemd.io/USER_NAMES
ad313ec3
LP
422
423The user/group name @USER_GROUP_NAME@ has been specified, which is accepted
424according the relaxed user/group name rules, but does not qualify under the
425strict rules.
426
427The strict user/group name rules written as regular expression are:
428
429^[a-zA-Z_][a-zA-Z0-9_-]{0,30}$
430
431The relaxed user/group name rules accept all names, except for the empty
432string; names containing NUL bytes, control characters, colon or slash
433characters; names not valid UTF-8; names with leading or trailing whitespace;
434the strings "." or ".."; fully numeric strings, or strings beginning in a
435hyphen and otherwise fully numeric.
436
2c905207
LP
437-- 1b3bb94037f04bbf81028e135a12d293
438Subject: Failed to generate valid unit name from path '@MOUNT_POINT@'.
439Defined-By: systemd
440Support: %SUPPORT_URL%
441
442The following mount point path could not be converted into a valid .mount
443unit name:
444
445 @MOUNT_POINT@
446
447Typically this means that the path to the mount point is longer than allowed
448for valid unit names.
449
450systemd dynamically synthesizes .mount units for all mount points appearing on
451the system. For that a simple escaping algorithm is applied: the absolute path
452name is used, with all "/" characters replaced by "-" (the leading one is
453removed). Moreover, any non-alphanumeric characters (as well as any of ":",
454"-", "_", ".", "\") are replaced by "\xNN" where "NN" is the hexadecimal code
455of the character. Finally, ".mount" is suffixed. The resulting string must be
456under 256 characters in length to be a valid unit name. This restriction is
457made in order for all unit names to also be suitable as file names. If a mount
458point appears that — after escaping — is longer than this limit it cannot be
459mapped to a unit. In this case systemd will refrain from synthesizing a unit
460and cannot be used to manage the mount point. It will not appear in the service
461manager's unit table and thus also not be torn down safely and automatically at
462system shutdown.
463
464It is generally recommended to avoid such overly long mount point paths, or —
465if used anyway – manage them independently of systemd, i.e. establish them as
466well as tear them down automatically at system shutdown by other software.
bed0b7df
LP
467
468-- b480325f9c394a7b802c231e51a2752c
469Subject: Special user @OFFENDING_USER@ configured, this is not safe!
470Defined-By: systemd
471Support: %SUPPORT_URL%
472Documentation: https://systemd.io/UIDS-GIDS
473
474The unit @UNIT@ is configured to use User=@OFFENDING_USER@.
475
476This is not safe. The @OFFENDING_USER@ user's main purpose on Linux-based
477operating systems is to be the owner of files that otherwise cannot be mapped
478to any local user. It's used by the NFS client and Linux user namespacing,
479among others. By running a unit's processes under the identity of this user
480they might possibly get read and even write access to such files that cannot
481otherwise be mapped.
482
483It is strongly recommended to avoid running services under this user identity,
484in particular on systems using NFS or running containers. Allocate a user ID
485specific to this service, either statically via systemd-sysusers or dynamically
486via the DynamicUser= service setting.
77ee1783
LP
487
488-- 1c0454c1bd2241e0ac6fefb4bc631433
489Subject: systemd-udev-settle.service is deprecated.
490Defined-By: systemd
491Support: %SUPPORT_URL%
492
493Usage of the systemd service unit systemd-udev-settle.service is deprecated. It
494inserts artificial delays into the boot process without providing the
495guarantees other subsystems traditionally assumed it provides. Relying on this
496service is racy, and it is generally a bug to make use of it and depend on it.
497
498Traditionally, this service's job was to wait until all devices a system
499possesses have been fully probed and initialized, delaying boot until this
500phase is completed. However, today's systems and hardware generally don't work
501this way anymore, hardware today may show up any time and take any time to be
502probed and initialized. Thus, in the general case, it's no longer possible to
503correctly delay boot until "all devices" have been processed, as it is not
504clear what "all devices" means and when they have been found. This is in
505particular the case if USB hardware or network-attached hardware is used.
506
507Modern software that requires some specific hardware (such as a network device
508or block device) to operate should only wait for the specific devices it needs
509to show up, and otherwise operate asynchronously initializing devices as they
510appear during boot and during runtime without delaying the boot process.
511
512It is a defect of the software in question if it doesn't work this way, and
513still pulls systemd-udev-settle.service into the boot process.
514
515Please file a bug report against the following units, with a request for it to
516be updated to operate in a hotplug fashion without depending on
517systemd-udev-settle.service:
518
519 @OFFENDING_UNITS@