[systemd-commits] 2 commits - TODO src/journal

Lennart Poettering lennart at kemper.freedesktop.org
Tue Oct 23 16:06:39 PDT 2012


 TODO                     |   20 ++++++++++++++++++++
 src/journal/journalctl.c |    2 --
 2 files changed, 20 insertions(+), 2 deletions(-)

New commits:
commit db87a36e74ff26d1046a451ee086c9a2c4113d12
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Oct 24 01:05:55 2012 +0200

    journalctl: remove left-over log message

diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index d1338d2..0f20448 100644
--- a/src/journal/journalctl.c
+++ b/src/journal/journalctl.c
@@ -547,8 +547,6 @@ static int add_priorities(sd_journal *j) {
                 if (arg_priorities & (1 << i)) {
                         match[sizeof(match)-2] = '0' + i;
 
-                        log_info("adding match %s", match);
-
                         r = sd_journal_add_match(j, match, strlen(match));
                         if (r < 0) {
                                 log_error("Failed to add match: %s", strerror(-r));

commit a19554ed92a7460b4e709cc40c558cde827ab85b
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Oct 24 01:05:40 2012 +0200

    update TODO

diff --git a/TODO b/TODO
index 39f6dd1..4f32c52 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,22 @@ F18:
 
 Features:
 
+* journactl: support negative filtering, i.e. FOOBAR!="waldo"
+
+* drop header/footer from systemctl --failed output if there are no entries shown, print nice message instead, and hook that into ExecStartPre of rescue.service/emergency.service
+
+* add libsystemd-password or so to query passwords during boot using the password agent logic
+
+* journal: when rotating, copy over old acls/access mode
+
+* journal: document why we do not give ownership to journal files to the user that created them but use FS ACLs for that
+
+* journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs.
+
+* journal: when we haven't written anything in a while, sync to disk and mark file as offline, in order to be more often than not in a clean state
+
+* journal-send.c, log.c: when the log socket is clogged, and we drop, count this and write a message about this when it gets unclogged again.
+
 * If we show an error about a unit (such as not showing up) and it has no Description string, then show a description string generated form the reverse of unit_name_mangle().
 
 * fedup: add --unit to systemctl switch-root somehow
@@ -462,6 +478,10 @@ Features:
   - resource control in systemd
   - testing with Harald's awesome test kit
   - auto-restart
+  - journalctl advanced usage
+  - how to make use of the journal submission APIs
+  - same for journal browsing
+  - the journal HTTP iface
 
 * allow port=0 in .socket units
 



More information about the systemd-commits mailing list