chiark / gitweb /
machine-id: typo fix
[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 * finish syslog socket stuff
10
11 * NFS, networkmanager ordering issue
12
13 * add fstab fields to add wait timeouts, change Wants to Requires by local-fs.target
14
15 * hook emergency.target into local-fs.target in some way as OnFailure with isolate
16
17 Features:
18
19 * guarantee /etc/machineid
20
21 * introduce "x-systemd-automount" as alternative to the "comment=systemd.automount" mount option
22
23 * show failure error string in "systemctl status"
24
25 * make sure timeouts are applied to Type=oneshot services.
26
27 * maybe implement "systemctl mask" and "systemctl unmask", but not
28   document it? When doing that add switch to make this temporary by
29   placing mask links in /dev.
30
31 * introduce simple way to do mandatory conditions
32
33 * detect LXC environment
34
35 * invoke vhangup() before and after invoking getty
36
37 * support "auto" and "comment=systemd.automount" at the same time for an fstab entry
38
39 * Make use of UnknownInterface, UnknownObject
40
41 * look up crypto partition mount points via fstab to show to the user when prompting for a password
42
43 * Maybe store in unit files whether a service should be enabled by default on package installation
44
45 * perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
46
47 * need a way to apply mount options of api vfs from systemd unit files
48   (or some other modern source?) instead of fstab
49
50 * maybe introduce ExecRestartPre=
51
52 * figure out what happened to bluez patch
53
54 * Patch systemd-fsck to use -C and pass console fd to it
55
56 * support remote/ssh systemctl/systemadm, and local privileged access
57
58 * configurable jitter for timer events
59
60 * Support ProcessNeededForShutdown=true to allow stuff like mdmon
61   to be killed very late after the rootfs is read only (?)
62
63 * Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
64   needed action
65
66 * dot output for --test showing the 'initial transaction'
67
68 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
69   - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
70
71 * systemd --user
72   - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
73
74 * add VT tracking:
75     - provide CK functionality
76     - start getty only when actual vt switch happens (same model as
77       socket on-demand activation). allocate the next free tty and
78       start a getty there. this way, pressing alt-f[1-12] will switch
79       through running X and getty sessions, and any unallocated
80       activated tty will start a new getty. the hardcoding of
81       getty[1-6] will entirely go away.
82     - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
83
84 * implicitly import "defaults" settings file into all types
85
86 * port over to LISTEN_FDS/LISTEN_PID:
87    - uuidd    DONE
88    - dbus     DONE
89    - rsyslog  DONE
90    - rpcbind (/var/run/rpcbind.sock!) DONE
91    - cups     DONE
92    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
93    - ssh      CLASSIC
94    - postfix, saslauthd
95    - apache/samba
96    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
97    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
98    - distccd
99
100 * fingerprint.target, wireless.target, gps.target
101
102 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
103
104 * io priority during initialization
105
106 * if a service fails too often, make the service enter failed mode, and the socket, too.
107
108 * systemctl list-jobs - show dependencies
109
110 * accountsservice is borked
111
112 * auditd service files
113
114 * add systemctl switch to dump transaction without executing it
115
116 * suspend, resume
117
118 * readahead: btrfs/LVM SSD detection
119
120 * add separate man page for [Install] settings
121
122 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
123
124 * systemctl condrestart should return 0 if service isn't running
125
126 * allow runtime changing of log level and target
127
128 External:
129
130 * udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
131
132 * snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
133
134 * gnome-shell python script/glxinfo/is-accelerated wech
135
136 * make cryptsetup lower --iter-time
137
138 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
139
140 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
141     http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
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"