chiark / gitweb /
08fa5d4a85a7a10fa640dec95194d8bd42c50fb6
[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 * systemd.log_level=debug should overwrite 'quiet' ?
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
21 * "disabled" load state?
22
23 * ability to kill services? i.e. in contrast to stopping them, go directly
24   into killing mode?
25
26 * port over to LISTEN_FDS/LISTEN_PID:
27
28    - uuidd    DONE
29    - dbus     DONE
30    - rsyslog  DONE
31    - rpcbind (/var/run/rpcbind.sock!) DONE
32    - cups     DONE
33    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
34    - ssh      CLASSIC
35    - postfix, saslauthd
36    - apache/samba
37    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
38    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
39    - distccd
40
41 * write utmp record a la upstart for processes
42
43 * selinux policy loading
44
45 * fingerprint.target, wireless.target, gps.target
46
47 * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
48
49 * fix merging in .swap units
50
51 * chkconfig/systemd-install glue
52
53 * io priority during initialization
54
55 * if a service fails too often, make the service enter maintenance mode, and the socket, too.
56
57 * systemctl: warning wenn [Install] leer ist bei enable
58
59 * bash completion a la gdbus
60
61 * [Install] section rausmachen für early boot krams, uznd per default nach /lib linken
62
63 * systemctl list-jobs deps anzeigen
64
65 * ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= mit !
66
67 * oom_score_adj
68
69 * accountsservice is dod
70
71 * follow LSB exit codes spec in "systemctl start"
72
73 * auditd service files
74
75 * override the human readable dbus error code for permission denied.
76
77 * discuss reexec on shutdown, async. vs. sync?
78
79 * auto-serial-getty vs. isolate
80
81 * add RefuseManualIsolate= (default on?)
82
83 * nofail
84
85 * add systemctl switch to dump transaction without executing it
86
87 * shell wenn fsck im arsch is
88
89 * system.conf/session.conf brauch ne man page
90
91 * sd-daemon ohne SCM_CREDENTIALS bitte
92
93 * exec /sbin/poweroff als PID 1 und shutdown
94
95 External:
96
97 * make sure MountOnPlug und MountAuto und SwapOnPlug is off in Fedora
98
99 * place /etc/inittab with explaining blurb.
100
101 * pam_securetty should honour console=
102
103 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
104
105 * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
106
107 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
108
109 * get mount point kernel patch into f14
110
111 * sysv functions should color when stdout is tty, not stdin
112
113 * agetty should not modify baudrate https://bugzilla.redhat.com/show_bug.cgi?id=623685
114
115 * ck logging, ssd readahead
116
117 * pam: fix double sudo session cleanup:
118   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
119
120 * kernel mount point move
121
122 * patch /etc/init.d/functions with:
123
124   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
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"