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