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