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