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