chiark / gitweb /
systemd-python: check for oom, give nicer error messages
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 99122b5715f231e1549ebac1a78d64020fc9acab..f6e7566bb6a96f6604f377c3786277792458103e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,12 @@
 Bugfixes:
+* the running hwdb seems not to pick up updated database files without
+  an explicit: udevadm control --reload
+
+* enabling an instance unit creates pointless link, and
+  the unit will be started with getty@getty.service:
+    $ systemctl enable getty@.service
+    ln -s '/usr/lib/systemd/system/getty@.service' '/etc/systemd/system/getty.target.wants/getty@.service'
+
 * check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
 
 * swap units that are activated by one name but shown in the kernel under another are semi-broken
@@ -11,6 +19,10 @@ Bugfixes:
 
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
+* ellipsize_mem must take into account multi-byte unicode characters, and
+  - make the resulting line the requested number of *characters*, not *bytes*,
+  - avoid truncuating multi-byte sequences in the middle.
+
 Fedora 20:
 
 * external: ps should gain colums for slice and machine
@@ -23,7 +35,7 @@ Fedora 20:
 
 CGroup Rework Completion:
 
-* introduce "mainpid" for scopes
+* introduce "mainpid" for scopes (or maybe not?)
 
 * implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?)
 
@@ -31,8 +43,6 @@ CGroup Rework Completion:
 
 * handle jointly mounted controllers correctly
 
-* logind: implement session kill exceptions
-
 * make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable
 
 * introduce high-level settings for RT budget, swappiness
@@ -41,6 +51,16 @@ CGroup Rework Completion:
 
 Features:
 
+* better error message if you run systemctl without systemd running
+
+* rename F_TYPE_CMP() to F_TYPE_EQUAL()
+
+* unlink PID files of units after exit
+
+* tiny tool that saves/restores backlight
+
+* systemctl status output should should include list of triggering units and their status
+
 * for transient units, instead of writing out drop-ins for all properties consider serializing them in the normal serialization stream
 
 * logind: when logging out, remove user-owned sysv and posix IPC objects
@@ -80,8 +100,6 @@ Features:
   full, make sure to write how many messages are lost as first thing
   to syslog when it works again.
 
-* prohibit Restart= set with Type=oneshot
-
 * man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted.
 
 * load .d/*.conf dropins for device units