chiark / gitweb /
units: make sure getty@xxx.service is always run before gettys.target
[elogind.git] / fixme
1 * systemd.log_level=debug should overwrite 'quiet' ?
2
3 * dot output for --test showing the 'initial transaction'
4
5 * have a simple syslog bridge providing /dev/log and forward messages
6   to /dev/kmsg. at the moment the real syslog can be started, the bridge
7   is stopped and the open /dev/log fd to the real syslog. that way we
8   don't lose any early log message, and simple systems have full syslog
9   support in the kernel ringbuffer, without any syslog service or disk
10   access
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 * add #ifdefs for non-sysv builds
17
18 * "disabled" load state?
19
20 * ability to kill services? i.e. in contrast to stopping them, go directly
21   into killing mode?
22
23 * port over to LISTEN_FDS/LISTEN_PID:
24
25    - uuidd    DONE
26    - dbus     DONE
27    - rsyslog  DONE
28    - rpcbind (/var/run/rpcbind.sock!) DONE
29    - cups     DONE
30    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
31    - ssh      CLASSIC
32    - postfix, saslauthd
33    - apache/samba
34    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
35    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
36    - distccd
37
38 * write utmp record a la upstart for processes
39
40 * follow property change dbus spec
41
42 * selinux policy loading
43
44 * place /etc/inittab with explaining blurb.
45
46 * fingerprint.target, wireless.target, gps.target
47
48 * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
49
50 * fix merging in .swap units
51
52 * chkconfig/systemd-install glue
53
54 * io priority during initialization
55
56 * if a service fails too often, make the service enter maintenance mode, and the socket, too.
57
58 * Ray: plymouth after/before getty? https://bugzilla.redhat.com/show_bug.cgi?id=623430
59
60 * exit code 5, 6 von sysv diensten ignorieren
61
62 * decode exit codes in systemctl status
63
64 * systemctl: ln -s output muss abschaltbar sein, und warning wenn [Install] leer ist.
65
66 * /etc/modules.d/*.modules in systemd-modules-load
67
68 * X-Interactive is kaputt
69
70 * universal fallback for hostname
71
72 External:
73
74 * procps, psmisc, sysvinit-tools, hostname → util-linux-ng
75
76 * nologin nach /var/run https://bugzilla.redhat.com/show_bug.cgi?id=624489
77
78 * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip
79
80 * get mount point kernel patch into f14
81
82 * sysv functions should color when stdout is tty, not stdin
83
84 * agetty should not modify baudrate https://bugzilla.redhat.com/show_bug.cgi?id=623685
85
86 * ck logging, ssd readahead
87
88 * pam: fix double sudo session cleanup:
89   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
90
91 * kernel mount point move
92
93 * patch /etc/init.d/functions with:
94
95   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
96
97 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
98 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
99 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
100 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
101 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
102 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
103 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
104 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
105 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
106 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
107 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
108 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
109 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
110 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
111 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
112 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
113 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
114 https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
115
116 Regularly:
117
118 * look for close() vs. close_nointr() vs. close_nointr_nofail()
119
120 * check for strerror(r) instead of strerror(-r)
121
122 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
123
124 * %m in printf() instead of strerror();
125
126 * pahole
127
128 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"