X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=4601c7202f85fb07c6c371f3c438713176294352;hp=969c6cd30a4e3d1474d9092293ce66c1b547bc91;hb=2e81c8a55785d33e48c6d512e094a3a7dd0bf900;hpb=129126f3792c452c871c0a096dcb1020c4d8096b diff --git a/fixme b/fixme index 969c6cd30..4601c7202 100644 --- a/fixme +++ b/fixme @@ -1,74 +1,99 @@ -* timer +* have a simple syslog bridge providing /dev/log and forward messages + to /dev/kmsg. at the moment the real syslog can be started, the bridge + is stopped and the open /dev/log fd to the real syslog. that way we + don't lose any early log message, and simple systems have full syslog + support in the kernel ringbuffer, without any syslog service or disk + access -* enforce max number of concurrent connection limit in sockets. +* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445) -* complete dbus exposure +* implicitly import "defaults" settings file into all types -* make conf parser work more like .desktop parsers +* add #ifdefs for non-sysv builds -* implicitly import "defaults" settings file into all types +* reinvestigate random seed, hwclock -* write .service file install tool +* "disabled" load state? -* service startup should be delayed if the matching socket is being started +* ability to kill services? i.e. in contrast to stopping them, go directly + into killing mode? -* add #ifdefs for non-redhat builds in sysv parser +* port over to LISTEN_FDS/LISTEN_PID: -* add #ifdefs for non-sysv builds + - uuidd 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 -* bootchart hookup +* write utmp record a la upstart for processes -* dbus.service and syslog.service should be symlinked not ifdef to the right distro-specific names +* follow property change dbus spec -* reinvestigate random seed, hwclock +* selinux policy loading/socket stuff -* rework sysv stuff to have SPECIAL_SYSV_BEFORE, SPECIAL_SYSV_AFTER instead SPECIAL_RCSYSINIT +* systemctl status $PID, systemctl stop $PID! -* introduce serialized mode +* place /etc/inittab with explaining blurb. -* when refusing start due to ratelimit, enter restart state +* vielleicht implizit immer auf syslog dependen? -* "disabled" load state? +* debian deadlock when partition set to noauto -* uid are 32bit +* fingerprint.target, wireless.target, gps.target -* %m in printf() instead of strerror(); +* set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()! -* gc: don't reap broken services +* fix merging in .swap units -* iCalendar semantics for the timer stuff (RFC2445) +* pahole -* autofs für /dev/mqueue usw. +* chkconfig/systemd-install glue -* provide sysv-like command line utilities +* io priority during initialization -* Add OnlyByDependency +* if a service fails too often, make the service enter maintainence mode, and the socket, too. -* ability to kill services? i.e. in contrast to stopping them, go directly - into killing mode? +* send cgroup msg directly -* port over to LISTEN_FDS/LISTEN_PID: +* don't show file not found msgs for irrelevant units - - 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 +External: + +* agetty should not modify baudrate + +* 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: -* unix sockets chown()/chgrp() + 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();