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