chiark / gitweb /
systemctl: require correctly formed unit names when enabling units
[elogind.git] / fixme
1 v11:
2
3 * emergency.service should start default.target after C-d. synchronize from fedora's initscripts package
4
5 * verify ordering of random-seed-load and base.target!
6
7 later:
8
9 * do not throw error when .service file is linked to /dev/null
10
11 * oneshot services which do not remain: 'exited' instead of 'dead'?
12   it should be visible in 'systemctl' that they have been run
13
14 * dot output for --test showing the 'initial transaction'
15
16 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
17
18 * implicitly import "defaults" settings file into all types
19
20 * "disabled" load state?
21
22 * ability to kill services? i.e. in contrast to stopping them, go directly
23   into killing mode?
24
25 * port over to LISTEN_FDS/LISTEN_PID:
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 check. i.e. == 0 doesn't 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 enable - warn about empty [Install] section
56
57 * bash completion a la gdbus
58
59 * systemctl list-jobs - show dependencies
60
61 * ConditionFileExists=, ConditionKernelCommandLine=, ConditionEnvironment= with !
62
63 * accountsservice is borked
64
65 * auditd service files
66
67 * add systemctl switch to dump transaction without executing it
68
69 * system.conf/session.conf man page
70
71 * exec /sbin/poweroff as PID 1 and do the shutdown
72
73 * kexec, suspend, resume
74
75 * passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
76
77 * support dbus introspection in mid-level object paths, i.e. in /org/freedesktop/systemd/units/.
78
79 * systemctl auto-pager a la git
80
81 * fsck setup
82
83 * merge CK
84
85 * ask-password tty agent, ask-password plymouth agent
86
87 * plymouth update status hookup
88
89 * ask-password tty timeout
90
91 * properly handle multiple inotify events per read() in path.c and util.c
92
93 * readahead: btrfs/LVM SSD detection
94
95 * document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
96
97 * beefed up tmpwatch that reads tmpfiles.d
98
99 * /lib/systemd/system/systemd-readahead-replay.service
100
101 * use /sbin/swapon
102
103 * enable syslog.socket by default, activating our kmsg bridge
104
105 * Restart=on-failure and Restart=on-abort
106
107 * kill sessions on shutdown
108
109 * when processes remain in a service even though the start command failed enter active
110
111 External:
112
113 * place /etc/inittab with explaining blurb.
114
115 * pam_securetty should honour console=
116
117 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
118
119 * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
120
121 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
122
123 * pam: fix double sudo session cleanup:
124   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
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"