chiark / gitweb /
service: when we cannot start due to rate limít consider that a real failure
[elogind.git] / fixme
diff --git a/fixme b/fixme
index f3f723e3ce94c17d60311bda84eb60c69141cd04..0c04ab8fe4aa9caa036223681586c02f287a723a 100644 (file)
--- a/fixme
+++ b/fixme
@@ -1,42 +1,70 @@
+* timer
 
-- mounts might take time, need to be executed asynchronously in a forked process?
+* enforce max number of concurrent connection limit in sockets.
 
-- need gc for active jobs that nothing cares for
+* complete dbus exposure
 
-- need gc for units that are not referenced anymore
+* make conf parser work more like .desktop parsers
 
-- refreshing of units (i.e. reload config files)
+* implicitly import "defaults" settings file into all types
 
-- dbusification
+* write .service file install tool
+    [Install]
+    WantedBy=graphical.target
+    Names=prefdm.service
 
-- cgroupsification
+* service startup should be delayed if the matching socket is being started
 
-- udev hookup
+* add #ifdefs for non-redhat builds in sysv parser
 
-- snapshot system
+* add #ifdefs for non-sysv builds
 
-- hookup with battery status, suspend/resume
+* bootchart hookup
 
-- add a job mode which shuts everything down but what is requested
+* reinvestigate random seed, hwclock
 
-- write log subsystem/log output logic for daemons
+* introduce serialized mode
 
-- implement priv dropping
+* "disabled" load state?
 
-- allow to disable priv dropping for hook scripts from fragment
+* uid are 32bit
 
-- implement timer
+* %m in printf() instead of strerror();
 
-- implement mount/automount
+* gc: don't reap broken services
 
-- more process attributes: chroot, cpu affinity, scheduling
+* iCalendar semantics for the timer stuff (RFC2445)
 
-- create session/pgroup for child processes
+* provide sysv-like command line utilities
 
-- fs namespaces
+* Add OnlyByDependency
 
-- templating/instances
+* ability to kill services? i.e. in contrast to stopping them, go directly
+  into killing mode?
 
-- verify fragment data after loading: refuse cycles on yourself, service units contradicting, more than one Start executable, ...
+* port over to LISTEN_FDS/LISTEN_PID:
 
-- rate limit startups
+   - uuidd    DONE
+   - nscd     DONE
+   - rpcbind (/var/run/rpcbind.sock!)
+   - dbus
+   - rsyslog
+   - cups
+   - ssh      CLASSIC
+   - postfix, saslauthd
+   - apache/samba
+   - libvirtd (/var/run/libvirt/libvirt-sock-ro)
+   - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
+   - avahi-daemon (/var/run/avahi-daemon/socket)
+   - distccd
+
+* teach dbus to talk to systemd when autospawning services
+
+* Figure out which signal handlers we actually have to reset in the
+  forked off child
+
+Regularly:
+
+* look for close() vs. close_nointr() vs. close_nointr_nofail()
+
+* check for strerror(r) instead of strerror(-r)