X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fixme;h=286651a3f2f0877aea2c8ab343d79c0989a251c4;hb=d5ca5f11857e87524f0b75a0959a74404f707f1a;hp=8143f013b107b13c510d02b53a2963ec44ae47e5;hpb=03fae01822b5275a2940458f65644796283a8a23;p=elogind.git diff --git a/fixme b/fixme index 8143f013b..286651a3f 100644 --- a/fixme +++ b/fixme @@ -1,7 +1,5 @@ * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445) -* complete dbus exposure - * implicitly import "defaults" settings file into all types * add #ifdefs for non-sysv builds @@ -33,26 +31,55 @@ * follow property change dbus spec -* selinux +* selinux policy loading/socket stuff + +* systemctl status $PID, systemctl stop $PID! + +* place /etc/inittab with explaining blurb. + +* vielleicht implizit immer auf syslog dependen? + +* debian deadlock when partition set to noauto + +* fingerprint.target, wireless.target, gps.target -* systemd-install disable sollte den service runterfahren, and daemon-reload machen +* set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()! -* systemctl daemon-reload is kaputt +* fix merging in .swap units -* get rid of Subscribe() in systemctl +* pahole -* use format_timespan where applicable +* chkconfig/systemd-install glue -* Turn around negative options +* io priority during initialization -* Add missing man pages: update systemd.1, finish daemon.7 +* if a service fails too often, make the service enter maintainence mode, and the socket, too. External: +* default.target must be %ghosted... + +* in %post create all symlinks manually and use inittab data + +* default logic for serial getty, ck logging, ssh readahead + +* pam: fix double sudo session cleanup: + http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421 + * patch /etc/init.d/functions with: if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi +https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth +https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt +https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions +https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd +https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice +https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit +https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks +http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez +http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind + Regularly: * look for close() vs. close_nointr() vs. close_nointr_nofail()