chiark / gitweb /
job: make sure we don't fail umount.target if a mount unit failed to stop
[elogind.git] / TODO
1 * SIGQUIT on shutdown? avahi-daemon[202]: Got SIGQUIT, quitting.
2
3 * check if bind mounts work:
4     https://bugzilla.novell.com/show_bug.cgi?id=652762
5
6 * oneshot services which do not remain: 'exited' instead of 'dead'?
7   it should be visible in 'systemctl' that they have been run
8
9 * dot output for --test showing the 'initial transaction'
10
11 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
12
13 * implicitly import "defaults" settings file into all types
14
15 * port over to LISTEN_FDS/LISTEN_PID:
16    - uuidd    DONE
17    - dbus     DONE
18    - rsyslog  DONE
19    - rpcbind (/var/run/rpcbind.sock!) DONE
20    - cups     DONE
21    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
22    - ssh      CLASSIC
23    - postfix, saslauthd
24    - apache/samba
25    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
26    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
27    - distccd
28
29 * fingerprint.target, wireless.target, gps.target
30
31 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
32
33 * chkconfig/systemd-install glue
34
35 * io priority during initialization
36
37 * if a service fails too often, make the service enter failed mode, and the socket, too.
38
39 * systemctl list-jobs - show dependencies
40
41 * accountsservice is borked
42
43 * auditd service files
44
45 * add systemctl switch to dump transaction without executing it
46
47 * suspend, resume
48
49 * systemctl auto-pager a la git
50
51 * merge CK
52
53 * start getty 2-6 only when actual vt switch happens
54   (same model as socket on-demand activation)
55
56 * readahead: btrfs/LVM SSD detection
57
58 * man pages for: locale.conf, vconsole.conf modules-load.d
59
60 * when processes remain in a service even though the start command failed enter active
61
62 * parse early boot time env var from dracut RD_TIMEOUT, drop RD_xxx
63
64 * add seperate man page for [Install] settings
65
66 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
67
68 * systemctl condrestart should return 0 if service isn't running
69
70 * tmpfiles: allow specification of .conf files on cmdline
71
72 * allow runtime changing of log level and target
73
74 * automatically determine TERM= based on tty name even for /dev/console
75
76 * declare /etc/os-release cross-distro standard
77
78 * fix hotplug transactions
79
80 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
81
82 * add to cpu cgroup by default
83
84 External:
85
86 * make cryptsetup lower --iter-time
87
88 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
89
90 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
91
92 * place /etc/inittab with explaining blurb.
93
94 * pam_securetty should honour console=
95
96 * sysctl should support sysctl.conf.d directory
97
98 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
99
100 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
101 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
102 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
103 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
104 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
105 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
106 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
107 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
108 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
109 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
110 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
111 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
112 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
113 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
114 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
115 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
116 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
117 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
118
119 Regularly:
120
121 * look for close() vs. close_nointr() vs. close_nointr_nofail()
122
123 * check for strerror(r) instead of strerror(-r)
124
125 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
126
127 * %m in printf() instead of strerror();
128
129 * pahole
130
131 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"