chiark / gitweb /
update fixme
[elogind.git] / fixme
1 * do not throw error when .service file is linked to /dev/null
2
3 * read /etc/locale, and export LANG= and friends to started services
4
5 * ABI: tcpwrap "legacy", disable D-Bus export if not compiled-in
6
7 * oneshot services which do not remain: 'exited' instead of 'dead'?
8   it should be visible in 'systemctl' that they have been run
9
10 * dot output for --test showing the 'initial transaction'
11
12 * have a simple syslog bridge providing /dev/log and forward messages
13   to /dev/kmsg. at the moment the real syslog can be started, the bridge
14   is stopped and the open /dev/log fd to the real syslog. that way we
15   don't lose any early log message, and simple systems have full syslog
16   support in the kernel ringbuffer, without any syslog service or disk
17   access
18
19 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
20
21 * implicitly import "defaults" settings file into all types
22
23 * add #ifdefs for non-sysv builds
24   ABI: sysv "legacy", disable D-Bus export if not compiled-in
25
26 * "disabled" load state?
27
28 * ability to kill services? i.e. in contrast to stopping them, go directly
29   into killing mode?
30
31 * port over to LISTEN_FDS/LISTEN_PID:
32
33    - uuidd    DONE
34    - dbus     DONE
35    - rsyslog  DONE
36    - rpcbind (/var/run/rpcbind.sock!) DONE
37    - cups     DONE
38    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
39    - ssh      CLASSIC
40    - postfix, saslauthd
41    - apache/samba
42    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
43    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
44    - distccd
45
46 * write utmp record a la upstart for processes
47
48 * selinux policy loading
49
50 * fingerprint.target, wireless.target, gps.target
51
52 * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
53
54 * fix merging in .swap units
55
56 * chkconfig/systemd-install glue
57
58 * io priority during initialization
59
60 * if a service fails too often, make the service enter failed mode, and the socket, too.
61
62 * systemctl: warning wenn [Install] leer ist bei enable
63
64 * bash completion a la gdbus
65
66 * [Install] section rausmachen für early boot krams, uznd per default nach /lib linken
67
68 * systemctl list-jobs deps anzeigen
69
70 * ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= mit !
71
72 * accountsservice is dod
73
74 * auditd service files
75
76 * add systemctl switch to dump transaction without executing it
77
78 * system.conf/session.conf brauch ne man page
79
80 * exec /sbin/poweroff als PID 1 und shutdown
81
82 * kexec, suspend, resume
83
84 * passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
85
86 * emergency.service should start default.target after C-d.
87
88 External:
89
90 * place /etc/inittab with explaining blurb.
91
92 * pam_securetty should honour console=
93
94 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
95
96 * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
97
98 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
99
100 * ck logging, ssd readahead
101
102 * pam: fix double sudo session cleanup:
103   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
104
105 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
106 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
107 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
108 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
109 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
110 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
111 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
112 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
113 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
114 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
115 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
116 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
117 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
118 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
119 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
120 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
121 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
122 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
123 http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
124
125 Regularly:
126
127 * look for close() vs. close_nointr() vs. close_nointr_nofail()
128
129 * check for strerror(r) instead of strerror(-r)
130
131 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
132
133 * %m in printf() instead of strerror();
134
135 * pahole
136
137 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"