X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=41d09434e6038cf5d972f115013c57bed575121c;hp=f4f2e54f991eae57eee512d2ae61eacb6c54a84a;hb=8230e26dc954a40d8c9dbc8ddd9376117021f9d2;hpb=919a7f39e6aa4a93b8348ec2586e313c40f49e52 diff --git a/TODO b/TODO index f4f2e54f9..41d09434e 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,12 @@ Bugfixes: +* kill /etc/timezone handling entirely? What does it provide? + - /etc/localtime carries the same information already: + $ ls -l /etc/localtime; cat /etc/timezone + lrwxrwxrwx 1 root root 33 Jul 27 09:55 /etc/localtime -> /usr/share/zoneinfo/Europe/Berlin + Europe/Berlin + - systemd enforces /usr to be available at bootup, so we can + enforce the use of the symlink + * remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the future; https://bugzilla.redhat.com/show_bug.cgi?id=813563 @@ -32,19 +40,43 @@ Bugfixes: 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. + Features: -* logind: ignore inactive login screens when checking whether power key should be handled +* .journal~ files should be parsed too -* introduce log_oom() or a similar call? +* use mount --make-shared on / by default -* rename "userspace" to "core-os" +* allow services with no ExecStart= but with an ExecStop= + +* add proper journal support to "systemctl --user status ..." + +* add _SYSTEMD_USER_UNIT= field to journal entries + +* remove Fedora /dev/null logic from localed.c, now that system-config-keyboard is gone + delete /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf from spec file + +* journal: expose current disk usage -* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386) +* logind: return EBUSY when a session is created on a seat+VT that already has one. -* journalctl: add --priority switch +* dracut-shutdown needs to be ordered before unmounting /boot -* journalctl highlight lines based on priorities +* wiki: document new logind LockSessions() call + +* initialize the hostname from the fs label of /, if /etc/hostname does not exist? + +* logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default + +* install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist. + +* logind: ignore inactive login screens when checking whether power key should be handled + +* rename "userspace" to "core-os" * systemctl: "Journal has been rotated since unit was started." message is misleading