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