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