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