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