X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=0a2ced4762d6111a2fc80441a62dfe6c87a8f66d;hp=8c31c74571b01ee44fe70069600627aed874c065;hb=178cc7700c23ac088cd7190d7854282075028d91;hpb=98a77df5fe8591034c48e5d56d903ee268de37f9 diff --git a/TODO b/TODO index 8c31c7457..0a2ced476 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,4 @@ Bugfixes: -* always open() tty6 to keep X from using it; move debug shell to tty6 - * there is nothing to warn about here :) $ systemctl stop systemd-udevd.service systemd-udevd-kernel.socket systemd-udevd-control.socket Warning: Stopping systemd-udevd.service, but it can still be activated by: @@ -24,39 +22,25 @@ Bugfixes: * we pull src/core/manager.h into src/shared/src/shared/path-lookup.c which is the wrong direction rename enum "ManagerRunningAs" to "SystemdRunningAs" and move it to shared/ -* crash happens when running a service as forking and then changing it to simple and reloading. - - Jul 09 18:20:57 mop systemd[1]: usbmuxd.service operation timed out. Terminating. - Jul 09 18:20:57 mop systemd[1]: Unit usbmuxd.service entered failed state. - Jul 09 18:22:24 mop systemd[1]: PID 21814 read from file /var/run/usbmuxd.pid does not exist. - Jul 09 18:22:24 mop systemd[1]: Unit usbmuxd.service entered failed state. - Jul 09 18:22:33 mop systemd[1]: Reloading. - Jul 09 18:22:37 mop systemd[1]: Assertion 's->type == SERVICE_FORKING' failed at src/core/service.c:3007, function service_sigchld_eve...Aborting. - Jul 09 18:22:37 mop systemd[1]: Caught , dumped core as pid 21865. - Jul 09 18:22:37 mop systemd[1]: Freezing execution. - Jul 09 18:22:37 mop [21866]: Process 21865 (systemd) dumped core. - -* support *static* (/run) hibernate inhibitors. All rpm -i actions should completely prevent any - sort of hibernate action until the next reboot. If the kernel or any other base tool is replaced - by rpm, the resume path might fail, the for resume needed kernel might even be uninstalled, and - the whole situation leads directly to data loss. - F18: -* journald: warn if we drop messages we forward to the syslog socket - * refuse automount triggers when automount is queued for stop, much like we refuse socket triggers when sockets are queued for stop -* perfomance messages for selinux are gone from debug log? - -* There's something wrong with escaping unit names: http://lists.freedesktop.org/archives/systemd-devel/2012-August/006292.html - * logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default * selinux: merge systemd selinux access controls (dwalsh) Features: +* instantiated target units + +* support *static* (/run) hibernate inhibitors. All rpm -i actions should completely prevent any + sort of hibernate action until the next reboot. If the kernel or any other base tool is replaced + by rpm, the resume path might fail, the for resume needed kernel might even be uninstalled, and + the whole situation leads directly to data loss. + +* move debug shell to tty6 and make sure this doesn't break the gettys on tty6 + * move cryptsetup key caching into kernel keyctl? * make nspawn work without terminal