X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=45dfb623532295ce955750606adc31becd9fbf4a;hp=0894c4701d175b6ff769542ab3784eaaf04a4393;hb=77d98d666a4ef24ef22f032476fd5d954c1a4699;hpb=1b5601907efffd364b660bb75156b2aed49c46a4 diff --git a/fixme b/fixme index 0894c4701..45dfb6235 100644 --- a/fixme +++ b/fixme @@ -1,75 +1,117 @@ -* timer +* dot output for --test showing the 'initial transaction' -* enforce max number of concurrent connection limit in sockets. +* check 'disable' + "Warning: Unit file changed in disk, 'systemctl --system daemon-reload' recomended + when does it do that? + if you disable the service -* complete dbus exposure +* fixup var-run/var-lock tmpfs mounts. we need: + touch /var/run/utmp + chown root:utmp /var/run/utmp + mkdir -p /var/lock/subsys -* make conf parser work more like .desktop parsers +* downgrade warnings for non-existent services pulled-in + by soft dependencies, like: + init[1]: Failed to load configuration for isdn.service: No such file or directory + +* 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 + +* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445) * implicitly import "defaults" settings file into all types -* write .service file install tool +* add #ifdefs for non-sysv builds -* service startup should be delayed if the matching socket is being started +* reinvestigate random seed, hwclock -* add #ifdefs for non-redhat builds in sysv parser +* "disabled" load state? -* add #ifdefs for non-sysv builds +* ability to kill services? i.e. in contrast to stopping them, go directly + into killing mode? -* bootchart hookup +* port over to LISTEN_FDS/LISTEN_PID: -* dbus.service and syslog.service should be symlinked not ifdef to the right distro-specific names + - 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 -* reinvestigate random seed, hwclock +* write utmp record a la upstart for processes -* rework sysv stuff to have SPECIAL_SYSV_BEFORE, SPECIAL_SYSV_AFTER instead SPECIAL_RCSYSINIT +* follow property change dbus spec -* introduce serialized mode +* selinux policy loading/socket stuff -* when refusing start due to ratelimit, enter restart state +* systemctl status $PID, systemctl stop $PID! -* "disabled" load state? +* place /etc/inittab with explaining blurb. -* uid are 32bit +* vielleicht implizit immer auf syslog dependen? -* %m in printf() instead of strerror(); +* debian deadlock when partition set to noauto -* gc: don't reap broken services +* fingerprint.target, wireless.target, gps.target -* iCalendar semantics for the timer stuff (RFC2445) +* set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()! -* autofs für /dev/mqueue usw. +* fix merging in .swap units -* provide sysv-like command line utilities +* pahole -* Add OnlyByDependency +* chkconfig/systemd-install glue -* ability to kill services? i.e. in contrast to stopping them, go directly - into killing mode? +* io priority during initialization -* port over to LISTEN_FDS/LISTEN_PID: +* if a service fails too often, make the service enter maintainence mode, and the socket, too. - - 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 +* don't show file not found msgs for irrelevant units + +* hide plymouth in multi-user mode -* teach dbus to talk to systemd when autospawning services +External: -* Figure out which signal handlers we actually have to reset in the - forked off child +* sysv functions should color when stdout is tty, not stdin + +* 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 + +* 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() * 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();