X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=TODO;h=0e2e2d481b451dcead3f1001353a9abe1a201fe6;hb=8f18f550e7023948f199616fdfbb0f09711fd615;hp=7fcb511fb34875059404a40c6604772e50680638;hpb=d28315e4aff91560ed4c2fc9f876ec8bfc559f2d;p=elogind.git diff --git a/TODO b/TODO index 7fcb511fb..0e2e2d481 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,12 @@ External: Features: +* 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 + - run as unpriviliged user * a way for container managers to turn off getty starting via $container_headless= or so... @@ -575,7 +576,7 @@ Features: * support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting) -* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max +* default to actual 32-bit PIDs, via /proc/sys/kernel/pid_max * be able to specify a forced restart of service A where service B depends on, in case B needs to be auto-respawned? @@ -699,13 +700,16 @@ Features: - add Scope= parsing option for [Network] - properly handle routerless dhcp leases - set lifetime on the address acquired from dhcp + - 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 -External: +* dhcp: + - 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)