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