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