chiark / gitweb /
ebc87906ceed285fa09f00e53453d167d3f4403b
[elogind.git] / fixme
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 * have a simple syslog bridge providing /dev/log and forward messages
9   to /dev/kmsg. at the moment the real syslog can be started, the bridge
10   is stopped and the open /dev/log fd to the real syslog. that way we
11   don't lose any early log message, and simple systems have full syslog
12   support in the kernel ringbuffer, without any syslog service or disk
13   access
14
15 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
16
17 * implicitly import "defaults" settings file into all types
18
19 * add #ifdefs for non-sysv builds
20   ABI: sysv "legacy", disable D-Bus export if not compiled-in
21
22 * "disabled" load state?
23
24 * ability to kill services? i.e. in contrast to stopping them, go directly
25   into killing mode?
26
27 * port over to LISTEN_FDS/LISTEN_PID:
28    - uuidd    DONE
29    - dbus     DONE
30    - rsyslog  DONE
31    - rpcbind (/var/run/rpcbind.sock!) DONE
32    - cups     DONE
33    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
34    - ssh      CLASSIC
35    - postfix, saslauthd
36    - apache/samba
37    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
38    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
39    - distccd
40
41 * write utmp record a la upstart for processes
42
43 * selinux policy loading
44
45 * fingerprint.target, wireless.target, gps.target
46
47 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
48
49 * fix merging in .swap units
50
51 * chkconfig/systemd-install glue
52
53 * io priority during initialization
54
55 * if a service fails too often, make the service enter failed mode, and the socket, too.
56
57 * systemctl enable - warn about empty [Install] section
58
59 * bash completion a la gdbus
60
61 * systemctl list-jobs - show dependencies
62
63 * ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= with !
64
65 * accountsservice is dod
66
67 * auditd service files
68
69 * add systemctl switch to dump transaction without executing it
70
71 * system.conf/session.conf man page
72
73 * exec /sbin/poweroff as PID 1 and do the shutdown
74
75 * kexec, suspend, resume
76
77 * passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
78
79 * emergency.service should start default.target after C-d.
80
81 * support dbus introspection in mid-level object paths, i.e. in /org/freedesktop/systemd/units/.
82
83 * systemctl auto-pager a la git
84
85 * fsck setup
86
87 * merge CK
88
89 * ask-password tty agent, ask-password plymouth agent
90
91 * plymouth update status hookup
92
93 * ask-password tty timeout
94
95 * properly handle bind mounts in /etc/fstab
96
97 * readahead() vs. fadvise() vs. ioprio
98
99 * "unneeded" vs. "uneeded"
100
101 * properly handle multiple inotify events per read() in path.c and util.c
102
103 * tmpwatch: what does "-umc" actually mean?
104
105 * tmpwatch: lower ioprio
106
107 * readahead: btrfs/LVM SSD detection
108
109 * handle $null LSB header
110
111 * LSB provides should only create targets, never aliases
112
113 * (null) dependency bug
114
115 * f21781d57f7e012c1d576dfd8c30b411014c5a88
116
117 * d /var/run/screen 0755 root utmp
118
119 External:
120
121 * place /etc/inittab with explaining blurb.
122
123 * pam_securetty should honour console=
124
125 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
126
127 * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
128
129 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
130
131 * pam: fix double sudo session cleanup:
132   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
133
134 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
135 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
136 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
137 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
138 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
139 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
140 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
141 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
142 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
143 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
144 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
145 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
146 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
147 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
148 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
149 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
150 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
151 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
152 http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
153
154 Regularly:
155
156 * look for close() vs. close_nointr() vs. close_nointr_nofail()
157
158 * check for strerror(r) instead of strerror(-r)
159
160 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
161
162 * %m in printf() instead of strerror();
163
164 * pahole
165
166 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"