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