chiark / gitweb /
07b42db01e0d666072f6d67b0e62334022fd94b4
[elogind.git] / TODO
1 Bugs:
2
3 * dep loop when using encrypted swap
4   https://bugzilla.redhat.com/show_bug.cgi?id=657234
5
6 * somehow some /etc/fstab supplied mount params are never applied to api fs
7   https://bugzilla.redhat.com/show_bug.cgi?id=663108
8
9 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
10
11 Features:
12
13 * maybe introduce ExecRestartPre=
14
15 * reload PID file after reload, allow dynamically changing main PIDs
16
17 * figure out what happened to bluez patch
18
19 * introduce StandardOutput=syslog+console and StandardOutput=kmsg+console to support fsck output at boot
20
21 * Patch systemd-fsck to use -C and pass console fd to it
22
23 * support remote/ssh systemctl/systemadm, and local privileged access
24
25 * finish syslog socket stuff
26
27 * configurable jitter for timer events
28
29 * support caching password questions in plymouth and on the console
30   https://bugzilla.redhat.com/show_bug.cgi?id=655538
31
32 * exclude java hsp files by default
33   https://bugzilla.redhat.com/show_bug.cgi?id=527425
34
35 * load EnvironmentFile= when starting services, not when reloading configuration
36   https://bugzilla.redhat.com/show_bug.cgi?id=661282
37
38 * support globs in systemd-tmpfiles
39
40 * drop IN_ATTRIB from inotify watches for .path units where possible to avoid
41   lots of wakeups due to /dev changing when we watch a subdir of /dev.
42
43 * Support ProcessNeededForShutdown=true to allow stuff like mdmon
44   to be killed very late after the rootfs is read only
45
46 * Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
47   needed action
48
49 * oneshot services which do not remain: 'exited' instead of 'dead'?
50   it should be visible in 'systemctl' that they have been run?
51
52 * dot output for --test showing the 'initial transaction'
53
54 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
55   - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
56
57 * systemd --user
58   - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
59
60 * add VT tracking:
61     - provide CK functionality
62     - start getty only when actual vt switch happens (same model as
63       socket on-demand activation). allocate the next free tty and
64       start a getty there. this way, pressing alt-f[1-12] will switch
65       through running X and getty sessions, and any unallocated
66       activated tty will start a new getty. the hardcoding of
67       getty[1-6] will entirely go away.
68     - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
69
70 * implicitly import "defaults" settings file into all types
71
72 * port over to LISTEN_FDS/LISTEN_PID:
73    - uuidd    DONE
74    - dbus     DONE
75    - rsyslog  DONE
76    - rpcbind (/var/run/rpcbind.sock!) DONE
77    - cups     DONE
78    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
79    - ssh      CLASSIC
80    - postfix, saslauthd
81    - apache/samba
82    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
83    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
84    - distccd
85
86 * fingerprint.target, wireless.target, gps.target
87
88 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
89
90 * io priority during initialization
91
92 * if a service fails too often, make the service enter failed mode, and the socket, too.
93
94 * systemctl list-jobs - show dependencies
95
96 * accountsservice is borked
97
98 * auditd service files
99
100 * add systemctl switch to dump transaction without executing it
101
102 * suspend, resume
103
104 * readahead: btrfs/LVM SSD detection
105
106 * when processes remain in a service even though the start command failed enter active
107
108 * add seperate man page for [Install] settings
109
110 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
111
112 * systemctl condrestart should return 0 if service isn't running
113
114 * tmpfiles: allow specification of .conf files on cmdline
115
116 * allow runtime changing of log level and target
117
118 * automatically determine TERM= based on tty name even for /dev/console
119     http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
120     http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=b7b8de087384cc1954a8cd075af3f9e5977caa2e
121
122 * global defaults for StandardOuput=xxx
123
124 Fedora:
125
126 * chkconfig → systemd enable/daemon-reload glue
127
128 * /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
129
130 External:
131
132 * make cryptsetup lower --iter-time
133
134 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
135
136 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
137     http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
138
139 * place /etc/inittab with explaining blurb.
140
141 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
142
143 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
144 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
145 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
146 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
147 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
148 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
149 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
150 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
151 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
152 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
153 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
154 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
155 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
156 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
157 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
158 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
159 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
160 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
161
162 Regularly:
163
164 * look for close() vs. close_nointr() vs. close_nointr_nofail()
165
166 * check for strerror(r) instead of strerror(-r)
167
168 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
169
170 * %m in printf() instead of strerror();
171
172 * pahole
173
174 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"