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