X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=286651a3f2f0877aea2c8ab343d79c0989a251c4;hp=0894c4701d175b6ff769542ab3784eaaf04a4393;hb=e054f8333d7ba2e598784a9718e751c5d956ac9e;hpb=1b5601907efffd364b660bb75156b2aed49c46a4 diff --git a/fixme b/fixme index 0894c4701..286651a3f 100644 --- a/fixme +++ b/fixme @@ -1,75 +1,91 @@ -* timer +* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445) -* enforce max number of concurrent connection limit in sockets. +* implicitly import "defaults" settings file into all types -* complete dbus exposure +* add #ifdefs for non-sysv builds -* make conf parser work more like .desktop parsers +* reinvestigate random seed, hwclock -* implicitly import "defaults" settings file into all types +* "disabled" load state? -* write .service file install tool +* ability to kill services? i.e. in contrast to stopping them, go directly + into killing mode? -* service startup should be delayed if the matching socket is being started +* port over to LISTEN_FDS/LISTEN_PID: -* add #ifdefs for non-redhat builds in sysv parser + - uuidd DONE + - nscd DONE + - dbus DONE + - rsyslog DONE + - rpcbind (/var/run/rpcbind.sock!) DONE + - cups DONE + - avahi-daemon (/var/run/avahi-daemon/socket) DONE + - ssh CLASSIC + - postfix, saslauthd + - apache/samba + - libvirtd (/var/run/libvirt/libvirt-sock-ro) + - bluetoothd (/var/run/sdp! @/org/bluez/audio!) + - distccd -* add #ifdefs for non-sysv builds +* write utmp record a la upstart for processes -* bootchart hookup +* follow property change dbus spec -* dbus.service and syslog.service should be symlinked not ifdef to the right distro-specific names +* selinux policy loading/socket stuff -* reinvestigate random seed, hwclock +* systemctl status $PID, systemctl stop $PID! -* rework sysv stuff to have SPECIAL_SYSV_BEFORE, SPECIAL_SYSV_AFTER instead SPECIAL_RCSYSINIT +* place /etc/inittab with explaining blurb. -* introduce serialized mode +* vielleicht implizit immer auf syslog dependen? -* when refusing start due to ratelimit, enter restart state +* debian deadlock when partition set to noauto -* "disabled" load state? +* fingerprint.target, wireless.target, gps.target -* uid are 32bit +* set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()! -* %m in printf() instead of strerror(); +* fix merging in .swap units -* gc: don't reap broken services +* pahole -* iCalendar semantics for the timer stuff (RFC2445) +* chkconfig/systemd-install glue -* autofs für /dev/mqueue usw. +* io priority during initialization -* provide sysv-like command line utilities +* if a service fails too often, make the service enter maintainence mode, and the socket, too. -* Add OnlyByDependency +External: -* ability to kill services? i.e. in contrast to stopping them, go directly - into killing mode? +* default.target must be %ghosted... -* port over to LISTEN_FDS/LISTEN_PID: +* in %post create all symlinks manually and use inittab data - - uuidd DONE - - nscd DONE - - rpcbind (/var/run/rpcbind.sock!) - - dbus - - rsyslog - - cups - - ssh CLASSIC - - postfix, saslauthd - - apache/samba - - libvirtd (/var/run/libvirt/libvirt-sock-ro) - - bluetoothd (/var/run/sdp! @/org/bluez/audio!) - - avahi-daemon (/var/run/avahi-daemon/socket) - - distccd +* 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 -* teach dbus to talk to systemd when autospawning services +* patch /etc/init.d/functions with: -* Figure out which signal handlers we actually have to reset in the - forked off child + 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() * check for strerror(r) instead of strerror(-r) + +* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel + +* %m in printf() instead of strerror();