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