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