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