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