chiark / gitweb /
getty: do not auto-spawn getty's on VC ttys if console=ttyN is used
[elogind.git] / TODO
1 Bugs:
2
3 * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target
4
5 * when plymouth is disabled the console password entry stuff seems to be borked
6   https://bugzilla.redhat.com/show_bug.cgi?id=655538
7
8 * fsck.btrfs non-existance should not cause mounting to fail
9
10 * single user service needs to be masked?
11
12 Features:
13
14 * look up crypto partition mount points via fstab to show to the user when prompting for a password
15
16 * prohibit socket activation of sysv services
17
18 * Maybe store in unit files whether a service should be enabled by default on package installation
19
20 * perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"
21
22 * need a way to apply mount options of api vfs from systemd unit files instead of fstab
23
24 * udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
25
26 * snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
27
28 * mount.tmpfs should be optimized, https://bugzilla.redhat.com/show_bug.cgi?id=676100
29
30 * mdmon is irre
31
32 * gnome-shell python script/glxinfo/is-accelerated wech
33
34 * maybe introduce ExecRestartPre=
35
36 * figure out what happened to bluez patch
37
38 * introduce StandardOutput=syslog+console and StandardOutput=kmsg+console to support fsck output at boot
39
40 * Patch systemd-fsck to use -C and pass console fd to it
41
42 * support remote/ssh systemctl/systemadm, and local privileged access
43
44 * finish syslog socket stuff
45
46 * configurable jitter for timer events
47
48 * support caching password questions in plymouth and on the console
49   https://bugzilla.redhat.com/show_bug.cgi?id=655538
50
51 * exclude java hsp files by default
52   https://bugzilla.redhat.com/show_bug.cgi?id=527425
53
54 * load EnvironmentFile= when starting services, not when reloading configuration
55   https://bugzilla.redhat.com/show_bug.cgi?id=661282
56
57 * drop IN_ATTRIB from inotify watches for .path units where possible to avoid
58   lots of wakeups due to /dev changing when we watch a subdir of /dev.
59
60 * Support ProcessNeededForShutdown=true to allow stuff like mdmon
61   to be killed very late after the rootfs is read only
62
63 * Integrate "mdadm --wait-clean". Maybe just let SIGTERM to mdmon trigger the
64   needed action
65
66 * oneshot services which do not remain: 'exited' instead of 'dead'?
67   it should be visible in 'systemctl' that they have been run?
68
69 * dot output for --test showing the 'initial transaction'
70
71 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
72   - check timerfd() patch: http://lkml.org/lkml/2010/11/23/290
73
74 * systemd --user
75   - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165
76
77 * add VT tracking:
78     - provide CK functionality
79     - start getty only when actual vt switch happens (same model as
80       socket on-demand activation). allocate the next free tty and
81       start a getty there. this way, pressing alt-f[1-12] will switch
82       through running X and getty sessions, and any unallocated
83       activated tty will start a new getty. the hardcoding of
84       getty[1-6] will entirely go away.
85     - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789
86
87 * implicitly import "defaults" settings file into all types
88
89 * port over to LISTEN_FDS/LISTEN_PID:
90    - uuidd    DONE
91    - dbus     DONE
92    - rsyslog  DONE
93    - rpcbind (/var/run/rpcbind.sock!) DONE
94    - cups     DONE
95    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
96    - ssh      CLASSIC
97    - postfix, saslauthd
98    - apache/samba
99    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
100    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
101    - distccd
102
103 * fingerprint.target, wireless.target, gps.target
104
105 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
106
107 * io priority during initialization
108
109 * if a service fails too often, make the service enter failed mode, and the socket, too.
110
111 * systemctl list-jobs - show dependencies
112
113 * accountsservice is borked
114
115 * auditd service files
116
117 * add systemctl switch to dump transaction without executing it
118
119 * suspend, resume
120
121 * readahead: btrfs/LVM SSD detection
122
123 * when processes remain in a service even though the start command failed enter active
124
125 * add seperate man page for [Install] settings
126
127 * only add quotacheck deps to .mount units which mention grpquota/usrquota in the mount flags
128
129 * systemctl condrestart should return 0 if service isn't running
130
131 * allow runtime changing of log level and target
132
133 * global defaults for StandardOuput=xxx
134
135 Fedora:
136
137 * chkconfig → systemd enable/daemon-reload glue
138
139 * /var/lock, /var/run → what happens if rpm stuff is no %ghosted?
140
141 External:
142
143 * make cryptsetup lower --iter-time
144
145 * patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
146
147 * patch kernel for cpu feature modalias for autoloading aes/kvm/...
148     http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
149
150 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
151
152 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
153 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
154 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
155 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
156 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
157 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
158 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
159 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
160 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
161 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
162 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
163 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
164 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
165 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
166 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
167 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
168 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
169 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
170
171 Regularly:
172
173 * look for close() vs. close_nointr() vs. close_nointr_nofail()
174
175 * check for strerror(r) instead of strerror(-r)
176
177 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
178
179 * %m in printf() instead of strerror();
180
181 * pahole
182
183 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"