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