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