chiark / gitweb /
cb7bd91f04e8b5ab8cc569c7438efbf71dd32259
[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
29    - uuidd    DONE
30    - dbus     DONE
31    - rsyslog  DONE
32    - rpcbind (/var/run/rpcbind.sock!) DONE
33    - cups     DONE
34    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
35    - ssh      CLASSIC
36    - postfix, saslauthd
37    - apache/samba
38    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
39    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
40    - distccd
41
42 * write utmp record a la upstart for processes
43
44 * selinux policy loading
45
46 * fingerprint.target, wireless.target, gps.target
47
48 * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
49
50 * fix merging in .swap units
51
52 * chkconfig/systemd-install glue
53
54 * io priority during initialization
55
56 * if a service fails too often, make the service enter failed mode, and the socket, too.
57
58 * systemctl: warning wenn [Install] leer ist bei enable
59
60 * bash completion a la gdbus
61
62 * [Install] section rausmachen für early boot krams, uznd per default nach /lib linken
63
64 * systemctl list-jobs deps anzeigen
65
66 * ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= mit !
67
68 * accountsservice is dod
69
70 * auditd service files
71
72 * add systemctl switch to dump transaction without executing it
73
74 * system.conf/session.conf brauch ne man page
75
76 * exec /sbin/poweroff als PID 1 und shutdown
77
78 * kexec, suspend, resume
79
80 * passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
81
82 * emergency.service should start default.target after C-d.
83
84 * support dbus introspection in mid-level object paths, i.e. in /org/freedesktop/systemd/units/.
85
86 * default.target auch in /lib linken
87
88 * systemctl auto-pager a la git
89
90 * fsck setup
91
92 * merge CK
93
94 * ask-password tty agent, ask-password plymouth agent
95
96 * plymouth update status hookup
97
98 * ask-password tty timeout
99
100 External:
101
102 * place /etc/inittab with explaining blurb.
103
104 * pam_securetty should honour console=
105
106 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
107
108 * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
109
110 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
111
112 * pam: fix double sudo session cleanup:
113   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
114
115 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
116 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
117 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
118 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
119 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
120 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
121 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
122 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
123 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
124 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
125 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
126 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
127 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
128 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
129 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
130 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
131 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
132 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
133 http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
134
135 Regularly:
136
137 * look for close() vs. close_nointr() vs. close_nointr_nofail()
138
139 * check for strerror(r) instead of strerror(-r)
140
141 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
142
143 * %m in printf() instead of strerror();
144
145 * pahole
146
147 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"