blob: 397f5c3e517a3a5b9ff4f98b9af6d6044c2b0b5f [file] [log] [blame]
Kay Sievers77d98d62010-08-10 07:14:46 +02001* dot output for --test showing the 'initial transaction'
Kay Sievers00bfd422010-08-09 16:19:04 +02002
Kay Sievers00bfd422010-08-09 16:19:04 +02003* check 'disable'
4 <Viking-Ice> "Warning: Unit file changed in disk, 'systemctl --system daemon-reload' recomended
5 <kay> when does it do that?
6 <Viking-Ice> if you disable the service
7
Kay Sieversb9911f42010-08-06 13:23:50 +02008* fixup var-run/var-lock tmpfs mounts. we need:
9 touch /var/run/utmp
10 chown root:utmp /var/run/utmp
11 mkdir -p /var/lock/subsys
12
13* downgrade warnings for non-existent services pulled-in
14 by soft dependencies, like:
15 init[1]: Failed to load configuration for isdn.service: No such file or directory
16
Kay Sievers2ab70762010-08-03 23:18:04 +020017* have a simple syslog bridge providing /dev/log and forward messages
18 to /dev/kmsg. at the moment the real syslog can be started, the bridge
19 is stopped and the open /dev/log fd to the real syslog. that way we
20 don't lose any early log message, and simple systems have full syslog
21 support in the kernel ringbuffer, without any syslog service or disk
22 access
23
Lennart Poettering8c6db832010-06-21 23:27:18 +020024* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
Lennart Poettering75787bb2010-01-26 04:19:18 +010025
Lennart Poettering129126f2010-05-16 01:49:45 +020026* implicitly import "defaults" settings file into all types
Lennart Poettering75787bb2010-01-26 04:19:18 +010027
Lennart Poettering129126f2010-05-16 01:49:45 +020028* add #ifdefs for non-sysv builds
Lennart Poettering75787bb2010-01-26 04:19:18 +010029
Lennart Poettering129126f2010-05-16 01:49:45 +020030* reinvestigate random seed, hwclock
Lennart Poettering75787bb2010-01-26 04:19:18 +010031
Lennart Poettering129126f2010-05-16 01:49:45 +020032* "disabled" load state?
Lennart Poetteringf94ea362010-01-29 06:45:59 +010033
Lennart Poettering129126f2010-05-16 01:49:45 +020034* ability to kill services? i.e. in contrast to stopping them, go directly
Lennart Poettering9eba9da2010-01-29 20:46:22 +010035 into killing mode?
Lennart Poettering94f04342010-01-30 01:55:42 +010036
Lennart Poettering129126f2010-05-16 01:49:45 +020037* port over to LISTEN_FDS/LISTEN_PID:
Lennart Poetteringa625ac12010-02-05 01:11:01 +010038
39 - uuidd DONE
Lennart Poettering9726b292010-05-21 03:31:49 +020040 - dbus DONE
Lennart Poettering88ce42f2010-05-21 17:06:40 +020041 - rsyslog DONE
Lennart Poetteringc0120d92010-05-21 23:41:25 +020042 - rpcbind (/var/run/rpcbind.sock!) DONE
43 - cups DONE
44 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
Lennart Poettering874aa2c2010-02-14 22:45:08 +010045 - ssh CLASSIC
Lennart Poetteringa625ac12010-02-05 01:11:01 +010046 - postfix, saslauthd
Lennart Poetteringa625ac12010-02-05 01:11:01 +010047 - apache/samba
48 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
49 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
Lennart Poetteringa625ac12010-02-05 01:11:01 +010050 - distccd
51
Lennart Poettering6d526de2010-05-23 01:56:54 +020052* write utmp record a la upstart for processes
53
Lennart Poettering7e4249b2010-06-15 02:51:55 +020054* follow property change dbus spec
55
Lennart Poettering50f2a902010-07-21 20:26:44 +020056* selinux policy loading/socket stuff
Lennart Poettering5b6319d2010-06-16 21:54:17 +020057
Lennart Poettering582a5072010-07-10 15:42:24 +020058* systemctl status $PID, systemctl stop $PID!
59
Lennart Poetteringc24eb492010-07-21 02:57:35 +020060* place /etc/inittab with explaining blurb.
Lennart Poettering84b00962010-07-20 21:34:25 +020061
Lennart Poettering4445a872010-07-16 02:56:00 +020062* vielleicht implizit immer auf syslog dependen?
63
Lennart Poettering50f2a902010-07-21 20:26:44 +020064* debian deadlock when partition set to noauto
Lennart Poettering772a5992010-07-16 03:17:34 +020065
Lennart Poettering064f51f2010-07-17 04:07:49 +020066* fingerprint.target, wireless.target, gps.target
Lennart Poettering0ff3dea2010-07-16 21:31:34 +020067
Lennart Poettering246756c2010-07-18 01:33:05 +020068* set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
69
Lennart Poettering8fe914e2010-07-20 20:33:19 +020070* fix merging in .swap units
71
Lennart Poettering246756c2010-07-18 01:33:05 +020072* pahole
73
Lennart Poettering50f2a902010-07-21 20:26:44 +020074* chkconfig/systemd-install glue
75
76* io priority during initialization
Lennart Poettering8fe914e2010-07-20 20:33:19 +020077
Lennart Poetteringea4a2402010-07-23 05:24:05 +020078* if a service fails too often, make the service enter maintainence mode, and the socket, too.
79
Lennart Poettering2e81c8a2010-08-06 02:58:46 +020080* don't show file not found msgs for irrelevant units
Lennart Poettering75d287d2010-08-06 02:23:45 +020081
Lennart Poettering33b8d912010-08-10 00:27:57 +020082* hide plymouth in multi-user mode
83
Lennart Poetteringb5e9dba2010-08-10 20:57:21 +020084* audit
85
86* env vars must be replaced by ""
87
Lennart Poettering61249582010-07-01 00:31:53 +020088External:
Lennart Poetteringe4b61342010-06-17 22:57:28 +020089
Lennart Poetteringc593cfe2010-08-06 21:33:20 +020090* sysv functions should color when stdout is tty, not stdin
91
Lennart Poettering75d287d2010-08-06 02:23:45 +020092* agetty should not modify baudrate
Lennart Poettering45fb0692010-07-17 00:57:51 +020093
Lennart Poettering75d287d2010-08-06 02:23:45 +020094* ck logging, ssh readahead
Lennart Poettering45fb0692010-07-17 00:57:51 +020095
Lennart Poettering50f2a902010-07-21 20:26:44 +020096* pam: fix double sudo session cleanup:
97 http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
98
Lennart Poetteringf9704702010-06-19 01:06:09 +020099* patch /etc/init.d/functions with:
100
101 if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
102
Lennart Poettering50f2a902010-07-21 20:26:44 +0200103https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
104https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
105https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
106https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
107https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
108https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
Lennart Poettering5e5c6cd2010-07-22 02:26:27 +0200109https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
110http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
Lennart Poettering50f2a902010-07-21 20:26:44 +0200111http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
Lennart Poetteringb5e9dba2010-08-10 20:57:21 +0200112https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
113https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
114https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
115https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
116https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
117https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
118https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
119https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
Lennart Poettering14bd37f2010-07-14 15:13:34 +0200120
Lennart Poettering129126f2010-05-16 01:49:45 +0200121Regularly:
Lennart Poettering5021be22010-02-14 22:47:08 +0100122
Lennart Poettering129126f2010-05-16 01:49:45 +0200123* look for close() vs. close_nointr() vs. close_nointr_nofail()
124
125* check for strerror(r) instead of strerror(-r)
Lennart Poettering5b6319d2010-06-16 21:54:17 +0200126
127* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
Lennart Poettering8c6db832010-06-21 23:27:18 +0200128
129* %m in printf() instead of strerror();