]> git.ipfire.org Git - people/ms/systemd.git/blob - fixme
manager: fix GC algorithm
[people/ms/systemd.git] / fixme
1
2 - trigger mounting; mounts might take time, need to be executed asynchronously in a forked process?
3
4 - need gc for active jobs that nothing cares for
5
6 - need gc for units that are not referenced anymore
7
8 - refreshing of units (i.e. reload config files)
9
10 - further dbusification (i.e. export dependency information, per-unit-type data)
11
12 - cgroupsification
13
14 - snapshot system
15
16 - add a job mode which shuts everything down but what is requested
17
18 - implement timer
19
20 - implement automount
21
22 - create session/pgroup for child processes? handle input on console properly? interactive fsck? interactive luks password?
23
24 - fs namespaces
25
26 - templating/instances
27
28 - verify fragment data after loading: refuse cycles on yourself, service units contradicting, more than one Start executable, ...
29
30 - .socket needs to be notified not only by .service state changes, but also unsuccessful start jobs
31
32 - we probably cannot use glibc's syslog() for logging, since it
33 presumably uses the logging socket in blocking mode which might
34 trigger a deadlock if syslog does not process the socket anymore
35 (maybe because it is restarted) and the socket buffer is full.
36
37 - in udev/mount if properties change we need to delete the old
38 settings and install the new settings. Deleting the old settings is
39 currently missing.
40
41 - ability to kill services? i.e. in contrast to stopping them, go directly
42 into killing mode?
43
44 - restart-on-success, restart-on-failure, restart-on-abort, restart-on-name-gnone
45
46 - port over to LISTEN_FDS/LISTEN_PID:
47
48 - uuidd DONE
49 - nscd DONE
50 - rpcbind (/var/run/rpcbind.sock!)
51 - dbus
52 - rsyslog
53 - cups
54 - ssh CLASSIC
55 - postfix, saslauthd
56 - apache/samba
57 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
58 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
59 - avahi-daemon (/var/run/avahi-daemon/socket)
60 - distccd
61
62 - teach dbus to talk to systemd when autospawning services
63
64 - unix sockets chown()/chgrp()
65
66 - watch dbus names for figuring out when a service has finished startup/goes down
67
68 - initialize console tty on startup