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