]> git.ipfire.org Git - thirdparty/systemd.git/blame - TODO
read-ahead: Fix broken systemd-readahead-collect on mips.
[thirdparty/systemd.git] / TODO
CommitLineData
b7ff1e47
LP
1F15:
2
c904f64d
LP
3* swap units that are activated by one name but shown in the kernel under another are semi-broken
4
b7ff1e47
LP
5* dep cycle basic → udev-retry → auditd → iptables → basic
6
c32e0c40
LP
7* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
8
7d640cdf 9* NFS, networkmanager ordering issue (PENDING)
62170515 10
c904f64d
LP
11* add fstab fields to add wait timeouts, change Wants to Requires by local-fs.target
12
13* hook emergency.target into local-fs.target in some way as OnFailure with isolate
14
7d640cdf 15* drop SIGHUP handling from rsyslog.service upstream (PENDING)
6e25b33c 16
34df5a34
LP
17* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
18
7d640cdf 19* save/restore tool for SysV as requested by FPC (PENDING)
34df5a34 20
099663ff
LP
21* bind mounts are ignored
22
099663ff 23* 0595f9a1c182a84581749823ef47c5f292e545f9 is borked, freezes shutdown
b925e726 24
f9b9232b
LP
25* capability_bounding_set_drop not used.
26
e03ae661
LP
27* recreate private socket on SIGUSR2
28
f9b72cd8
LP
29* serialize condition execution information
30
e677657e
LP
31* rework syslog.service being up logic in PID 1
32
33* rsyslog.service should hook itself into syslog.target?
34
35* syslog.target should be pulled in by multi-user.target
36
37* don't strip facility from kmsg log messages as soon as that is possible.
38
39* pull in .service from meta .targers AND vice versa too. i.e. syslog.target ←→ rsyslog.service, rpcbind similarly
40
41* drop Names= option?
42
fc7ac594 43Features:
09bde77f 44
099663ff
LP
45* optionally create watched directories in .path units
46
a8f11321
LP
47* Support --test based on current system state
48
81253930
LP
49* consider services with no [Install] section and stored in /lib enabled by "systemctl is-enabled"
50
51* consider services with any kind of link in /etc/systemd/system enabled
7fc7012b 52
430c18ed 53* show failure error string in "systemctl status"
1a6f4df6
LP
54
55* make sure timeouts are applied to Type=oneshot services.
56
3db48a78
LP
57* maybe implement "systemctl mask" and "systemctl unmask", but not
58 document it? When doing that add switch to make this temporary by
59 placing mask links in /dev.
60
2e0d98fa
LP
61* detect LXC environment
62
62170515
LP
63* invoke vhangup() before and after invoking getty
64
b5c6cf87
LP
65* support "auto" and "comment=systemd.automount" at the same time for an fstab entry
66
3185a36b
LP
67* Maybe store in unit files whether a service should be enabled by default on package installation
68
b8bb3e8f
LP
69* perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
70
f959c5e6
LP
71* need a way to apply mount options of api vfs from systemd unit files
72 (or some other modern source?) instead of fstab
7f6d6135 73
c32e0c40
LP
74* maybe introduce ExecRestartPre=
75
47ae6e67
LP
76* figure out what happened to bluez patch
77
487a15bb
LP
78* Patch systemd-fsck to use -C and pass console fd to it
79
2c4b304e
LP
80* support remote/ssh systemctl/systemadm, and local privileged access
81
35f10fcc
LP
82* configurable jitter for timer events
83
bf5bb531 84* Support ProcessNeededForShutdown=true to allow stuff like mdmon
f959c5e6 85 to be killed very late after the rootfs is read only (?)
bf5bb531
KS
86
87* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
88 needed action
89
59fee421
LP
90* dot output for --test showing the 'initial transaction'
91
8c6db833 92* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
351c7e74
KS
93 - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
94
95* systemd --user
96 - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
97
98* add VT tracking:
99 - provide CK functionality
dd04863e
KS
100 - start getty only when actual vt switch happens (same model as
101 socket on-demand activation). allocate the next free tty and
102 start a getty there. this way, pressing alt-f[1-12] will switch
103 through running X and getty sessions, and any unallocated
104 activated tty will start a new getty. the hardcoding of
105 getty[1-6] will entirely go away.
fc84026d 106 - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
75787bb7 107
129126f3 108* implicitly import "defaults" settings file into all types
75787bb7 109
129126f3 110* port over to LISTEN_FDS/LISTEN_PID:
a625ac1a 111 - uuidd DONE
9726b29e 112 - dbus DONE
88ce42f6 113 - rsyslog DONE
c0120d99
LP
114 - rpcbind (/var/run/rpcbind.sock!) DONE
115 - cups DONE
116 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 117 - ssh CLASSIC
a625ac1a 118 - postfix, saslauthd
a625ac1a
LP
119 - apache/samba
120 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
121 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
122 - distccd
123
064f51fa 124* fingerprint.target, wireless.target, gps.target
0ff3dea7 125
647703fe 126* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
246756ca 127
50f2a90d 128* io priority during initialization
8fe914ec 129
74ac3cbd 130* if a service fails too often, make the service enter failed mode, and the socket, too.
ea4a240d 131
647703fe 132* systemctl list-jobs - show dependencies
63090775 133
313ed05b 134* accountsservice is borked
63090775 135
20604ebc
LP
136* auditd service files
137
20604ebc
LP
138* add systemctl switch to dump transaction without executing it
139
3b63d2d3 140* suspend, resume
da726a4d 141
1a34d367
LP
142* readahead: btrfs/LVM SSD detection
143
ed1c99fc 144* add separate man page for [Install] settings
98e1f931 145
510051fc 146* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
e5ebf783 147
9fe117ea
LP
148* systemctl condrestart should return 0 if service isn't running
149
42e8a0a8
LP
150* allow runtime changing of log level and target
151
2f8cd170 152External:
74fe1fe3 153
f959c5e6
LP
154* udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
155
156* snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
157
f959c5e6
LP
158* gnome-shell python script/glxinfo/is-accelerated wech
159
74fe1fe3
LP
160* make cryptsetup lower --iter-time
161
06ae4bfe
LP
162* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
163
6f3f9deb 164* patch kernel for cpu feature modalias for autoloading aes/kvm/...
fc84026d 165 http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
6f3f9deb 166
26192dfc
LP
167* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
168
50f2a90d
LP
169https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
170https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
171https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
172https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
173https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
174https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
5e5c6cd7
LP
175https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
176http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
50f2a90d 177http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
b5e9dba8
LP
178https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
179https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
180https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
181https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
182https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
183https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
184https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
185https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
02ee865a 186https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
14bd37fe 187
129126f3 188Regularly:
874aa2cc 189
129126f3 190* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 191
129126f3 192* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
193
194* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
195
196* %m in printf() instead of strerror();
444a79d3
LP
197
198* pahole
199
200* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"