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