X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=a3c99500c7d05680bd9ff64405f2690c294308d3;hp=969c6cd30a4e3d1474d9092293ce66c1b547bc91;hb=6c155fe3d0634f636e76188b378da174ba02ef52;hpb=129126f3792c452c871c0a096dcb1020c4d8096b diff --git a/fixme b/fixme index 969c6cd30..a3c99500c 100644 --- a/fixme +++ b/fixme @@ -1,74 +1,87 @@ -* 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 -* reinvestigate random seed, hwclock +* systemctl status $PID, systemctl stop $PID! -* rework sysv stuff to have SPECIAL_SYSV_BEFORE, SPECIAL_SYSV_AFTER instead SPECIAL_RCSYSINIT +* systemctl list-units doesn't show units with actvie jobs? -* introduce serialized mode +* timeout waiting for mount devices? -* when refusing start due to ratelimit, enter restart state +* default logic for serial getty, ck logging, ssh readahead -* "disabled" load state? +* place /etc/inittab with explaining blurb. -* uid are 32bit +* OnFailure=foo.unit -* %m in printf() instead of strerror(); +* default.target must be %ghosted... -* gc: don't reap broken services +* In command lines, support both "$FOO" and $FOO -* iCalendar semantics for the timer stuff (RFC2445) +* systemd-install disable should recursively kill all symlinks -* autofs für /dev/mqueue usw. +* in %post create all symlinks manually and use inittab data -* provide sysv-like command line utilities +* check mtimes of dirs and unit files in systemctl -* Add OnlyByDependency +* /etc must always take precedence even if we follow symlinks! -* ability to kill services? i.e. in contrast to stopping them, go directly - into killing mode? +* /lib/init/rw -* port over to LISTEN_FDS/LISTEN_PID: +* vielleicht implizit immer auf syslog dependen? - - 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 +* für selinux muss der socket wissen was für service geexeced wird. + +* debian deadlock when partition auf noauto is. + +External: -* 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 +https://bugzilla.redhat.com/show_bug.cgi?id=612789 +https://bugzilla.redhat.com/show_bug.cgi?id=612728 +https://bugzilla.redhat.com/show_bug.cgi?id=612712 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();