chiark / gitweb /
d5479b501fb97d8d4d92eb3f6270ad88c3566810
[elogind.git] / TODO
1 F15:
2
3 * swap units that are activated by one name but shown in the kernel under another are semi-broken
4
5 * 0595f9a1c182a84581749823ef47c5f292e545f9 is borked, freezes shutdown
6     (path: after installing inotify watches, recheck file again to fix race)
7
8 F15 External:
9
10 * NFS, networkmanager ordering issue (PENDING)
11
12 * NM should pull in network.target (PENDING)
13   https://bugzilla.redhat.com/show_bug.cgi?id=692008
14
15 * bluetooth should be possible to disable (PENDING)
16
17 * get writev() /dev/kmsg support into the F15 kernel
18     https://lkml.org/lkml/2011/4/6/473
19   patched merged into -mm
20
21 * fix sd_is_socket() invocation in dbus
22
23 * New CK release, with sysinit.target dropping and TTY loop
24
25 * New Avahi package, enable it by default
26
27 * make anaconda write timeout=0 for encrypted devices
28
29 Features:
30
31 * introduce dbus calls for enabling/disabling a service
32
33 * support notifications for services being enabled/disabled
34
35 * Maybe merge nss-myhostname into systemd?
36
37 * GC unreferenced jobs (such as .device jobs)
38
39 * support wildcard expansion in ListenStream= and friends
40
41 * support wildcard expansion in EnvironmentFile= and friends
42
43 * avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
44
45 * fix alsa mixer restore to not print error when no config is stored
46
47 * show enablement status in systemctl status
48
49 * write blog stories about:
50   - enabling dbus services
51   - status update
52   - you are a distro: why switch?
53   - /etc/sysconfig and /etc/default
54
55 * maybe add tiny dbus services similar to hostnamed for locale and wallclock/timezone?
56
57 * allow port = 0 in .socket units
58
59 * rename systemd-logger to systemd-stdio-syslog-bridge
60
61 * introduce /usr/lib/binfmt.d/, /usr/lib/tmpfiles.d/
62
63 * take BSD file lock on tty devices when using them?
64
65 * avoid any flag files, or readahead files in /, we need to support r/o /
66   or / on tmpfs like Android setups.
67
68 * move readahead files into /var, look for them with .path units
69
70 * teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
71
72 * get process transport into dbus for systemctl -P/-H
73
74 * document default dependencies
75
76 * support systemd.whitelist=/systemd.blacklist= on the kernel command
77   line.
78
79 * Find a way to replace /var/run, /var/lock directories with
80   symlinks during an RPM package upgrade (filesystem.rpm or systemd.rpm).
81   (lua code to create symlinks right away for new installations is in filesytem.rpm now)
82   We soon want to get rid of var-run.mount var-lock.mount units:
83     if mountpoint /run ; then
84           umount /var/run || :
85     else
86           mount --move /var/run /run || mount --bind /var/run /run
87     fi
88     mv /var/run /var/.run.save
89     ln -s /run /var/run
90     echo "R /var/.run.save" > /etc/tmpfiles.d/remove-run-save.conf
91
92 * when key file cannot be found, read it from kbd in cryptsetup
93
94 * add switch to systemctl to show enabled but not running services. Or
95   another switch that shows service that have been running since
96   booting but aren't running anymore.
97
98 * reuse mkdtemp namespace dirs in /tmp?
99
100 * recreate systemd's D-Bus private socket file on SIGUSR2
101
102 * be more specific what failed:
103     ...
104     Unmounting file systems.
105     Not all file systems unmounted, 1 left.
106     Disabling swaps.
107     Detaching loop devices.
108     Detaching DM devices.
109     Cannot finalize remaining file systems and devices, trying to kill remaining processes.
110     Unmounting file systems.
111     Not all file systems unmounted, 1 left.
112     Cannot finalize remaining file systems and devices, giving up.
113     ...
114
115 * check for compiled-in, but not active selinux, and don't print any warnings
116   about policy loading. Probably check for available selinux in /proc/filesystems,
117   and check for active selinux with getcon_raw() == "kernel"
118
119 * Support --test based on current system state
120
121 * systemctl enable as D-Bus call
122
123 * consider services with any kind of link in /etc/systemd/system enabled
124
125 * show failure error string in "systemctl status"
126
127 * make sure timeouts are applied to Type=oneshot services.
128
129 * Implement:
130     systemctl mask <unit>
131     systemctl unmask <unit>
132   Also support --temp to make this temporary by placing mask links in /run.
133
134 * detect LXC environment
135
136 * invoke vhangup() before and after invoking getty
137     http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=3c95c985fa91ecf6a0e29622bbdd13dcfc5ce9f1
138
139 * Maybe store in unit files whether a service should be enabled by default on package installation
140   (belongs into a distro pattern though, not in an upstream package's service file)
141
142 * perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
143
144 * need a way to apply mount options of api vfs from systemd unit files
145   (or some other modern source?) instead of fstab?
146
147 * maybe introduce ExecRestartPre=
148
149 * figure out what happened to bluez patch
150
151 * Patch systemd-fsck to use -C and pass console fd to it
152
153 * configurable jitter for timer events
154
155 * Support ProcessNeededForShutdown=true to allow stuff like mdmon to
156   be killed very late after the rootfs is read only? If implement pass
157   this to shutdown binary via command line argument.
158
159 * use pivot_root on shutdown so that we can unmount the root directory.
160    - copy binaries to, and pivot_root() to the "shutdown tmpfs"
161    - solve "mdadm --wait-clean" problem that way
162
163 * dot output for --test showing the 'initial transaction'
164
165 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
166   - timerfd() with TFD_TIMER_CANCELON_SET support: https://lkml.org/lkml/2011/4/27/383
167
168 * systemd --user
169   - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
170
171 * add VT tracking:
172   - provide CK functionality
173   - start getty only when actual vt switch happens (same model as
174     socket on-demand activation). allocate the next free tty and
175     start a getty there. this way, pressing alt-f[1-12] will switch
176     through running X and getty sessions, and any unallocated
177     activated tty will start a new getty. the hardcoding of
178     getty[1-6] will entirely go away.
179   - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
180
181 * implicitly import "defaults" settings file into all types
182
183 * port over to LISTEN_FDS/LISTEN_PID:
184    - uuidd    HAVEPATCH
185    - rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
186    - cups     HAVEPATCH
187    - postfix, saslauthd
188    - apache/samba
189    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
190    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
191    - distccd
192
193 * fingerprint.target, wireless.target, gps.target, netdevice.target
194
195 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
196
197 * io priority during initialization
198
199 * if a service fails too often, make the service enter failed mode, and the socket, too.
200
201 * systemctl list-jobs - show dependencies
202
203 * auditd service files
204
205 * add systemctl switch to dump transaction without executing it
206
207 * suspend, resume support?
208
209 * readahead: btrfs/LVM SSD detection
210
211 * add separate man page for [Install] settings
212
213 * allow runtime changing of log level and target
214
215 * drop cap bounding set in readahead and other services
216
217 External:
218
219 * udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
220
221 * snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
222
223 * gnome-shell python script/glxinfo/is-accelerated must die
224
225 * make cryptsetup lower --iter-time
226
227 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
228
229 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
230     http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
231   (Rafael J. Wysocki's sysdev rework is on the way. After that CPUs can be exported a proper bus.)
232
233 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
234
235 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
236 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
237 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
238 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
239 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
240 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
241 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
242 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
243 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
244 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
245 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
246 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
247 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
248 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
249 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
250 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
251 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
252 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
253
254 Regularly:
255
256 * look for close() vs. close_nointr() vs. close_nointr_nofail()
257
258 * check for strerror(r) instead of strerror(-r)
259
260 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
261
262 * %m in printf() instead of strerror();
263
264 * pahole
265
266 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"