chiark / gitweb /
manager: don't consider transaction jobs conflicting with queued jobs redundant
[elogind.git] / TODO
1 Bugs:
2
3 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
4
5 * when plymouth is disabled the console password entry stuff seems to be borked
6   https://bugzilla.redhat.com/show_bug.cgi?id=655538
7
8 * systemctl default is started when we type "reboot" at rescue mode prompt
9
10 * exclude java hsp files by default
11   https://bugzilla.redhat.com/show_bug.cgi?id=527425
12
13 Features:
14
15 * add --ignore-deps to systemctl
16
17 * add --failed to systemctl
18
19 * increase password timeout
20
21 * look up crypto partition mount points via fstab to show to the user when prompting for a password
22
23 * Maybe store in unit files whether a service should be enabled by default on package installation
24
25 * perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
26
27 * need a way to apply mount options of api vfs from systemd unit files
28   (or some other modern source?) instead of fstab
29
30 * maybe introduce ExecRestartPre=
31
32 * figure out what happened to bluez patch
33
34 * Patch systemd-fsck to use -C and pass console fd to it
35
36 * support remote/ssh systemctl/systemadm, and local privileged access
37
38 * finish syslog socket stuff
39
40 * configurable jitter for timer events
41
42 * support caching password questions in plymouth and on the console
43   https://bugzilla.redhat.com/show_bug.cgi?id=655538
44
45 * load EnvironmentFile= when starting services, not when reloading configuration
46   https://bugzilla.redhat.com/show_bug.cgi?id=661282
47
48 * drop IN_ATTRIB from inotify watches for .path units where possible to avoid
49   lots of wakeups due to /dev changing when we watch a subdir of /dev.
50
51 * Support ProcessNeededForShutdown=true to allow stuff like mdmon
52   to be killed very late after the rootfs is read only (?)
53
54 * Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
55   needed action
56
57 * dot output for --test showing the 'initial transaction'
58
59 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
60   - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
61
62 * systemd --user
63   - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
64
65 * add VT tracking:
66     - provide CK functionality
67     - start getty only when actual vt switch happens (same model as
68       socket on-demand activation). allocate the next free tty and
69       start a getty there. this way, pressing alt-f[1-12] will switch
70       through running X and getty sessions, and any unallocated
71       activated tty will start a new getty. the hardcoding of
72       getty[1-6] will entirely go away.
73     - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
74
75 * implicitly import "defaults" settings file into all types
76
77 * port over to LISTEN_FDS/LISTEN_PID:
78    - uuidd    DONE
79    - dbus     DONE
80    - rsyslog  DONE
81    - rpcbind (/var/run/rpcbind.sock!) DONE
82    - cups     DONE
83    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
84    - ssh      CLASSIC
85    - postfix, saslauthd
86    - apache/samba
87    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
88    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
89    - distccd
90
91 * fingerprint.target, wireless.target, gps.target
92
93 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
94
95 * io priority during initialization
96
97 * if a service fails too often, make the service enter failed mode, and the socket, too.
98
99 * systemctl list-jobs - show dependencies
100
101 * accountsservice is borked
102
103 * auditd service files
104
105 * add systemctl switch to dump transaction without executing it
106
107 * suspend, resume
108
109 * readahead: btrfs/LVM SSD detection
110
111 * add seperate man page for [Install] settings
112
113 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
114
115 * systemctl condrestart should return 0 if service isn't running
116
117 * allow runtime changing of log level and target
118
119 Fedora:
120
121 * chkconfig → systemd enable/daemon-reload glue
122
123 * /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
124
125 External:
126
127 * udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
128
129 * snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
130
131 * mount.tmpfs should be optimized, https://bugzilla.redhat.com/show_bug.cgi?id=676100
132
133 * gnome-shell python script/glxinfo/is-accelerated wech
134
135 * make cryptsetup lower --iter-time
136
137 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
138
139 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
140     http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
141
142 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
143
144 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
145 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
146 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
147 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
148 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
149 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
150 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
151 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
152 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
153 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
154 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
155 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
156 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
157 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
158 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
159 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
160 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
161 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
162
163 Regularly:
164
165 * look for close() vs. close_nointr() vs. close_nointr_nofail()
166
167 * check for strerror(r) instead of strerror(-r)
168
169 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
170
171 * %m in printf() instead of strerror();
172
173 * pahole
174
175 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"