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