X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=2aff98edfd3f46759928642efe296e206a87deed;hb=5052e3996d11033413372ee9d95df7f7a72b08a2;hp=50d3f796a2d61673bf042c3ad35388b6b1018e12;hpb=3eb94c9e9e25586fa8ac93545810b87ce9241363;p=elogind.git diff --git a/TODO b/TODO index 50d3f796a..2aff98edf 100644 --- a/TODO +++ b/TODO @@ -16,8 +16,6 @@ Bugfixes: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details. -* systemctl --root=container/ set-default ... is totally borked. - * sd_bus_unref() is broken regarding self-references and "pseudo thread-safety". See the comment in sd_bus_unref() for more.. @@ -32,9 +30,16 @@ External: Features: +* systemd-notify: fake ucred of msg to PID of parent, if that works, with fallback to our own if it doesn't. + +* machined: make sure we can restart machined without losing machines +* machined/machinectl: sort IP addresses we return by scope and protocol +* machined: write NSS module for looking up IP addresses for machines + +* timer units: actually add extra delays to timer units with high AccuracySec values, don't start them already when we are awake... + * timesyncd: - hookup with networkd: NTP servers from dhcp - - hookup with networkd: listen to online/offline state * a way for container managers to turn off getty starting via $container_headless= or so... @@ -702,12 +707,18 @@ Features: - patch kernel to support module alias for tunnel device (ipip/sit/gre), then remove remove libkmod dependency and CAP_SYS_MODULE - add veth netdev support (c.f. http://shorewall.net/bridge-Shorewall-perl.html#veth) + - add tun/tap netdev support + - add more attribute support for SIT tunnel -External: +* networkd-wait-online: + - make operstates to wait for configurable? + +* dhcp: + - figure out how much we can increase Maximum Message Size + - export timezone information + - FORCERENEW -* NM: figure out what to do about network-online.target. - - maybe pull in the target as dependency for LSB initscripts ordered now after network.target - - https://bugzilla.gnome.org/show_bug.cgi?id=728965 +External: * dbus: - natively watch for dbus-*.service symlinks (PENDING)