]> git.ipfire.org Git - thirdparty/systemd.git/blame - TODO
systemctl: before spawning pager cache number of columns
[thirdparty/systemd.git] / TODO
CommitLineData
2292707d
LP
1* reload PID file after reload, allow dynamically changing main PIDs
2
3* Fix multiple reload statements
4
47ae6e67
LP
5* figure out what happened to bluez patch
6
487a15bb
LP
7* introduce StandardOutput=syslog+console and StandardOutput=kmsg+console to support fsck output at boot
8
9* Patch systemd-fsck to use -C and pass console fd to it
10
11* sometimes processes seem to remain when we kill a service
12 http://lists.fedoraproject.org/pipermail/devel/2011-January/147559.html
13
2c4b304e
LP
14* support remote/ssh systemctl/systemadm, and local privileged access
15
16* finish syslog socket stuff
17
35f10fcc
LP
18* configurable jitter for timer events
19
afe4bfe2
LP
20* dbus should run with oom adjust set
21
fb8161af
LP
22* support caching password questions in plymouth and on the console
23 https://bugzilla.redhat.com/show_bug.cgi?id=655538
24
fb8161af
LP
25* dep loop when using encrypted swap
26 https://bugzilla.redhat.com/show_bug.cgi?id=657234
27
28* exclude java hsp files by default
29 https://bugzilla.redhat.com/show_bug.cgi?id=527425
30
fb8161af
LP
31* load EnvironmentFile= when starting services, not when reloading configuration
32 https://bugzilla.redhat.com/show_bug.cgi?id=661282
33
fb8161af
LP
34* somehow some /etc/fstab supplied mount params are never applied to api fs
35 https://bugzilla.redhat.com/show_bug.cgi?id=663108
36
38752828
LP
37* automount units can cause a segfault:
38 https://bugs.freedesktop.org/show_bug.cgi?id=32076
39
fb8161af 40* support globs in systemd-tmpfiles
c29597a1 41
ccbbc0f9
LP
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
bf5bb531 45* Support ProcessNeededForShutdown=true to allow stuff like mdmon
fc84026d 46 to be killed very late after the rootfs is read only
bf5bb531
KS
47
48* Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
49 needed action
50
3ae05c8e
KS
51* bind mounts with 'fsck' fail and block for a minute:
52 /foo /bar none bind 1 1
bf5bb531 53 (requesting fsck is wrong, but why do we block for a minute
3ae05c8e 54 instead of just handling the error)
6d3d218b 55
59fee421 56* oneshot services which do not remain: 'exited' instead of 'dead'?
fc84026d 57 it should be visible in 'systemctl' that they have been run?
59fee421
LP
58
59* dot output for --test showing the 'initial transaction'
60
8c6db833 61* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
351c7e74
KS
62 - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
63
64* systemd --user
65 - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
66
67* add VT tracking:
68 - provide CK functionality
dd04863e
KS
69 - start getty only when actual vt switch happens (same model as
70 socket on-demand activation). allocate the next free tty and
71 start a getty there. this way, pressing alt-f[1-12] will switch
72 through running X and getty sessions, and any unallocated
73 activated tty will start a new getty. the hardcoding of
74 getty[1-6] will entirely go away.
fc84026d 75 - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
75787bb7 76
129126f3 77* implicitly import "defaults" settings file into all types
75787bb7 78
129126f3 79* port over to LISTEN_FDS/LISTEN_PID:
a625ac1a 80 - uuidd DONE
9726b29e 81 - dbus DONE
88ce42f6 82 - rsyslog DONE
c0120d99
LP
83 - rpcbind (/var/run/rpcbind.sock!) DONE
84 - cups DONE
85 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 86 - ssh CLASSIC
a625ac1a 87 - postfix, saslauthd
a625ac1a
LP
88 - apache/samba
89 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
90 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
91 - distccd
92
064f51fa 93* fingerprint.target, wireless.target, gps.target
0ff3dea7 94
647703fe 95* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
246756ca 96
50f2a90d 97* io priority during initialization
8fe914ec 98
74ac3cbd 99* if a service fails too often, make the service enter failed mode, and the socket, too.
ea4a240d 100
647703fe 101* systemctl list-jobs - show dependencies
63090775 102
313ed05b 103* accountsservice is borked
63090775 104
20604ebc
LP
105* auditd service files
106
20604ebc
LP
107* add systemctl switch to dump transaction without executing it
108
3b63d2d3 109* suspend, resume
da726a4d 110
1a34d367
LP
111* readahead: btrfs/LVM SSD detection
112
71fad675
LP
113* when processes remain in a service even though the start command failed enter active
114
98e1f931
LP
115* add seperate man page for [Install] settings
116
510051fc 117* only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
e5ebf783 118
9fe117ea
LP
119* systemctl condrestart should return 0 if service isn't running
120
74715b82
LP
121* tmpfiles: allow specification of .conf files on cmdline
122
42e8a0a8
LP
123* allow runtime changing of log level and target
124
e3aa71c3 125* automatically determine TERM= based on tty name even for /dev/console
fc84026d
KS
126 http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
127 http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=b7b8de087384cc1954a8cd075af3f9e5977caa2e
6210e7fc 128
42e8a0a8
LP
129* fix hotplug transactions
130
0cf84693
LP
131* isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
132
3686ced6
LP
133* sendmail.service doesn't get rid PID file, fails to kill everything on stop
134
135* global defaults for StandardOuput=xxx
136
85f6a868
LP
137* mkswap/mke2fs is called on wrong devices in crypto devices.
138
be8088a2
LP
139Fedora:
140
3686ced6 141* obsolete readhead in systemd pkg
be8088a2
LP
142
143* chkconfig → systemd enable/daemon-reload glue
144
6bd21277
LP
145* /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
146
2f8cd170 147External:
74fe1fe3
LP
148
149* make cryptsetup lower --iter-time
150
06ae4bfe
LP
151* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
152
6f3f9deb 153* patch kernel for cpu feature modalias for autoloading aes/kvm/...
fc84026d 154 http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
6f3f9deb 155
449ddb2d
LP
156* place /etc/inittab with explaining blurb.
157
20604ebc
LP
158* pam_securetty should honour console=
159
26192dfc
LP
160* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
161
50f2a90d
LP
162https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
163https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
164https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
165https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
166https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
167https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
5e5c6cd7
LP
168https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
169http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
50f2a90d 170http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
b5e9dba8
LP
171https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
172https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
173https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
174https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
175https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
176https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
177https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
178https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
02ee865a 179https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
14bd37fe 180
129126f3 181Regularly:
874aa2cc 182
129126f3 183* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 184
129126f3 185* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
186
187* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
188
189* %m in printf() instead of strerror();
444a79d3
LP
190
191* pahole
192
193* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"