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