chiark / gitweb /
manager: bump up max number of units to 128K
[elogind.git] / TODO
1 * check if bind mounts work:
2     https://bugzilla.novell.com/show_bug.cgi?id=652762
3
4 * oneshot services which do not remain: 'exited' instead of 'dead'?
5   it should be visible in 'systemctl' that they have been run
6
7 * dot output for --test showing the 'initial transaction'
8
9 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
10
11 * implicitly import "defaults" settings file into all types
12
13 * port over to LISTEN_FDS/LISTEN_PID:
14    - uuidd    DONE
15    - dbus     DONE
16    - rsyslog  DONE
17    - rpcbind (/var/run/rpcbind.sock!) DONE
18    - cups     DONE
19    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
20    - ssh      CLASSIC
21    - postfix, saslauthd
22    - apache/samba
23    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
24    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
25    - distccd
26
27 * fingerprint.target, wireless.target, gps.target
28
29 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
30
31 * io priority during initialization
32
33 * if a service fails too often, make the service enter failed mode, and the socket, too.
34
35 * systemctl list-jobs - show dependencies
36
37 * accountsservice is borked
38
39 * auditd service files
40
41 * add systemctl switch to dump transaction without executing it
42
43 * suspend, resume
44
45 * systemctl auto-pager a la git
46
47 * merge CK
48
49 * start getty 2-6 only when actual vt switch happens
50   (same model as socket on-demand activation)
51
52 * readahead: btrfs/LVM SSD detection
53
54 * when processes remain in a service even though the start command failed enter active
55
56 * add seperate man page for [Install] settings
57
58 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
59
60 * systemctl condrestart should return 0 if service isn't running
61
62 * tmpfiles: allow specification of .conf files on cmdline
63
64 * allow runtime changing of log level and target
65
66 * automatically determine TERM= based on tty name even for /dev/console
67
68 * fix hotplug transactions
69
70 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
71
72 * alsa rule file, alsa service files, alsa state file → /var/lib, sequencer soll by device node ladbar
73
74 * place introspection data in ELF sections, read them with objcopy
75
76 * sendmail.service doesn't get rid PID file, fails to kill everything on stop
77
78 * global defaults for StandardOuput=xxx
79
80 Fedora:
81
82 * obsolete readhead in systemd pkg
83
84 * chkconfig → systemd enable/daemon-reload glue
85
86 * /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
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 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
101
102 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
103 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
104 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
105 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
106 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
107 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
108 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
109 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
110 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
111 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
112 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
113 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
114 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
115 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
116 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
117 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
118 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
119 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
120
121 Regularly:
122
123 * look for close() vs. close_nointr() vs. close_nointr_nofail()
124
125 * check for strerror(r) instead of strerror(-r)
126
127 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
128
129 * %m in printf() instead of strerror();
130
131 * pahole
132
133 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"