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