~ubuntu-branches/ubuntu/trusty/systemd/trusty

« back to all changes in this revision

Viewing changes to catalog/systemd.catalog

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Michael Biebl, Michael Stapelberg, Daniel Schaal, Ondrej Balaz
  • Date: 2013-09-12 00:13:11 UTC
  • mfrom: (1.1.11) (9.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: package-import@ubuntu.com-20130912001311-dz35it34wr2lbday
Tags: 204-3
[ Michael Biebl ]
* Upload to unstable.
* Use /bin/bash in debug-shell.service as Debian doesn't have /sbin/sushell.
* Only import net.ifaces cmdline property for network devices.
* Generate strict dependencies between the binary packages using a
  shlibs.local file and add an explicit versioned dependency on
  libsystemd-login0 to systemd to ensure packages are upgraded in sync.
  Closes: #719444
* Drop obsolete Replaces: libudev0 from udev package.
* Use correct paths for various binaries, like /sbin/quotaon, which are
  installed in / and not /usr in Debian.  Closes: #721347
* Don't install kernel-install(8) man page since we don't install the
  corresponding binary either.  Closes: #722180
* Cherry-pick upstream fixes to make switching runlevels and starting
  reboot via ctrl-alt-del more robust.
* Cherry-pick upstream fix to properly apply ACLs to Journal files.

[ Michael Stapelberg ]
* Make systemctl enable|disable call update-rc.d for SysV init scripts.
  Closes: #709780
* Don't mount /tmp as tmpfs by default and make it possible to enable this
  feature via "systemctl enable tmp.mount".

[ Daniel Schaal ]
* Add bug-script to systemd and udev.  Closes: #711245

[ Ondrej Balaz ]
* Recognize discard option in /etc/crypttab.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  This file is part of systemd.
 
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
 
21
# http://www.freedesktop.org/wiki/Software/systemd/catalog
 
22
 
 
23
# For an explanation why we do all this, see https://xkcd.com/1024/
 
24
 
 
25
-- f77379a8490b408bbe5f6940505a777b
 
26
Subject: The Journal has been started
 
27
Defined-By: systemd
 
28
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
29
 
 
30
The system journal process has been starting up, opened the journal
 
31
files for writing and is now ready to process requests.
 
32
 
 
33
-- d93fb3c9c24d451a97cea615ce59c00b
 
34
Subject: The Journal has been stopped
 
35
Defined-By: systemd
 
36
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
37
 
 
38
The system journal process has shut down and closed all currently
 
39
active journal files.
 
40
 
 
41
-- a596d6fe7bfa4994828e72309e95d61e
 
42
Subject: Messages from a service have been suppressed
 
43
Defined-By: systemd
 
44
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
45
Documentation: man:journald.conf(5)
 
46
 
 
47
A service has logged too many messages within a time period. Messages
 
48
from the service have been dropped.
 
49
 
 
50
Note that only messages from the service in question have been
 
51
dropped, other services' messages are unaffected.
 
52
 
 
53
The limits when messages are dropped may be configured with
 
54
RateLimitInterval= and RateLimitBurst= in
 
55
/etc/systemd/journald.conf. See journald.conf(5) for details.
 
56
 
 
57
-- e9bf28e6e834481bb6f48f548ad13606
 
58
Subject: Journal messages have been missed
 
59
Defined-By: systemd
 
60
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
61
 
 
62
Kernel messages have been lost as the journal system has been unable
 
63
to process them quickly enough.
 
64
 
 
65
-- fc2e22bc6ee647b6b90729ab34a250b1
 
66
Subject: Process @COREDUMP_PID@ (@COREDUMP_COMM@) dumped core
 
67
Defined-By: systemd
 
68
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
69
Documentation: man:core(5)
 
70
 
 
71
Process @COREDUMP_PID@ (@COREDUMP_COMM@) crashed and dumped core.
 
72
 
 
73
This usually indicates a programming error in the crashing program and
 
74
should be reported to its vendor as a bug.
 
75
 
 
76
-- fc2e22bc6ee647b6b90729ab34a250b1 de
 
77
Subject: Speicherabbild für Prozess @COREDUMP_PID@ (@COREDUMP_COMM) generiert
 
78
Defined-By: systemd
 
79
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
80
Documentation: man:core(5)
 
81
 
 
82
Prozess @COREDUMP_PID@ (@COREDUMP_COMM@) ist abgebrochen worden und
 
83
ein Speicherabbild wurde generiert.
 
84
 
 
85
Üblicherweise ist dies ein Hinweis auf einen Programmfehler und sollte
 
86
als Fehler dem jeweiligen Hersteller gemeldet werden.
 
87
 
 
88
-- 8d45620c1a4348dbb17410da57c60c66
 
89
Subject: A new session @SESSION_ID@ has been created for user @USER_ID@
 
90
Defined-By: systemd
 
91
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
92
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
 
93
 
 
94
A new session with the ID @SESSION_ID@ has been created for the user @USER_ID@.
 
95
 
 
96
The leading process of the session is @LEADER@.
 
97
 
 
98
-- 3354939424b4456d9802ca8333ed424a
 
99
Subject: A session @SESSION_ID@ has been terminated
 
100
Defined-By: systemd
 
101
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
102
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
 
103
 
 
104
A session with the ID @SESSION_ID@ has been terminated.
 
105
 
 
106
-- fcbefc5da23d428093f97c82a9290f7b
 
107
Subject: A new seat @SEAT_ID@ is now available
 
108
Defined-By: systemd
 
109
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
110
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
 
111
 
 
112
A new seat @SEAT_ID@ has been configured and is now available.
 
113
 
 
114
-- e7852bfe46784ed0accde04bc864c2d5
 
115
Subject: A seat @SEAT_ID@ has now been removed
 
116
Defined-By: systemd
 
117
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
118
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
 
119
 
 
120
A seat @SEAT_ID@ has been removed and is no longer available.
 
121
 
 
122
-- c7a787079b354eaaa9e77b371893cd27
 
123
Subject: Time change
 
124
Defined-By: systemd
 
125
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
126
 
 
127
The system clock has been changed to @REALTIME@ microseconds after January 1st, 1970.
 
128
 
 
129
-- c7a787079b354eaaa9e77b371893cd27 de
 
130
Subject: Zeitänderung
 
131
Defined-By: systemd
 
132
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
133
 
 
134
Die System-Zeit wurde geändert auf @REALTIME@ Mikrosekunden nach dem 1. Januar 1970.
 
135
 
 
136
-- 45f82f4aef7a4bbf942ce861d1f20990
 
137
Subject: Time zone change to @TIMEZONE@
 
138
Defined-By: systemd
 
139
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
140
 
 
141
The system time zone has been changed to @TIMEZONE@.
 
142
 
 
143
-- b07a249cd024414a82dd00cd181378ff
 
144
Subject: System start-up is now complete
 
145
Defined-By: systemd
 
146
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
147
 
 
148
All system services necessary queued for starting at boot have been
 
149
successfully started. Note that this does not mean that the machine is
 
150
now idle as services might still be busy with completing start-up.
 
151
 
 
152
Kernel start-up required @KERNEL_USEC@ microseconds.
 
153
 
 
154
Initial RAM disk start-up required @INITRD_USEC@ microseconds.
 
155
 
 
156
Userspace start-up required @USERSPACE_USEC@ microseconds.
 
157
 
 
158
-- 6bbd95ee977941e497c48be27c254128
 
159
Subject: System sleep state @SLEEP@ entered
 
160
Defined-By: systemd
 
161
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
162
 
 
163
The system has now entered the @SLEEP@ sleep state.
 
164
 
 
165
-- 8811e6df2a8e40f58a94cea26f8ebf14
 
166
Subject: System sleep state @SLEEP@ left
 
167
Defined-By: systemd
 
168
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
169
 
 
170
The system has now left the @SLEEP@ sleep state.
 
171
 
 
172
-- 98268866d1d54a499c4e98921d93bc40
 
173
Subject: System shutdown initiated
 
174
Defined-By: systemd
 
175
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
176
 
 
177
Systemd shutdown has been initiated. The shutdown has now begun and
 
178
all system services are terminated and all file systems unmounted.
 
179
 
 
180
-- 7d4958e842da4a758f6c1cdc7b36dcc5
 
181
Subject: Unit @UNIT@ has begun with start-up
 
182
Defined-By: systemd
 
183
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
184
 
 
185
Unit @UNIT@ has begun starting up.
 
186
 
 
187
-- 39f53479d3a045ac8e11786248231fbf
 
188
Subject: Unit @UNIT@ has finished start-up
 
189
Defined-By: systemd
 
190
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
191
 
 
192
Unit @UNIT@ has finished starting up.
 
193
 
 
194
The start-up result is @RESULT@.
 
195
 
 
196
-- de5b426a63be47a7b6ac3eaac82e2f6f
 
197
Subject: Unit @UNIT@ has begun shutting down
 
198
Defined-By: systemd
 
199
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
200
 
 
201
Unit @UNIT@ has begun shutting down.
 
202
 
 
203
-- 9d1aaa27d60140bd96365438aad20286
 
204
Subject: Unit @UNIT@ has finished shutting down
 
205
Defined-By: systemd
 
206
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
207
Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
 
208
 
 
209
Unit @UNIT@ has finished shutting down.
 
210
 
 
211
-- be02cf6855d2428ba40df7e9d022f03d
 
212
Subject: Unit @UNIT@ has failed
 
213
Defined-By: systemd
 
214
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
215
Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
 
216
 
 
217
Unit @UNIT@ has failed.
 
218
 
 
219
The result is @RESULT@.
 
220
 
 
221
-- d34d037fff1847e6ae669a370e694725
 
222
Subject: Unit @UNIT@ has begun with reloading its configuration
 
223
Defined-By: systemd
 
224
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
225
Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
 
226
 
 
227
Unit @UNIT@ has begun with reloading its configuration
 
228
 
 
229
-- 7b05ebc668384222baa8881179cfda54
 
230
Subject: Unit @UNIT@ has finished reloading its configuration
 
231
Defined-By: systemd
 
232
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
233
Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
 
234
 
 
235
Unit @UNIT@ has finished reloading its configuration
 
236
 
 
237
The result is @RESULT@.
 
238
 
 
239
-- 641257651c1b4ec9a8624d7a40a9e1e7
 
240
Subject: Process @EXECUTABLE@ could not be executed
 
241
Defined-By: systemd
 
242
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
243
Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
 
244
 
 
245
The process @EXECUTABLE@ could not be executed and failed.
 
246
 
 
247
The error number returned while executing this process is @ERRNO@.
 
248
 
 
249
-- 0027229ca0644181a76c4e92458afa2e
 
250
Subject: One or more messages could not be forwarded to syslog
 
251
Defined-By: systemd
 
252
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
253
Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
 
254
 
 
255
One or more messages could not be forwarded to the syslog service
 
256
running side-by-side with journald. This usually indicates that the
 
257
syslog implementation has not been able to keep up with the speed of
 
258
messages queued.
 
259
 
 
260
-- 1dee0369c7fc4736b7099b38ecb46ee7
 
261
Subject: Mount point is not empty
 
262
Defined-By: systemd
 
263
Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 
264
Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/@MESSAGE_ID@
 
265
 
 
266
The directory @WHERE@ is specified as the mount point (second field in
 
267
/etc/fstab or Where= field in systemd unit file) and is not empty.
 
268
This does not interfere with mounting, but the pre-exisiting files in
 
269
this directory become inaccessible. To see those over-mounted files,
 
270
please manually mount the underlying file system to a secondary
 
271
location.