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