2eb169bd02256d1229daddcb7fc9c6f17f532bc4 |
|
10-Feb-2016 |
Lennart Poettering <lennart@poettering.net> |
editors: only extend line width to 119 for C and XML files
For all other files leave the line width at 79 as before. This is a good idea
since we generally don't want text files such as catalog files, unit files or
README/NEWS files to be line-broken at 119 since they are regularly browsed on
text terminals.
While we are at it, also add a couple of comments to the various files.
(Note that .editorconfig doesn't carry line-width information, simply because
the specification doesn't know the concept.) |
f25f9e8d6084ab6c60fbbfb0e4c0fe31db0dadc8 |
|
25-Jan-2016 |
Lennart Poettering <lennart@poettering.net> |
catalog: add DNSSEC log messages to message catalog |
b35f360bbde7faa0436c28b9d914a3aa1bb43dbd |
|
25-Jan-2016 |
Lennart Poettering <lennart@poettering.net> |
catalog: fix line width to 79 chars
Line breaks default to 119 characters for systemd sources now, configured through the .vimrc and .dir-local.el files.
However, for the catalog files we really should stick to 79 chars, as they are regularly shown on terminal screens. |
282c5c4e422cb6e6685c870946d8b9bdf0879ad1 |
|
24-Jan-2016 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
journald: use structured message + catalog entry for disk usage
The format of the journald disk usage log entry was changed back and
forth a few times. It is annoying to have a very verbose message, but
if it is short it is hard to understand. But we have a tool for this,
the catalogue.
$ journalctl -x -u systemd-journald
Jan 23 18:48:50 rawhide systemd-journald[891]: Runtime journal (/run/log/journal/) is 8.0M, max 196.2M, 188.2M free.
-- Subject: Disk space used by the journal
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Runtime journal (/run/log/journal/) is currently using 8.0M.
-- Maximum allowed usage is set to 196.2M.
-- Leaving at least 294.3M free (of currently available 1.9G of disk space).
-- Enforced usage limit is thus 196.2M, of which 188.2M are still available.
--
-- The limits controlling how much disk space is used by the journal may
-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
-- /etc/systemd/journald.conf. See journald.conf(5) for details.
Jan 23 18:48:50 rawhide systemd-journald[891]: System journal (/var/log/journal/) is 480.1M, max 1.6G, 1.2G free.
-- Subject: Disk space used by the journal
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- System journal (/var/log/journal/) is currently using 480.1M.
-- Maximum allowed usage is set to 1.6G.
-- Leaving at least 2.5G free (of currently available 5.8G of disk space).
-- Enforced usage limit is thus 1.6G, of which 1.2G are still available.
--
-- The limits controlling how much disk space is used by the journal may
-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
-- /etc/systemd/journald.conf. See journald.conf(5) for details. |
2057124e7910c4cab7e53d26e0c3749d326ae2bb |
|
17-Jan-2015 |
Chris Atkinson <cwa@pipeline.com> |
Grammar changes to catalog |
254ffe5d478dce68911e589f163fd390fced092d |
|
24-Oct-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
catalog: remove links to non-existent wiki pages
AFAIK, we don't have even one page with message explanations.
If/when we add them, we can add links.
https://bugzilla.redhat.com/show_bug.cgi?id=1017161 |
e9dd9f9547350c7dc0473583b5c2228dc8f0ab76 |
|
03-Jul-2013 |
Jason St. John <jstjohn@purdue.edu> |
man: improve grammar and word formatting in numerous man pages
Use proper grammar, word usage, adjective hyphenation, commas,
capitalization, spelling, etc.
To improve readability, some run-on sentences or sentence fragments were
revised.
[zj: remove the space from 'file name', 'host name', and 'time zone'.] |
9444b1f20e311f073864d81e913bd4f32fe95cfd |
|
20-Jun-2013 |
Lennart Poettering <lennart@poettering.net> |
logind: add infrastructure to keep track of machines, and move to slices
- This changes all logind cgroup objects to use slice objects rather
than fixed croup locations.
- logind can now collect minimal information about running
VMs/containers. As fixed cgroup locations can no longer be used we
need an entity that keeps track of machine cgroups in whatever slice
they might be located. Since logind already keeps track of users,
sessions and seats this is a trivial addition.
- nspawn will now register with logind and pass various bits of metadata
along. A new option "--slice=" has been added to place the container
in a specific slice.
- loginctl gained commands to list, introspect and terminate machines.
- user.slice and machine.slice will now be pulled in by logind.service,
since only logind.service requires this slice. |
9d83ad481beb9a1a7eaf68511a6f95f4a3a2bbf0 |
|
20-Mar-2013 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
catalog: remove broken links to wiki
https://bugs.freedesktop.org/show_bug.cgi?id=58359 |
20ad4cfd8e5592f634f20468798cbc1055ab9faf |
|
05-Dec-2012 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
core: add catalog entry and MESSAGE_ID for overmounting |
ba9904e9ce0628cce3bbd8106f6dc6914e418eda |
|
21-Nov-2012 |
Lennart Poettering <lennart@poettering.net> |
catalog: correct substitution |
ef7963b561adec267dbc7dbdfc0d29105f2ca872 |
|
20-Nov-2012 |
Lennart Poettering <lennart@poettering.net> |
catalog: add mission statement |
772c552f763a125d17d814c4e5a35bbba49fc27a |
|
20-Nov-2012 |
Nis Martensen <nis.martensen@web.de> |
catalog: Spell out microseconds
Also fix some English in a German translation |
5190bbb240ab3360f7d37714d1c877858aef8c12 |
|
17-Nov-2012 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
catalog: typo fixes |
0922cbe8300e97215564748d449824f458196335 |
|
16-Nov-2012 |
Lennart Poettering <lennart@poettering.net> |
catalog: fix typo |
5d6a86d7a034a1fb3d6e3f1b58e2c13739270894 |
|
16-Nov-2012 |
Lennart Poettering <lennart@poettering.net> |
catalog: add catalog entries for all of systemd's own journal messages |
d4205751d4643c272059a3728045929dd0e5e800 |
|
15-Nov-2012 |
Lennart Poettering <lennart@poettering.net> |
journal: implement message catalog
The message catalog can be used to attach short help texts to log lines,
keyed by their MESSAGE_ID= fields. This is useful to help the
administrator understand the context and cause of a message, find
possible solutions and find further related documentation.
Since this is keyed off MESSAGE_ID= this will only work for native
journal messages.
The message catalog supports i18n, and is useful to augment english
language system messages with explanations in the local language.
This commit only includes short explanatory messages for a few example
message IDs, we'll add more complete documentation for the relevant
systemd messages later on. |