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