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