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