chiark / gitweb /
socket: don't crash if the .service unit for a .socket unit is not found
[elogind.git] / TODO
1 Bugs:
2
3 * dep loop when using encrypted swap
4   https://bugzilla.redhat.com/show_bug.cgi?id=657234
5
6 * somehow some /etc/fstab supplied mount params are never applied to api fs
7   https://bugzilla.redhat.com/show_bug.cgi?id=663108
8
9 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
10
11 * when plymouth is disabled the console password entry stuff seems to be borked
12
13 Features:
14
15 * maybe introduce ExecRestartPre=
16
17 * reload PID file after reload, allow dynamically changing main PIDs
18
19 * figure out what happened to bluez patch
20
21 * introduce StandardOutput=syslog+console and StandardOutput=kmsg+console to support fsck output at boot
22
23 * Patch systemd-fsck to use -C and pass console fd to it
24
25 * support remote/ssh systemctl/systemadm, and local privileged access
26
27 * finish syslog socket stuff
28
29 * configurable jitter for timer events
30
31 * support caching password questions in plymouth and on the console
32   https://bugzilla.redhat.com/show_bug.cgi?id=655538
33
34 * exclude java hsp files by default
35   https://bugzilla.redhat.com/show_bug.cgi?id=527425
36
37 * load EnvironmentFile= when starting services, not when reloading configuration
38   https://bugzilla.redhat.com/show_bug.cgi?id=661282
39
40 * support globs in systemd-tmpfiles
41
42 * drop IN_ATTRIB from inotify watches for .path units where possible to avoid
43   lots of wakeups due to /dev changing when we watch a subdir of /dev.
44
45 * Support ProcessNeededForShutdown=true to allow stuff like mdmon
46   to be killed very late after the rootfs is read only
47
48 * Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
49   needed action
50
51 * oneshot services which do not remain: 'exited' instead of 'dead'?
52   it should be visible in 'systemctl' that they have been run?
53
54 * dot output for --test showing the 'initial transaction'
55
56 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
57   - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
58
59 * systemd --user
60   - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
61
62 * add VT tracking:
63     - provide CK functionality
64     - start getty only when actual vt switch happens (same model as
65       socket on-demand activation). allocate the next free tty and
66       start a getty there. this way, pressing alt-f[1-12] will switch
67       through running X and getty sessions, and any unallocated
68       activated tty will start a new getty. the hardcoding of
69       getty[1-6] will entirely go away.
70     - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
71
72 * implicitly import "defaults" settings file into all types
73
74 * port over to LISTEN_FDS/LISTEN_PID:
75    - uuidd    DONE
76    - dbus     DONE
77    - rsyslog  DONE
78    - rpcbind (/var/run/rpcbind.sock!) DONE
79    - cups     DONE
80    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
81    - ssh      CLASSIC
82    - postfix, saslauthd
83    - apache/samba
84    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
85    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
86    - distccd
87
88 * fingerprint.target, wireless.target, gps.target
89
90 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
91
92 * io priority during initialization
93
94 * if a service fails too often, make the service enter failed mode, and the socket, too.
95
96 * systemctl list-jobs - show dependencies
97
98 * accountsservice is borked
99
100 * auditd service files
101
102 * add systemctl switch to dump transaction without executing it
103
104 * suspend, resume
105
106 * readahead: btrfs/LVM SSD detection
107
108 * when processes remain in a service even though the start command failed enter active
109
110 * add seperate man page for [Install] settings
111
112 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
113
114 * systemctl condrestart should return 0 if service isn't running
115
116 * tmpfiles: allow specification of .conf files on cmdline
117
118 * allow runtime changing of log level and target
119
120 * automatically determine TERM= based on tty name even for /dev/console
121     http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
122     http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=b7b8de087384cc1954a8cd075af3f9e5977caa2e
123
124 * global defaults for StandardOuput=xxx
125
126 Fedora:
127
128 * chkconfig → systemd enable/daemon-reload glue
129
130 * /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
131
132 External:
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 * place /etc/inittab with explaining blurb.
142
143 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
144
145 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
146 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
147 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
148 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
149 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
150 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
151 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
152 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
153 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
154 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
155 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
156 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
157 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
158 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
159 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
160 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
161 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
162 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
163
164 Regularly:
165
166 * look for close() vs. close_nointr() vs. close_nointr_nofail()
167
168 * check for strerror(r) instead of strerror(-r)
169
170 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
171
172 * %m in printf() instead of strerror();
173
174 * pahole
175
176 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"