chiark / gitweb /
update fixme
[elogind.git] / fixme
1 * ValidNoProcess= ? ContinueAfterExit=, ActiveAfterExit=, KeepAfterExit=
2
3 * systemd.log_level=debug should overwrite 'quiet' ?
4
5 * implicit 'default.target' ?
6   systemd currently fails to boot when the link is dangling, like
7   after the move of the runlevel targets from /etc to /lib
8
9 * dot output for --test showing the 'initial transaction'
10
11 * check 'disable'
12   <Viking-Ice>    "Warning: Unit file changed in disk, 'systemctl --system daemon-reload' recommended
13   <kay>           when does it do that?
14   <Viking-Ice>    if you disable the service
15
16 * fixup var-run/var-lock tmpfs mounts. we need:
17     touch /var/run/utmp
18     chown root:utmp /var/run/utmp
19     mkdir -p /var/lock/subsys
20
21 * have a simple syslog bridge providing /dev/log and forward messages
22   to /dev/kmsg. at the moment the real syslog can be started, the bridge
23   is stopped and the open /dev/log fd to the real syslog. that way we
24   don't lose any early log message, and simple systems have full syslog
25   support in the kernel ringbuffer, without any syslog service or disk
26   access
27
28 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
29
30 * implicitly import "defaults" settings file into all types
31
32 * add #ifdefs for non-sysv builds
33
34 * reinvestigate hwclock
35
36 * "disabled" load state?
37
38 * ability to kill services? i.e. in contrast to stopping them, go directly
39   into killing mode?
40
41 * port over to LISTEN_FDS/LISTEN_PID:
42
43    - uuidd    DONE
44    - dbus     DONE
45    - rsyslog  DONE
46    - rpcbind (/var/run/rpcbind.sock!) DONE
47    - cups     DONE
48    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
49    - ssh      CLASSIC
50    - postfix, saslauthd
51    - apache/samba
52    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
53    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
54    - distccd
55
56 * write utmp record a la upstart for processes
57
58 * follow property change dbus spec
59
60 * selinux policy loading
61
62 * place /etc/inittab with explaining blurb.
63
64 * fingerprint.target, wireless.target, gps.target
65
66 * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
67
68 * fix merging in .swap units
69
70 * chkconfig/systemd-install glue
71
72 * io priority during initialization
73
74 * if a service fails too often, make the service enter maintenance mode, and the socket, too.
75
76 * Ray: plymouth after/before getty? https://bugzilla.redhat.com/show_bug.cgi?id=623430
77
78 External:
79
80 * nomodules nach udev umziehen
81
82 * sysv functions should color when stdout is tty, not stdin
83
84 * agetty should not modify baudrate https://bugzilla.redhat.com/show_bug.cgi?id=623685
85
86 * ck logging, ssh readahead
87
88 * pam: fix double sudo session cleanup:
89   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
90
91 * patch /etc/init.d/functions with:
92
93   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
94
95 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
96 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
97 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
98 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
99 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
100 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
101 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
102 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
103 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
104 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
105 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
106 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
107 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
108 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
109 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
110 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
111 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
112
113 Regularly:
114
115 * look for close() vs. close_nointr() vs. close_nointr_nofail()
116
117 * check for strerror(r) instead of strerror(-r)
118
119 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
120
121 * %m in printf() instead of strerror();
122
123 * pahole
124
125 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"