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