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