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