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