chiark / gitweb /
update TODO
[elogind.git] / TODO
1 * bind mounts with 'fsck' fail and block for a minute:
2     /foo /bar none bind 1 1
3   (using fsck is wrong, but why do we block for a minute
4    instead of just handling the error)
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 * io priority during initialization
34
35 * if a service fails too often, make the service enter failed mode, and the socket, too.
36
37 * systemctl list-jobs - show dependencies
38
39 * accountsservice is borked
40
41 * auditd service files
42
43 * add systemctl switch to dump transaction without executing it
44
45 * suspend, resume
46
47 * systemctl auto-pager a la git
48
49 * add VT tracking:
50     - provide CK functionality
51     - start getty 2-6 only when actual vt switch happens
52       (same model as socket on-demand activation)
53
54 * readahead: btrfs/LVM SSD detection
55
56 * when processes remain in a service even though the start command failed enter active
57
58 * add seperate man page for [Install] settings
59
60 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
61
62 * systemctl condrestart should return 0 if service isn't running
63
64 * tmpfiles: allow specification of .conf files on cmdline
65
66 * allow runtime changing of log level and target
67
68 * automatically determine TERM= based on tty name even for /dev/console
69
70 * fix hotplug transactions
71
72 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
73
74 * alsa rule file, alsa service files, alsa state file → /var/lib, sequencer soll by device node ladbar
75
76 * place introspection data in ELF sections, read them with objcopy
77
78 * sendmail.service doesn't get rid PID file, fails to kill everything on stop
79
80 * global defaults for StandardOuput=xxx
81
82 Fedora:
83
84 * obsolete readhead in systemd pkg
85
86 * chkconfig → systemd enable/daemon-reload glue
87
88 * /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
89
90 External:
91
92 * make cryptsetup lower --iter-time
93
94 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
95
96 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
97
98 * place /etc/inittab with explaining blurb.
99
100 * pam_securetty should honour console=
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"