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