chiark / gitweb /
mount: ignore if an fsck is requested for a bind mount, so that we don't wait for...
[elogind.git] / TODO
1 Bugs:
2
3 * sometimes processes seem to remain when we kill a service
4   http://lists.fedoraproject.org/pipermail/devel/2011-January/147559.html
5
6 * dep loop when using encrypted swap
7   https://bugzilla.redhat.com/show_bug.cgi?id=657234
8
9 * somehow some /etc/fstab supplied mount params are never applied to api fs
10   https://bugzilla.redhat.com/show_bug.cgi?id=663108
11
12 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
13
14 * sendmail.service doesn't get rid PID file, fails to kill everything on stop
15
16 Features:
17
18 * maybe introduce ExecRestartPre=
19
20 * reload PID file after reload, allow dynamically changing main PIDs
21
22 * figure out what happened to bluez patch
23
24 * introduce StandardOutput=syslog+console and StandardOutput=kmsg+console to support fsck output at boot
25
26 * Patch systemd-fsck to use -C and pass console fd to it
27
28 * support remote/ssh systemctl/systemadm, and local privileged access
29
30 * finish syslog socket stuff
31
32 * configurable jitter for timer events
33
34 * support caching password questions in plymouth and on the console
35   https://bugzilla.redhat.com/show_bug.cgi?id=655538
36
37 * exclude java hsp files by default
38   https://bugzilla.redhat.com/show_bug.cgi?id=527425
39
40 * load EnvironmentFile= when starting services, not when reloading configuration
41   https://bugzilla.redhat.com/show_bug.cgi?id=661282
42
43 * support globs in systemd-tmpfiles
44
45 * drop IN_ATTRIB from inotify watches for .path units where possible to avoid
46   lots of wakeups due to /dev changing when we watch a subdir of /dev.
47
48 * Support ProcessNeededForShutdown=true to allow stuff like mdmon
49   to be killed very late after the rootfs is read only
50
51 * Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
52   needed action
53
54 * oneshot services which do not remain: 'exited' instead of 'dead'?
55   it should be visible in 'systemctl' that they have been run?
56
57 * dot output for --test showing the 'initial transaction'
58
59 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
60   - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
61
62 * systemd --user
63   - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
64
65 * add VT tracking:
66     - provide CK functionality
67     - start getty only when actual vt switch happens (same model as
68       socket on-demand activation). allocate the next free tty and
69       start a getty there. this way, pressing alt-f[1-12] will switch
70       through running X and getty sessions, and any unallocated
71       activated tty will start a new getty. the hardcoding of
72       getty[1-6] will entirely go away.
73     - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
74
75 * implicitly import "defaults" settings file into all types
76
77 * port over to LISTEN_FDS/LISTEN_PID:
78    - uuidd    DONE
79    - dbus     DONE
80    - rsyslog  DONE
81    - rpcbind (/var/run/rpcbind.sock!) DONE
82    - cups     DONE
83    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
84    - ssh      CLASSIC
85    - postfix, saslauthd
86    - apache/samba
87    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
88    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
89    - distccd
90
91 * fingerprint.target, wireless.target, gps.target
92
93 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
94
95 * io priority during initialization
96
97 * if a service fails too often, make the service enter failed mode, and the socket, too.
98
99 * systemctl list-jobs - show dependencies
100
101 * accountsservice is borked
102
103 * auditd service files
104
105 * add systemctl switch to dump transaction without executing it
106
107 * suspend, resume
108
109 * readahead: btrfs/LVM SSD detection
110
111 * when processes remain in a service even though the start command failed enter active
112
113 * add seperate man page for [Install] settings
114
115 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
116
117 * systemctl condrestart should return 0 if service isn't running
118
119 * tmpfiles: allow specification of .conf files on cmdline
120
121 * allow runtime changing of log level and target
122
123 * automatically determine TERM= based on tty name even for /dev/console
124     http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
125     http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=b7b8de087384cc1954a8cd075af3f9e5977caa2e
126
127 * global defaults for StandardOuput=xxx
128
129 Fedora:
130
131 * chkconfig → systemd enable/daemon-reload glue
132
133 * /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
134
135 External:
136
137 * make cryptsetup lower --iter-time
138
139 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
140
141 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
142     http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
143
144 * place /etc/inittab with explaining blurb.
145
146 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
147
148 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
149 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
150 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
151 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
152 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
153 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
154 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
155 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
156 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
157 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
158 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
159 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
160 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
161 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
162 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
163 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
164 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
165 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
166
167 Regularly:
168
169 * look for close() vs. close_nointr() vs. close_nointr_nofail()
170
171 * check for strerror(r) instead of strerror(-r)
172
173 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
174
175 * %m in printf() instead of strerror();
176
177 * pahole
178
179 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"