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