chiark / gitweb /
manager: when breaking ordering cycle show full cycle loop
[elogind.git] / fixme
1 * have a simple syslog bridge providing /dev/log and forward messages
2   to /dev/kmsg. at the moment the real syslog can be started, the bridge
3   is stopped and the open /dev/log fd to the real syslog. that way we
4   don't lose any early log message, and simple systems have full syslog
5   support in the kernel ringbuffer, without any syslog service or disk
6   access
7
8 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
9
10 * implicitly import "defaults" settings file into all types
11
12 * add #ifdefs for non-sysv builds
13
14 * reinvestigate random seed, hwclock
15
16 * "disabled" load state?
17
18 * ability to kill services? i.e. in contrast to stopping them, go directly
19   into killing mode?
20
21 * port over to LISTEN_FDS/LISTEN_PID:
22
23    - uuidd    DONE
24    - dbus     DONE
25    - rsyslog  DONE
26    - rpcbind (/var/run/rpcbind.sock!) DONE
27    - cups     DONE
28    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
29    - ssh      CLASSIC
30    - postfix, saslauthd
31    - apache/samba
32    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
33    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
34    - distccd
35
36 * write utmp record a la upstart for processes
37
38 * follow property change dbus spec
39
40 * selinux policy loading/socket stuff
41
42 * systemctl status $PID, systemctl stop $PID!
43
44 * place /etc/inittab with explaining blurb.
45
46 * vielleicht implizit immer auf syslog dependen?
47
48 * debian deadlock when partition set to noauto
49
50 * fingerprint.target, wireless.target, gps.target
51
52 * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
53
54 * fix merging in .swap units
55
56 * pahole
57
58 * chkconfig/systemd-install glue
59
60 * io priority during initialization
61
62 * if a service fails too often, make the service enter maintainence mode, and the socket, too.
63
64 * systemctl reboot von getty tty1 hängt
65
66 * keine meldung by wants vs. conflicts
67
68 * send cgroup msg directly
69
70 External:
71
72 * default.target must be %ghosted...
73
74 * in %post create all symlinks manually and use inittab data
75
76 * default logic for serial getty, ck logging, ssh readahead
77
78 * pam: fix double sudo session cleanup:
79   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
80
81 * patch /etc/init.d/functions with:
82
83   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
84
85 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
86 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
87 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
88 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
89 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
90 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
91 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
92 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
93 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
94
95 Regularly:
96
97 * look for close() vs. close_nointr() vs. close_nointr_nofail()
98
99 * check for strerror(r) instead of strerror(-r)
100
101 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
102
103 * %m in printf() instead of strerror();