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