chiark / gitweb /
modprobe: kill support for nomodules
[elogind.git] / fixme
1 * ValidNoProcess= ? ContinueAfterExit=, ActiveAfterExit=, KeepAfterExit=
2   (after this change update udev service files)
3
4 * systemd.log_level=debug should overwrite 'quiet' ?
5
6 * implicit 'default.target' ?
7   systemd currently fails to boot when the link is dangling, like
8   after the move of the runlevel targets from /etc to /lib
9
10 * dot output for --test showing the 'initial transaction'
11
12 * check 'disable'
13   <Viking-Ice>    "Warning: Unit file changed in disk, 'systemctl --system daemon-reload' recommended
14   <kay>           when does it do that?
15   <Viking-Ice>    if you disable the service
16
17 * fixup var-run/var-lock tmpfs mounts. we need:
18     touch /var/run/utmp
19     chown root:utmp /var/run/utmp
20     mkdir -p /var/lock/subsys
21
22 * have a simple syslog bridge providing /dev/log and forward messages
23   to /dev/kmsg. at the moment the real syslog can be started, the bridge
24   is stopped and the open /dev/log fd to the real syslog. that way we
25   don't lose any early log message, and simple systems have full syslog
26   support in the kernel ringbuffer, without any syslog service or disk
27   access
28
29 * calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
30
31 * implicitly import "defaults" settings file into all types
32
33 * add #ifdefs for non-sysv builds
34
35 * reinvestigate hwclock
36
37 * "disabled" load state?
38
39 * ability to kill services? i.e. in contrast to stopping them, go directly
40   into killing mode?
41
42 * port over to LISTEN_FDS/LISTEN_PID:
43
44    - uuidd    DONE
45    - dbus     DONE
46    - rsyslog  DONE
47    - rpcbind (/var/run/rpcbind.sock!) DONE
48    - cups     DONE
49    - avahi-daemon (/var/run/avahi-daemon/socket) DONE
50    - ssh      CLASSIC
51    - postfix, saslauthd
52    - apache/samba
53    - libvirtd (/var/run/libvirt/libvirt-sock-ro)
54    - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
55    - distccd
56
57 * write utmp record a la upstart for processes
58
59 * follow property change dbus spec
60
61 * selinux policy loading
62
63 * place /etc/inittab with explaining blurb.
64
65 * fingerprint.target, wireless.target, gps.target
66
67 * set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
68
69 * fix merging in .swap units
70
71 * chkconfig/systemd-install glue
72
73 * io priority during initialization
74
75 * if a service fails too often, make the service enter maintenance mode, and the socket, too.
76
77 * Ray: plymouth after/before getty? https://bugzilla.redhat.com/show_bug.cgi?id=623430
78
79 External:
80
81 * nomodules nach udev umziehen
82
83 * sysv functions should color when stdout is tty, not stdin
84
85 * agetty should not modify baudrate https://bugzilla.redhat.com/show_bug.cgi?id=623685
86
87 * ck logging, ssh readahead
88
89 * pam: fix double sudo session cleanup:
90   http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
91
92 * patch /etc/init.d/functions with:
93
94   if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
95
96 https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
97 https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
98 https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
99 https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
100 https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
101 https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
102 https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
103 http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
104 http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
105 https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
106 https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
107 https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
108 https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
109 https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
110 https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
111 https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
112 https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
113
114 Regularly:
115
116 * look for close() vs. close_nointr() vs. close_nointr_nofail()
117
118 * check for strerror(r) instead of strerror(-r)
119
120 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
121
122 * %m in printf() instead of strerror();
123
124 * pahole
125
126 * CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"