Jan Engelhardt
d6ee7fa24f
man: wording and grammar updates
...
This includes regularly-submitted corrections to comma setting and
orthographical mishaps that appeared in man/ in recent commits.
2013-08-04 21:46:27 -04:00
Lennart Poettering
d07f7b9ef2
journal: immediately sync to disk as soon as we receieve an EMERG/ALERT/CRIT message
2013-07-24 12:34:28 +02:00
Jason St. John
6ed80a4e34
man: use HTTPS links for links that support it
2013-07-16 17:42:56 +02:00
Zbigniew Jędrzejewski-Szmek
65b571fcfb
man: tweak the description of System/RuntimeMaxUse
...
https://bugs.freedesktop.org/show_bug.cgi?id=66657
2013-07-06 23:35:09 -04:00
Jan Engelhardt
409dee2e44
man: more grammar improvements
...
- place commas
- expand contractions (this is written prose :)
- add some missing words
2013-07-03 08:19:20 -04:00
Zbigniew Jędrzejewski-Szmek
670b110c3b
journald: fix space limits reporting
...
Reporting of the free space was bogus, since the remaining space
was compared with the maximum allowed, instead of the current
use being compared with the maximum allowed. Simplify and fix
by reporting limits directly at the point where they are calculated.
Also, assign a UUID to the message.
2013-06-24 21:06:06 -04:00
Lennart Poettering
fe004b7c3a
journal: add references to SSKG paper FSS is based on
2013-06-18 16:25:11 +02:00
Zbigniew Jędrzejewski-Szmek
bdf874d4bf
man: mention that units are 1024-based
2013-06-04 17:45:40 -04:00
Colin Guthrie
8621b1109b
journal: Set the default keep free value to 15% (up from 5%)
...
As some SSDs are still seeing performance degredation when
reaching 85% usage the default value of 5% seems a little low.
Set this to 15% by default.
2013-05-03 17:46:44 +02:00
Oleksii Shevchuk
26687bf8a9
journal: Add sync timer to journal server
...
Add option to force journal sync with fsync. Default timeout is 5min.
Interval configured via SyncIntervalSec option at journal.conf. Synced
journal files will be marked as OFFLINE.
Manual sync can be performed via sending SIGUSR1.
2013-03-25 17:51:06 +01:00
Thomas Hindoe Paaboel Andersen
7d7681f70b
man: fix some typos
2013-03-13 23:09:49 +01:00
Zbigniew Jędrzejewski-Szmek
5f9cfd4c38
man: rename systemd.conf to systemd-system.conf
...
Alias as systemd-user.conf is also provided. This should help
users running systemd in session mode.
https://bugzilla.redhat.com/show_bug.cgi?id=690868
2013-02-13 09:48:32 -05:00
Ramkumar Ramachandra
2ab38e24e5
man: fix some spelling mistakes
2012-11-30 14:02:03 +01:00
Thomas Hindoe Paaboel Andersen
5a5c72ca6e
man: typo fixes for new files in 195
2012-11-06 20:27:38 +01:00
Lennart Poettering
6d9082172c
journald.conf: remove MinSize= settings
...
There's no point in making this configurable, so let's drop it in order
to simplify configuration a bit.
2012-10-19 00:56:42 +02:00
Lennart Poettering
fb0951b02e
journal: implement time-based rotation/vacuuming
...
This also enables time-based rotation (but not vacuuming) after 1month,
so that not more one month of journal is lost at a time per vacuuming.
2012-10-16 22:58:07 +02:00
Lennart Poettering
c651162ca8
man: correct the default logging rate limit to actually say what the code implements
2012-09-28 02:18:55 +02:00
Lennart Poettering
182b858fc2
journald: make splitting up of journal files per-user configurable
2012-09-07 23:40:00 +02:00
Lennart Poettering
eb53b74f7e
journald: add new Seal= configuration option
2012-08-20 22:13:22 +02:00
Lennart Poettering
51abe64c85
journald: basic support for /dev/kmsg parsing
2012-08-09 15:57:24 +02:00
Ville Skyttä
49f43d5f91
Spelling fixes.
2012-07-16 12:16:29 +02:00
Lennart Poettering
205c4d1d6a
journald: use "persistent", not "permanent" as storage option
...
"permanent" is simply the wrong term and we use "persistant" in most
other contexts to correct this.
2012-07-10 19:39:27 +02:00
Lennart Poettering
f4bad2bd2a
journal: default ImportKernel=no until we make use of structured logging
2012-07-03 14:07:10 +02:00
Lennart Poettering
e156d769c3
journald: add Storage= setting to control where the journal is stored
2012-07-02 10:43:57 +02:00
Lennart Poettering
c66e7bc7a1
man: document all kernel command line options we understand
2012-06-22 01:35:52 +02:00
Kay Sievers
3ab1e259d9
fix typo
2012-06-01 17:56:11 +02:00
Lennart Poettering
213ba152fd
journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, console forwarding
2012-06-01 17:27:16 +02:00
Lennart Poettering
0d9243f022
journal: support changing the console tty to forward to
2012-06-01 17:27:16 +02:00
Lennart Poettering
01cf0ca850
man: document systemd-journal
2012-06-01 17:27:15 +02:00
Nis Martensen
386da8589b
delta: fix spelling of overridden
2012-05-21 18:31:43 +02:00
Lennart Poettering
5430f7f2bc
relicense to LGPLv2.1 (with exceptions)
...
We finally got the OK from all contributors with non-trivial commits to
relicense systemd from GPL2+ to LGPL2.1+.
Some udev bits continue to be GPL2+ for now, but we are looking into
relicensing them too, to allow free copy/paste of all code within
systemd.
The bits that used to be MIT continue to be MIT.
The big benefit of the relicensing is that closed source code may now
link against libsystemd-login.so and friends.
2012-04-12 00:24:39 +02:00
Lennart Poettering
ffa16db026
man: document special journal fields
2012-04-03 22:31:48 +02:00
Kay Sievers
18b754d345
rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.conf
2012-03-30 23:36:44 +02:00