chiark / gitweb /
service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service
[elogind.git] / TODO
1 * oneshot services which do not remain: 'exited' instead of 'dead'?
2   it should be visible in 'systemctl' that they have been run
3
4 * dot output for --test showing the 'initial transaction'
5
6 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
7
8 * implicitly import "defaults" settings file into all types
9
10 * ability to kill services? i.e. in contrast to stopping them, go directly
11   into killing mode?
12
13 * port over to LISTEN_FDS/LISTEN_PID:
14    - uuidd    DONE
15    - dbus     DONE
16    - rsyslog  DONE
17    - rpcbind (/var/run/rpcbind.sock!) DONE
18    - cups     DONE
19    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
20    - ssh      CLASSIC
21    - postfix, saslauthd
22    - apache/samba
23    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
24    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
25    - distccd
26
27 * selinux policy loading
28
29 * fingerprint.target, wireless.target, gps.target
30
31 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
32
33 * fix merging in .swap units
34
35 * chkconfig/systemd-install glue
36
37 * io priority during initialization
38
39 * if a service fails too often, make the service enter failed mode, and the socket, too.
40
41 * systemctl enable - warn about empty [Install] section
42
43 * bash completion a la gdbus
44
45 * systemctl list-jobs - show dependencies
46
47 * ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= with !
48
49 * accountsservice is borked
50
51 * auditd service files
52
53 * add systemctl switch to dump transaction without executing it
54
55 * system.conf/session.conf man page
56
57 * exec /sbin/poweroff as PID 1 and do the shutdown
58
59 * kexec, suspend, resume
60
61 * passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
62
63 * support dbus introspection in mid-level object paths, i.e. in /org/freedesktop/systemd/units/.
64
65 * systemctl auto-pager a la git
66
67 * fsck setup
68
69 * merge CK
70
71 * ask-password tty agent, ask-password plymouth agent
72
73 * ask-password tty timeout
74
75 * properly handle multiple inotify events per read() in path.c and util.c
76
77 * readahead: btrfs/LVM SSD detection
78
79 * document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
80
81 * beefed up tmpwatch that reads tmpfiles.d
82
83 * use /sbin/swapon
84
85 * enable syslog.socket by default, activating our kmsg bridge
86
87 * Restart=on-failure and Restart=on-abort
88
89 * when processes remain in a service even though the start command failed enter active
90
91 * fix plymouth socket, when plymouth started to use a clean one
92
93 External:
94
95 * place /etc/inittab with explaining blurb.
96
97 * pam_securetty should honour console=
98
99 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
100
101 * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
102
103 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
104
105 * pam: fix double sudo session cleanup:
106   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
107
108 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
109 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
110 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
111 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
112 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
113 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
114 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
115 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
116 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
117 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
118 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
119 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
120 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
121 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
122 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
123 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
124 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
125 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
126 http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
127
128 Regularly:
129
130 * look for close() vs. close_nointr() vs. close_nointr_nofail()
131
132 * check for strerror(r) instead of strerror(-r)
133
134 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
135
136 * %m in printf() instead of strerror();
137
138 * pahole
139
140 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"