summaryrefslogtreecommitdiff
path: root/catalog
Commit message (Collapse)AuthorAgeFilesLines
...
* catalog: fix typo and make a clear sentenceDongsu Park2016-10-221-2/+2
| | | | | | Fix typo: s/ournald.conf/journald.conf/ Change also "시스템의 다음 위치에" to "시스템을 별도 위치에" to make a clear sentence.
* catalog,po: update Polish translation (#4290)Piotr Drąg2016-10-051-31/+42
|
* coredump,catalog: give better notice when a core file is truncatedZbigniew Jędrzejewski-Szmek2016-09-281-0/+11
| | | | | | | | | | | | | | | coredump had code to check if copy_bytes() hit the max_bytes limit, and refuse further processing in that case. But in 84ee0960443, the return convention for copy_bytes() was changed from -EFBIG to 1 for the case when the limit is hit, so the condition check in coredump couldn't ever trigger. But it seems that *do* want to process such truncated cores [1]. So change the code to detect truncation properly, but instead of returning an error, give a nice log entry. [1] https://github.com/systemd/systemd/issues/3883#issuecomment-239106337 Should fix (or at least alleviate) #3883.
* catalog: make support URL to show in shipped catalog entries configurable ↵Lennart Poettering2016-06-2617-481/+482
| | | | | | | | | | | | (#3597) Let's allow distros to change the support URL to expose in catalog entries by default. It doesn't make sense to direct end-users to the upstream project for common errors. This adds a --with-support-url= switch to configure, which allows overriding the default at build-time. Fixes: #2516
* l10n: update belarusian translation (#3482)Viktar Vaŭčkievič2016-06-102-18/+129
|
* po, catalog - add Bulgarian translationAlexander Shopov2016-05-141-0/+324
|
* catalog: update French translation (#3228)Sylvain Plantefève2016-05-091-5/+65
|
* catalog: rename RateLimitInterval= to RateLimitIntervalSec=Evgeny Vereshchagin2016-05-011-1/+1
| | | | | | Follow-up for f0367da7d1a61 Closes #3158
* core: rename StartLimitInterval= to StartLimitIntervalSec=Lennart Poettering2016-04-2914-14/+14
| | | | | | | | | We generally follow the rule that for time settings we suffix the setting name with "Sec" to indicate the default unit if none is specified. The only exception was the rate limiting interval settings. Fix this, and keep the old names for compatibility. Do the same for journald's RateLimitInterval= setting
* Add croatian translation, hr.po and systemd.hr.catalog filesmuzena2016-04-271-0/+314
|
* catalog,po: update Polish translation (#3100)Piotr Drąg2016-04-241-2/+56
|
* editors: only extend line width to 119 for C and XML filesLennart Poettering2016-02-101-1/+0
| | | | | | | | | | | | 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.)
* catalog: updated Russian translationnnz10242016-02-021-1/+61
|
* Merge pull request #2424 from keszybz/journald-disk-usageLennart Poettering2016-01-261-0/+15
|\ | | | | Journald disk usage
| * journald: use structured message + catalog entry for disk usageZbigniew Jędrzejewski-Szmek2016-01-231-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | catalog: add DNSSEC log messages to message catalogLennart Poettering2016-01-251-0/+39
| |
* | catalog: fix line width to 79 charsLennart Poettering2016-01-251-0/+1
|/ | | | | 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.
* Add initial Hungarian message catalog translationGabor Kelemen2016-01-021-0/+262
|
* catalog: move danish catalog into the right place, and drop DOS line breaksLennart Poettering2015-11-131-0/+261
|
* Merge pull request #1821 from darkcircle/ko-catalog-translationLennart Poettering2015-11-091-0/+264
|\ | | | | l10n: add a new Korean translation for the catalog
| * add a new Korean translation for the catalogSeong-ho Cho2015-11-101-0/+264
| |
* | l10n: add zh_CN translation.Boyuan Yang2015-10-281-0/+253
| |
* | po, catalog: added Serbian translation.Марко М. Костић (Marko M. Kostić)2015-10-031-0/+262
|/
* l10n: Add Belarusian translationViktar Vauchkevich2015-06-152-0/+520
|
* po,catalog: add zh_TW translation.Jeff Huang2015-06-121-0/+263
|
* small fix ru translationkloun2015-06-041-3/+3
|
* catalog,po: update Polish translationPiotr Drąg2015-01-241-7/+7
| | | | | | | | | | Patch updates Polish translation with new strings from org.freedesktop.import1.policy.in, as well as incorporates updates in catalog and po files to accommodate recent changes in the original strings (commits 2e219e5672689dad60e110f0b3366765506c4c58 and 2057124e7910c4cab7e53d26e0c3749d326ae2bb). https://bugs.freedesktop.org/show_bug.cgi?id=88707
* catalog: update french translationSylvain Plantefève2015-01-221-4/+4
|
* catalog: update pt_BR translationRafael Ferreira2015-01-221-5/+5
| | | | | | | Brazilian Portuguese update for CATALOG patch, according to commit 2057124e7910c4cab7e53d26e0c3749d326ae2bb ("Grammar changes to catalog") https://bugs.freedesktop.org/show_bug.cgi?id=88588
* Grammar changes to catalogChris Atkinson2015-01-171-11/+11
|
* catalog: add pt_BR translationRafael Ferreira2015-01-111-0/+264
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=88271
* catalog: fix typos in the French translationRonny Chevalier2014-12-101-2/+2
|
* catalog: add Polish translationPiotr Drąg2014-09-271-0/+261
|
* catalog: rename files to specify language in the filenameZbigniew Jędrzejewski-Szmek2013-12-023-81/+81
|
* catalog,po: add Italian translationDaniele Medri2013-12-011-0/+254
|
* catalog,po: add Russian translationSergey Ptashnick2013-11-281-0/+294
|
* catalog: fix typos in the French translationSylvain Plantefeve2013-11-281-3/+3
|
* catalog: add French translationSylvain Plantefeve2013-11-171-0/+260
|
* catalog: remove links to non-existent wiki pagesZbigniew Jędrzejewski-Szmek2013-10-241-9/+0
| | | | | | | 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
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-021-1/+1
| | | | | | | | | | 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'.]
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-201-0/+18
| | | | | | | | | | | | | | | | | | | | - 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.
* catalog: remove broken links to wikiZbigniew Jędrzejewski-Szmek2013-03-191-20/+0
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=58359
* core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek2012-12-051-0/+13
|
* catalog: correct substitutionLennart Poettering2012-11-211-1/+1
|
* build-sys: add symlink Makefile to catalog/ tooLennart Poettering2012-11-201-0/+1
|
* catalog: add mission statementLennart Poettering2012-11-201-0/+2
|
* catalog: Spell out microsecondsNis Martensen2012-11-201-5/+5
| | | | Also fix some English in a German translation
* catalog: typo fixesThomas Hindoe Paaboel Andersen2012-11-171-3/+3
|
* catalog: fix typoLennart Poettering2012-11-161-1/+1
|
* catalog: add catalog entries for all of systemd's own journal messagesLennart Poettering2012-11-161-41/+218
|