chiark / gitweb /
098beb51bae2f886959eeda526df98f0a707b72f
[elogind.git] / TODO
1 * test and adjust rate limiter. triggers with scsi_debug
2
3 * bind mounts with 'fsck' fail and block for a minute:
4     /foo /bar none bind 1 1
5   (using fsck is wrong, but why do we block for a minute
6    instead of just handling the error)
7
8 * oneshot services which do not remain: 'exited' instead of 'dead'?
9   it should be visible in 'systemctl' that they have been run
10
11 * dot output for --test showing the 'initial transaction'
12
13 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
14   - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
15
16 * systemd --user
17   - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
18
19 * add VT tracking:
20     - provide CK functionality
21     - start getty 2-6 only when actual vt switch happens
22       (same model as socket on-demand activation)
23
24 * implicitly import "defaults" settings file into all types
25
26 * port over to LISTEN_FDS/LISTEN_PID:
27    - uuidd    DONE
28    - dbus     DONE
29    - rsyslog  DONE
30    - rpcbind (/var/run/rpcbind.sock!) DONE
31    - cups     DONE
32    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
33    - ssh      CLASSIC
34    - postfix, saslauthd
35    - apache/samba
36    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
37    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
38    - distccd
39
40 * fingerprint.target, wireless.target, gps.target
41
42 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
43
44 * io priority during initialization
45
46 * if a service fails too often, make the service enter failed mode, and the socket, too.
47
48 * systemctl list-jobs - show dependencies
49
50 * accountsservice is borked
51
52 * auditd service files
53
54 * add systemctl switch to dump transaction without executing it
55
56 * suspend, resume
57
58 * systemctl auto-pager a la git
59
60 * readahead: btrfs/LVM SSD detection
61
62 * when processes remain in a service even though the start command failed enter active
63
64 * add seperate man page for [Install] settings
65
66 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
67
68 * systemctl condrestart should return 0 if service isn't running
69
70 * tmpfiles: allow specification of .conf files on cmdline
71
72 * allow runtime changing of log level and target
73
74 * automatically determine TERM= based on tty name even for /dev/console
75
76 * fix hotplug transactions
77
78 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
79
80 * sendmail.service doesn't get rid PID file, fails to kill everything on stop
81
82 * global defaults for StandardOuput=xxx
83
84 * Make EnvironmentFile=-/fooobar/waldo ingnore errors while reading /foobar/waldo
85
86 * mkswap/mke2fs is called on wrong devices in crypto devices.
87
88 Fedora:
89
90 * obsolete readhead in systemd pkg
91
92 * chkconfig → systemd enable/daemon-reload glue
93
94 * /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
95
96 External:
97
98 * make cryptsetup lower --iter-time
99
100 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
101
102 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
103
104 * place /etc/inittab with explaining blurb.
105
106 * pam_securetty should honour console=
107
108 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
109
110 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
111 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
112 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
113 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
114 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
115 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
116 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
117 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
118 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
119 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
120 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
121 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
122 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
123 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
124 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
125 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
126 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
127 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
128
129 Regularly:
130
131 * look for close() vs. close_nointr() vs. close_nointr_nofail()
132
133 * check for strerror(r) instead of strerror(-r)
134
135 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
136
137 * %m in printf() instead of strerror();
138
139 * pahole
140
141 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"