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