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