blob: b4f82a3c9d53410720660ec951b87cce921f8e87 [file] [log] [blame]
Lennart Poettering8c6db832010-06-21 23:27:18 +02001* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
Lennart Poettering75787bb2010-01-26 04:19:18 +01002
Lennart Poettering129126f2010-05-16 01:49:45 +02003* implicitly import "defaults" settings file into all types
Lennart Poettering75787bb2010-01-26 04:19:18 +01004
Lennart Poettering129126f2010-05-16 01:49:45 +02005* add #ifdefs for non-sysv builds
Lennart Poettering75787bb2010-01-26 04:19:18 +01006
Lennart Poettering129126f2010-05-16 01:49:45 +02007* reinvestigate random seed, hwclock
Lennart Poettering75787bb2010-01-26 04:19:18 +01008
Lennart Poettering129126f2010-05-16 01:49:45 +02009* "disabled" load state?
Lennart Poetteringf94ea362010-01-29 06:45:59 +010010
Lennart Poettering129126f2010-05-16 01:49:45 +020011* ability to kill services? i.e. in contrast to stopping them, go directly
Lennart Poettering9eba9da2010-01-29 20:46:22 +010012 into killing mode?
Lennart Poettering94f04342010-01-30 01:55:42 +010013
Lennart Poettering129126f2010-05-16 01:49:45 +020014* port over to LISTEN_FDS/LISTEN_PID:
Lennart Poetteringa625ac12010-02-05 01:11:01 +010015
16 - uuidd DONE
Lennart Poettering02622252010-02-12 02:02:33 +010017 - nscd DONE
Lennart Poettering9726b292010-05-21 03:31:49 +020018 - dbus DONE
Lennart Poettering88ce42f2010-05-21 17:06:40 +020019 - rsyslog DONE
Lennart Poetteringc0120d92010-05-21 23:41:25 +020020 - rpcbind (/var/run/rpcbind.sock!) DONE
21 - cups DONE
22 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
Lennart Poettering874aa2c2010-02-14 22:45:08 +010023 - ssh CLASSIC
Lennart Poetteringa625ac12010-02-05 01:11:01 +010024 - postfix, saslauthd
Lennart Poetteringa625ac12010-02-05 01:11:01 +010025 - apache/samba
26 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
27 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
Lennart Poetteringa625ac12010-02-05 01:11:01 +010028 - distccd
29
Lennart Poettering6d526de2010-05-23 01:56:54 +020030* write utmp record a la upstart for processes
31
Lennart Poettering7e4249b2010-06-15 02:51:55 +020032* follow property change dbus spec
33
Lennart Poettering5b6319d2010-06-16 21:54:17 +020034* selinux
35
Lennart Poettering582a5072010-07-10 15:42:24 +020036* systemctl status $PID, systemctl stop $PID!
37
Lennart Poettering4445a872010-07-16 02:56:00 +020038* systemctl list-units doesn't show units with actvie jobs?
39
40* timeout waiting for mount devices?
41
Lennart Poettering772a5992010-07-16 03:17:34 +020042* default logic for serial getty, ck logging, ssh readahead
Lennart Poettering4445a872010-07-16 02:56:00 +020043
44* place /etc/inittab with explaining blurb.
45
46* OnFailure=foo.unit
47
48* default.target must be %ghosted...
49
Lennart Poettering4445a872010-07-16 02:56:00 +020050* In command lines, support both "$FOO" and $FOO
51
52* systemd-install disable should recursively kill all symlinks
53
Lennart Poettering4445a872010-07-16 02:56:00 +020054* in %post create all symlinks manually and use inittab data
55
56* check mtimes of dirs and unit files in systemctl
57
58* /etc must always take precedence even if we follow symlinks!
59
Lennart Poettering4445a872010-07-16 02:56:00 +020060* /lib/init/rw
61
62* vielleicht implizit immer auf syslog dependen?
63
Lennart Poettering772a5992010-07-16 03:17:34 +020064* für selinux muss der socket wissen was für service geexeced wird.
65
66* debian deadlock when partition auf noauto is.
67
Lennart Poetteringcac6f7c2010-07-16 19:41:11 +020068* maintenance units müssen vergessen werden
69
70* maintenance muss dokumentiert werden
71
Lennart Poettering61249582010-07-01 00:31:53 +020072External:
Lennart Poetteringe4b61342010-06-17 22:57:28 +020073
Lennart Poetteringf9704702010-06-19 01:06:09 +020074* patch /etc/init.d/functions with:
75
76 if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
77
Lennart Poettering14bd37f2010-07-14 15:13:34 +020078https://bugzilla.redhat.com/show_bug.cgi?id=614245
79https://bugzilla.redhat.com/show_bug.cgi?id=612789
80https://bugzilla.redhat.com/show_bug.cgi?id=612728
81https://bugzilla.redhat.com/show_bug.cgi?id=612712
82
Lennart Poettering129126f2010-05-16 01:49:45 +020083Regularly:
Lennart Poettering5021be22010-02-14 22:47:08 +010084
Lennart Poettering129126f2010-05-16 01:49:45 +020085* look for close() vs. close_nointr() vs. close_nointr_nofail()
86
87* check for strerror(r) instead of strerror(-r)
Lennart Poettering5b6319d2010-06-16 21:54:17 +020088
89* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
Lennart Poettering8c6db832010-06-21 23:27:18 +020090
91* %m in printf() instead of strerror();