TODO revision 939b8f14dcd9312140d001b55b4e7a87173682ef
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart PoetteringFedora 18:
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* important: udev.pc is broken in 183, fixed in master
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* fix mimo VID/PID check that claims "innocent" hubs
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* storage: rename udev-settle.service to systemd-udev-settle.service
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* split-out systemd-libs.rpm to allow parallel install of 32 and 64 bit packages
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* chrony/ntp target?
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart PoetteringBugfixes:
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* log_warning() in journald gets looped back into journal via kmsg?
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* fix building of --disable-logind, hournald and coredunp pull-in parts of sd_login
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering future; https://bugzilla.redhat.com/show_bug.cgi?id=813563
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* swap units that are activated by one name but shown in the kernel under another are semi-broken
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* make anaconda write timeout=0 for encrypted devices
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* make sure timeouts are applied to Type=oneshot services.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* Dangling symlinks of .automount unit files in .wants/ directories, set up
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering automount points even when the original .automount file did not exist
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering anymore. Only the .mount unit was still around.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* make polkit checks async
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart PoetteringFeatures:
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* parse kernel cmdline option for capability bset
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* logind: listen to power-button events
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering - run poweroff if no session is active
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering - console session should beep when we refuse to poweroff
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering - graphical sessions will show a dialog, like they do already today
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering - use udev to tag input devices we want to subscribe to
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* journalctl /dev/sda, journalctl /usr/bin/httpd, journalctl --device=b12:8 (--device=n12, --device=+usb:1-1)
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* make use of /sys/power/wake_lock in inhibitors
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* introduce "systemctl help" which invokes man for the man pages listed in Documentation=
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* drop accountsservice's StandardOutput=syslog and Type=dbus fields
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* make sure show-logs checks for utf8 validity, not ascii validity
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* add TimerSlackNS to system.conf to set system-wide caps bounds
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* Document boot options such as forcefsck
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* (attempt to) make Debianites happy:
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering - implement .d/ auto includes for unit files
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering - add syntax to reset ExecStart= lists (and similar)
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* properly detect mimo devices, the current VID/PID check is too broad
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* manipulate CPU governor during boot, set it to performance
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* steal SBF management from the kernel
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* delay journal /var writeout to after boot if SBF is clean
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* move passno parsing to fstab generator
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering or use the users cgroup information when /proc/*/loginuid is not available.
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* pam_systemd: try to get old session id from cgroup, if audit sessionid cannot be determined
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* maybe introduce ~/.config/locale.conf and apply it within PAM
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* automount: implement expire
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* logind: auto-suspend, auto-shutdown:
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering IdleAction=(none|suspend|opportunistic|hibernate|poweroff)
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering IdleActionDelay=...
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering SessionIdleMode=(explicit|ignore|login)
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering ForceShutdown=(yes|no)
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* don't delete /tmp/systemd-namespace-* before a process is gone down
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* don't delete /run/users/lennart if lennart is still logged in even if aging is used
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* vconsole: implement setterm -store -foreground xxx --background zzz
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* ExecOnFailure=/usr/bin/foo
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* fedora: make sshd and pam_loginuid work in nspawn containers
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* fix utmp for console logins in containers
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* Add pretty name for seats in logind
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* nspawn wants dev_setup() for /dev/fd/ and friends?
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* selinux: merge systemd selinux access controls (dwalsh)
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* ConditionSecurity= should learn about IMA
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* Auke: merge Auke's bootchart
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* journald: allow forwarding of log data to specific TTY instead of console
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* udev: move to LGPL
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* udev systemd unify:
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering - strpcpy(), strpcpyl(), strscpy(), strscpyl()
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering - utf8 validator code
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering - now() vs. now_usec()
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* udev: remove network interface renaming, sleep and retry logic, we do
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering no support renaming of interfaces in the conflicting kernel
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering namespace
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* udev: find a way to tell udev to not cancel firmware requests when running in initramfs
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* udev: scsi_id -> sg3_utils -> kill scsi_id
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* udev: add trigger --subsystem-match=usb/usb_device device
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* allow configuration of console width/height in vconsole.conf
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* cleanup syslog 'priority' vs. 'level' wording
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* journal: if mmap() fails for mapping window try to unmap a a few older maps
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* dbus upstream still refers to dbus.target and shouldn't
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* when a service has the same env var set twice we actually store it twice and return that in systemctl show -p... We should only show the last setting
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* add man page documenting all kernel cmdline options, including stuff like fsck.mode=
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* support container_ttys=
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* journald: make configurable "store-on-var", "store-on-run", "dont-store", "auto"
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering (store-persistent, store-volatile?)
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* introduce mix of BindTo and Requisite
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* add DeleteSocketsOnStop=yes|no option to socket units
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* journal: store euid in journal if it differs from uid
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* support chrony in addition to ntpd in timedated
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* document crypttab(5)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* add command to systemctl to plot dependency graph as tree (see rhbz 795365)
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* make logind reserve tty9 or so for text logins, so that gdm never picks it up
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* default unix qlen is too small (10). bump sysctl? add sockopt?
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* figure out whether we should leave dbus around during shutdown
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* add interface to allow immediate rotation of the journal, and even flushing.
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* dbus: in fedora, make the machine a symlink to /etc/machine-id
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journald: reuse XZ context
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* write RPM spec macros for presets
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: write man pages for API
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: OR matches are borked
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering
74b2466e14a1961bf3ac0e8a60cfaceec705bd59Lennart Poettering* journal: extend hash tables as we go
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* journal: API for looking for retrieving "all values of this field"
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* journal: deal nicely with byte-by-byte copied files, especially regards header
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* journal: local deserializer of export mode, http server
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* journal: message catalog
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* journal: forward-secure signatures
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* document the exit codes when services fail before they are exec()ed
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* systemctl journal command
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* journalctl: --cursor support, priority filtering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* systemctl status: show coredumps
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* systemctl status: show whether journal was rotated since service started
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* save coredump in Windows/Mozilla minidump format
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* journal: allow per-entry control on /var vs. /run (think incognito browser mode)
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering* clean up session cgroups that remain after logout (think sshd), but eventually run empty
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* support "systemctl stop foobar@.service" to stop all units matching a certain template
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* logind: allow showing logout dialog from system
faa133f3aa7a18f26563dc5d6b95898cb315c37aLennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* document that %% can be used to write % in a string that is specifier extended
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* when an instanced service exits, remove its parent cgroup too if possible.
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* automatically escape unit names passed on the service (i.e. think "systemctl start serial-getty.service@serial/by-path/jshdfjsdfhkjh" being automatically escaped as necessary.
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* if we can not get user quota for tmpfs, mount a separate tmpfs instance
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering for every user in /run/user/$USER with a configured maximum size
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* add an option to make mounts private/shareable and so on, enable this for root by default
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* be able to specify a forced restart of service A where service B depends on, in case B
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering needs to be auto-respawned?
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* when a bus name of a service disappears from the bus make sure to queue further activation requests
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* something like ConditionExec= or ExecStartPre= without failure state
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* don't set $HOME in services unless requested
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* hide PAM/TCPWrap options in fragment parser when compile time disabled
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* when we automatically restart a service, ensure we restart its rdeps, too.
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* allow Type=simple with PIDFile=
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=723942
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* move PAM code into its own binary
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* warn if the user stops a service but not its associated socket
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* logind: spawn user@..service on login
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* logind: non-local X11 server handling
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* implement Register= switch in .socket units to enable registration
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering in Avahi, RPC and other socket registration services.
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* verify that the AF_UNIX sockets of a service in the fs still exist
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering when we start a service in order to avoid confusion when a user
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering assumes starting a service is enough to make it accessible
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* Make it possible to set the keymap independently from the font on
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering the kernel cmdline. Right now setting one resets also the other.
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* move nss-myhostname into systemd
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* and a dbus call to generate target from current state
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* drop /.readahead on bigger upgrades with yum
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* add support for /bin/mount -s
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* GC unreferenced jobs (such as .device jobs)
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* when failing to start a service due to ratelimiting, try again later, if restart=always is set
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering* write blog stories about:
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering - enabling dbus services
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering - status update
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering - how to make changes to sysctl and sysfs attributes
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering - remote access
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering - how to pass throw-away units to systemd, or dynamically change properties of existing units
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering - how to integrate cgconfig and suchlike with systemd
322345fdb9865ef2477fba8e4bdde0e1183ef505Lennart Poettering - resource control in systemd
- inhibiting
- testing with Harald's awesome test kit
- the Documentation=
* allow port=0 in .socket units
* move readahead files into /var, look for them with .path units
* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
* support systemd.mask= on the kernel command line.
* when key file cannot be found, read it from kbd in cryptsetup
* reuse mkdtemp namespace dirs in /tmp?
* recreate systemd's D-Bus private socket file on SIGUSR2
* Support --test based on current system state
* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
* maybe introduce ExecRestartPre=
* configurable jitter for timer events
* timer events with system resume
* timer events on calendar time
* dot output for --test showing the 'initial transaction'
* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
* implicitly import "defaults" settings file into all types
* exec settings override
* writable cgroups dbus properties for live changes
* read config fragments for all units from /lib/systemd/system/foobar.service.d/ to override/extend specific settings
* port over to LISTEN_FDS/LISTEN_PID:
- rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
- cups HAVEPATCH
- postfix, saslauthd
- apache/samba
- libvirtd (/var/run/libvirt/libvirt-sock-ro)
- bluetoothd (/var/run/sdp! @/org/bluez/audio!)
- distccd
* auditd service files
* fingerprint.target, wireless.target, gps.target, netdevice.target
* io priority during initialization
* systemctl list-jobs - show dependencies
* add systemctl switch to dump transaction without executing it
* drop cap bounding set in readahead and other services
External:
* dbus:
- dbus --user
- natively watch for dbus-*.service symlinks (PENDING)
- allow specification of socket mode/umask when allocating DBusServer
- allow disabling of fd passing when connecting a AF_UNIX connection
- allow disabling of UID passing for AUTH EXTERNAL
- always pass cred data along each message
* fix alsa mixer restore to not print error when no config is stored
* gnome-shell python script/glxinfo/is-accelerated must die
* make cryptsetup lower --iter-time
* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
* NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only
in an ~30 minutes window. It does not adjust larger differences. Find a way
to tell the kernel, to always do a full time sync when the RTC is in UTC and
we are in 11-minutes-mode. When we trust the system time to NTP we also want
the RTC to sync up.
* kernel: add device_type = "fb", "fbcon" to class "graphics"
Regularly:
* look for close() vs. close_nointr() vs. close_nointr_nofail()
* check for strerror(r) instead of strerror(-r)
* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
* %m in printf() instead of strerror();
* pahole
* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!