TODO revision 2e4015f3e73173a4346c03a1ed7962f7d3423ed2
71092d70af35567dd154d3de2ce04ce62e157a7cLennart PoetteringBugfixes:
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering* swap units that are activated by one name but shown in the kernel under another are semi-broken
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* Dangling symlinks of .automount unit files in .wants/ directories, set up
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers automount points even when the original .automount file did not exist
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers anymore. Only the .mount unit was still around.
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering* make polkit checks async
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering
a40593a0d0d740efa387e35411e1e456a6c5aba7Lennart Poettering* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers
7bcd865d386d96caac83cb1c589fdb8f9ce3b081Zbigniew Jędrzejewski-Szmek* add 'set -e' to scripts in test/
7bcd865d386d96caac83cb1c589fdb8f9ce3b081Zbigniew Jędrzejewski-Szmek* make test in test/ work with separate output dir
7bcd865d386d96caac83cb1c589fdb8f9ce3b081Zbigniew Jędrzejewski-Szmek
2f8d077ece024b985f2501dc8c904c2d29967acbKay Sievers* suppress log output on shutdown when "quiet" is used
2f8d077ece024b985f2501dc8c904c2d29967acbKay Sievers
2d19f95caef8668aeb5c05a18b39c6b79f710856Kay SieversFedora 19:
2f8d077ece024b985f2501dc8c904c2d29967acbKay Sievers
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering* make anaconda write timeout=0 for encrypted devices
c0fe5db522b52f27e030655ce2c03e05cbbc1558Kay Sievers
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* create /var/log/journal/
c0fe5db522b52f27e030655ce2c03e05cbbc1558Kay Sievers
c3090674833c8bd34fbdb0e743f1c47d85dd14fbLennart Poettering* external: maybe it is time to patch procps so that "ps" links to
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering libsystemd-logind to print a pretty service name, seat name, session
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering name in its output. Currently it only shows cgroup membership, but
2d19f95caef8668aeb5c05a18b39c6b79f710856Kay Sievers that's sometimes kinda hard to parse for a human.
2d19f95caef8668aeb5c05a18b39c6b79f710856Kay Sievers
314b4b0a68d9ab35de981923a088fc8c8820caa5Lennart Poettering* cgroup attrs:
bfb7ec0ebab18a0bc8a99997f541c980a323c867Lennart Poettering - update dbus interface docs in wiki
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering* kernel cmdline switch to turn off predictable network interface names
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering
0028da22f194f7c0ca7169a48cf32e1bc0f9138aLennart Poettering* journal is not closed properly at shutdown when run in a container?
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering* localed:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - localectl: add listing support for X11 keymaps, by parsing /usr/share/X11/xkb/rules/xorg.lst
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering - localectl: support new converted x11→console keymaps
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering* logind: Class property should probably know "background" or so as value for cron jobs, and the inhibition checks should filter those out too.
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering
7b4da18c1717f811bae67ea3d39290495857c03eLennart Poettering* timer logic is confused by units which are skipped due to failing condition
7b4da18c1717f811bae67ea3d39290495857c03eLennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2013-February/008816.html
788f75a0e766738c052086e856b7c1b1b676de6bLennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* timer logic is also confused if a service it triggers hasn't finished when the next timer elapses:
205b7fa46594b38901636b167b02a8725d915b79Lennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2013-February/009021.html
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
95b4be171988fc2ea33377b1b4450e5d410add7bLennart PoetteringFeatures:
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering* safe_atod() is too naive, as it is vulnerable to locale parameters, should be locale independent.
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering* neither pkexec nor sudo initialize environ[] from the PAM environment?
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* rework specifier logic so that we can distuingish OOM errors from other errors
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* systemd-inhibit: refuse taking delay locks
499519c6499e92d1953fd79b99a805b9278d5ea1Lennart Poettering
398a745c73cec10b1a669703644651d94eb37599Lennart Poettering* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
398a745c73cec10b1a669703644651d94eb37599Lennart Poettering
398a745c73cec10b1a669703644651d94eb37599Lennart Poettering* remove any syslog support from log.c -- we probably can't do this before split-off udev is gone for good
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* tmpfiles: when traversing the tree, check for bind mount points with nametohandle()
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* fedora: connect the timer units of a service to the service via Also= in [Install], and maybe introduce timers.target
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* fedora: F20: go timer units all the way, leave cron.daily for cron
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* add a tool that lists active timer units plus their next elapstion and the time the units ran last
390b5e558c8d1fc550386f52969ee8dc256e9b3dLennart Poettering
390b5e558c8d1fc550386f52969ee8dc256e9b3dLennart Poettering* man: document the very specific env the shutdown drop-in tools live in
390b5e558c8d1fc550386f52969ee8dc256e9b3dLennart Poettering
390b5e558c8d1fc550386f52969ee8dc256e9b3dLennart Poettering* shutdown logging: store to EFI var, and store to USB stick?
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering* man: extend runlevel(8) to mention that runlevels suck, and are dead. Maybe add runlevel(7) with a note about that too
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering* systemctl: maybe add "systemctl add-wants" or so...
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering* man: add a link to socket activation blog from systemd.socket(5)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
5965984d6b9f7751d6281028142ecf3ca475f156Lennart Poettering* systemctl status: show drop-in snippets for service files in addition to service file path themesevles.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* man: add more examples to man pages
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* man: maybe sort directives in man pages, and take sections from --help and apply them to man too
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* add "# export SYSTEMD_PAGER=" to bash login
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
e41814846c19a48f4490169d82e359e005c4db45Lennart Poettering* /usr/bin/service should actually show the new command line
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering* fedora: suggest auto-restart on failure, but not on sucess and not on coredump. also, ask people to think about changing the start limit logic. Also point people to RestartPreventExitStatus=, SuccessExitStatus=
c0fe5db522b52f27e030655ce2c03e05cbbc1558Kay Sievers
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering* write UI tool that pops up emergency messages from the journal as notification
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering* think about window-manager-run-as-user-service problem: exit 0 → activate shutdown.target; exit != 0 → restart service
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* msgcatalog determine default language of entries from the catalog
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering file name. i.e. foobar.de_DE.catalog would set the default entry
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering name for the entries to de_DE if they aren't explicitly suffixed
8ed206517c2be381324ac5832bf34cc14024270eLennart Poettering individually.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
e6c6e7afffa80ad74efdb1ddfa815294624f1608Lennart Poettering* figure out what we do about hostnames/fqdn in hostnamectl/hostnamed
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* use "log level" rather than "log priority" everywhere
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* unit_name_mangle() is currently not used on "systemctl enable" and friends, only on "systemctl start"
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* ensure sd_journal_seek_monotonic actually works properly.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* timedate: have global on/off switches for auto-time (NTP), and auto-timezone that connman can subscribe to.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* support --root= in msgcatalog compiler
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering* Honour "-" prefix for InaccessibleDirectories= and ReadOnlyDirectories= to
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering suppress errors of the specified path doesn't exist
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* dev-setup.c: when running in a container, create a tiny stub udev
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering database with the systemd tag set for all network interfaces found,
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering so that libudev reports them as present, and systemd's .device units
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering will be activated.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* merge service_kill() logic into unit_kill_context() and unify the code paths
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* introduce ExecCondition= in services
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* EFI:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - fsck hookup for the ESP mount is missing
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - write man page for efi boot generator
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - honor language efi variables for default language selection (if there are any?)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - honor timezone efi variables for default timezone selection (if there are any?)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - introduce bootctl (backed by systemd-bootd) to control temporary and persistent default boot goal plus efi variables
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* maybe do not install getty@tty1.service symlink in /etc but in /usr?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* re-enable "make check" for gtk-doc (broken for unknown reason)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=812826
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* logind:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: wakelock/opportunistic suspend support
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Add pretty name for seats in logind
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: allow showing logout dialog from system?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: spawn user@..service on login
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: non-local X11 server handling
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - pam_systemd: try to get old session id from cgroup, if audit sessionid cannot be determined
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: GetSessionByPID() should accept 0 as PID value
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* DeviceAllow/DeviceDeny: disallow everything by default, but whitelist /dev/zero, /dev/null and friends
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* service: watchdog logic: for testing purposes allow ping, but do not require pong
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* journal:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - import and delete pstore filesystem content at startup
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: also get thread ID from client, plus thread name
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add API to close/reopen/get fd for journal client fd in libsystemd-journal.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - fallback to /dev/log based logging in libsystemd-journal, if we can't log natively?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - declare the local journal protocol stable in the wiki interface chart
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: reuse XZ context
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: when dropping msgs due to ratelimit make sure to write
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering "dropped %u messages" not only when we are about to print the next
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering message that works, but alraedy after a short tiemout
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - check if we can make journalctl by default use --follow mode inside of less if called without args?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - maybe add API to send pairs of iovecs via sd_journal_send
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: when writing journal auto-rotate if time jumps backwards
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - gatewayd: should run under its own UID
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: add a setgid "systemd-journal" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journactl: support negative filtering, i.e. FOOBAR!="waldo",
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering and !FOOBAR for events without FOOBAR.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: when rotating, copy over old acls/access mode
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs.
8b04b925e587ff56568c62ff5ad3f2ea2b34ca7aLennart Poettering - journal: when we haven't written anything in a while, sync to disk and mark file as offline, in order to be more often than not in a clean state
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal-send.c, log.c: when the log socket is clogged, and we drop, count this and write a message about this when it gets unclogged again.
7361c3b4e1e28a7eb4354a3da354b22e79782141Lennart Poettering - journal: find a way to allow dropping history early, based on priority, other rules
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - journal: When used on NFS, check payload hashes
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - journal: When used on NFS make sure wake up sd_journal_wait() every 2s, to handle missing inotify
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Introduce journalctl -b <nr> to show journal messages of a previous boot
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: check whether it is OK if the client can still modify delivered journal entries
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal live copy, based on libneon (client) and libmicrohttpd (server)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: add kernel cmdline option to disable ratelimiting for debug purposes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - refuse taking lower-case variable names in sd_journal_send() and friends.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: deal nicely with byte-by-byte copied files, especially regards header
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers - journal: store euid in journal if it differs from uid
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers - journalctl: make journalctl smarter, and actually check groups that have access to /var/log/journal before printing message about recomming group membership for journal access
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers
f6113d42d015ad9f3a9e702a09eb8006511a4424Kay Sievers* document:
f6113d42d015ad9f3a9e702a09eb8006511a4424Kay Sievers - document unit_name_mangle()
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers - document that deps in [Unit] sections ignore Alias= fileds in
7a43e910ce00eef22fd42925ae4c85cbea1b1320Kay Sievers [Install] units of other units, unless those units are disabled
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers - man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
c55b1b59b837dfd924b704d457ed77c55f8bfeabLennart Poettering - Document word splitting syntax for ExecStart= and friends
6c1703cc35b3a5f93ad3cc813fea10cb9a636102Kay Sievers - document that units from /etc override those from /usr and /run
6c1703cc35b3a5f93ad3cc813fea10cb9a636102Kay Sievers - document the exit codes when services fail before they are exec()ed
6c1703cc35b3a5f93ad3cc813fea10cb9a636102Kay Sievers - document that service reload may be implemented as service reexec
08f9588885c5d65694b324846b0ed19211d2c178Lennart Poettering - document in wiki how to map ical recurrence events to systemd timer unit calendar specifications
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering* systemctl:
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering - systemctl list-jobs - show dependencies
9ec82de1725ddaab333149171b790d62c47ae133Lennart Poettering - add systemctl switch to dump transaction without executing it
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - "systemctl disable" on a static unit prints no message and does
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering nothing. "systemctl enable" does nothing, and gives a bad message
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering about it. Should fix both to print nice actionable messages.
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering - print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering - add new command to systemctl: "systemctl system-reexec" which reexecs as many daemons as virtually possible
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - systemctl enable: improve the success messages (i.e. more human readable, less shell-like)
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - systemctl enable: fail if target to alias into doesn't exist? maybe show how many units are enabled afterwards?
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - systemctl: "Journal has been rotated since unit was started." message is misleading
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering - support "systemctl stop foobar@.service" to stop all units matching a certain template
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering - Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering - add configuration/switches to use
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering freeze (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git) and
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering standby (https://bugs.freedesktop.org/show_bug.cgi?id=57793) as suspend modes
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* When shutdown.target is queued begin with an asynchronous sync()?
603cd8fe07cb03e8b11722d1a732e569e5a46347Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* introduce ntp.service (or suchlike) as symlink that is used to arbitrate between various NTP implementations
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* deal with sendmail/postfix exclusivity
6d0274f11547a0f11200bb82bf598a5a253e12cfLennart Poettering
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart Poettering* timer units:
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart Poettering - configurable jitter for timer events
9b27910bb0c23e5225fc1177176e4f9bf9bf787bLennart Poettering - timer events with system resume
9b27910bb0c23e5225fc1177176e4f9bf9bf787bLennart Poettering - timer units should get the ability to trigger when:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering o CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
08f9588885c5d65694b324846b0ed19211d2c178Lennart Poettering o DST changes
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - Support 2012-02~4 as syntax for specifying the fourth to last day of the month.
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* update the kernel's TZ (sys_tz) when DST changes
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* sync down the system time to the RTC when:
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - CLOCK_REALTIME makes jumps (the user explicitely requested a time set)
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp)
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers mode, it will never touch the RTC if the no reliable time source is active or the
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering user did not request anything like it.
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* hwdb:
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering - implement conditional properties (dmi matches)
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering - hwdb --filter=ID_DRIVE_*
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering* if booted in "quiet" mode, and an error happens, turn on status
1920e37ef9fec04a1fd882f66bfa7a9a5b91c536Lennart Poettering output again, so that the emergency mode isn't totally
1920e37ef9fec04a1fd882f66bfa7a9a5b91c536Lennart Poettering surprising. Also, terminate plymouth.
15abdb9a6f34628b04b887e0b9649fa582d6cd37Lennart Poettering
1920e37ef9fec04a1fd882f66bfa7a9a5b91c536Lennart Poettering* libunwind support for coredump pattern hook, and includes this in
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering the message for coredumps. After all, libunwind is now capable to
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering unwind coredumps since a few weeks ago. This probably requires that
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering we have nice support for multi-line messages on display in
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering logs-show.c. Alternatively: use libelfutil, which seems to be the
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering better supported alternative.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* figure out relation of --all and --full in the various tools
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* add libsystemd-password or so to query passwords during boot using the password agent logic
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* If we show an error about a unit (such as not showing up) and it has no Description string, then show a description string generated form the reverse of unit_name_mangle().
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* fedup: add --unit to systemctl switch-root somehow
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* fedup: don't delete initrd on switch-root
f801968466fed39d50d410b30ac828c26722cc95Lennart Poettering* fedup: generator
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering* timedated:
178cc7700c23ac088cd7190d7854282075028d91Lennart Poettering - timedated: export boolean that clarifies whether NTP is even available
de34a42bcad31f0648ac0f249801310e0dbf83f9Lennart Poettering - timedated: refuse time changes when NTP is on
de34a42bcad31f0648ac0f249801310e0dbf83f9Lennart Poettering
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* clean up date formatting and parsing so that all absolute/relative timestamps we format can also be parsed
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* introduce generic AUGMENT_PID=, AUGMENT_DEVICE= fields
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* on shutdown: move utmp, wall, audit logic all into PID 1 (or logind?), get rid of systemd-update-utmp-runlevel
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering* add "provisioning" instructions to setup an empty /etc + /var
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering - used to setup a new container from a shared /usr
d05c556b6b2a680ec8b51ecbbc99a9ab14c28eedZbigniew Jędrzejewski-Szmek - superset of tmpfiles model
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering - instructions shipped by packages and stored in /usr/lib/
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering - compose /etc/passwd and /etc/group, copy files
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering - able to create uid + gid used by packages, for file ownership
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering* make repeated alt-ctrl-del presses printing a dump, or even force a reboot without
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering waiting for the timeout
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering
d87be9b0af81a6e07d4fb3028e45c4409100dc26Lennart Poettering* high level net_prio setting in execution context
d87be9b0af81a6e07d4fb3028e45c4409100dc26Lennart Poettering
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* hostnamed: before returning information from /etc/machine-info.conf check the modification data and reread. Similar for localed, ...
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering* currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab isn't
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering* WorkingDirectory: support env var replacements like in ExecStart= so that people can use $HOME
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering* refuse boot if /etc/machine-id is not useful (or set taint?)
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering
7560fffcd2531786b9c1ca657667a43e90331326Lennart Poettering* nspawn:
7560fffcd2531786b9c1ca657667a43e90331326Lennart Poettering - nspawn: consider changing users for -u with su, so that NSS resolving works correctly
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - nspawn: implement personality changes a la linux32(8)
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering - nspawn: --read-only is not applied recursively to submounts
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering - nspawn: make use of device cgroup controller by default
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering - bind mount read-only the cgroup tree higher than nspawn
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - nspawn: investigate whether we can support the same as LXC's
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering lxc.network.type=phys mode, and pass through entire network
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering interfaces to the container
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - nspawn: maybe add a way to drop additional caps, in addition to add additional caps
edca2e2348b314e2d892fe6f8ae276fdc223f014Thomas Hindoe Paaboel Andersen - nspawn: maybe explicitly reset loginuid?
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - nspawn: move all containers to name=systemd:/containers/, and introduce externally visible names for containers
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering - nspawn: make it work for dwalsh and shared /usr containers -- tmpfs mounts as command line parameters, selinux exec context
5aea932fd54db835b77709ddeba30732648aae53Lennart Poettering
5aea932fd54db835b77709ddeba30732648aae53Lennart Poettering* cryptsetup:
918943c75fbd9dee87ff396de3a7c63a8d228433Lennart Poettering - cryptsetup-generator: warn if the password files are world-readable
918943c75fbd9dee87ff396de3a7c63a8d228433Lennart Poettering - cryptsetup-generator: add RequiresMountsFor= to cryptseup service files referencing a file, similar for devices
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering - cryptsetup-generator: allow specification of passwords in crypttab itself
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering - move cryptsetup key caching into kernel keyctl?
8230e26dc954a40d8c9dbc8ddd9376117021f9d2Lennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54982
8230e26dc954a40d8c9dbc8ddd9376117021f9d2Lennart Poettering - when key file cannot be found, read it from kbd in cryptsetup
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering* move debug shell to tty6 and make sure this doesn't break the gettys on tty6
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering* hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it
88a6c5894c9d3f85d63b87b040c130366b4006ceKay Sievers https://bugs.freedesktop.org/show_bug.cgi?id=54712
8351ceaea9480d9c2979aa2ff0f4982cfdfef58dLennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* after deserializing sockets in socket.c we should reapply sockopts and things
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* make timer units go away after they elapsed
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* http://lists.freedesktop.org/archives/systemd-devel/2012-September/006502.html
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering (network and remote-fs on shutdown)
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering
c649f72baed31c54c8384c3ca1d203fab6e98d08David Strauss* come up with a nice way to write queue/read_ahead_kb for a block device without interfering with readahead
c649f72baed31c54c8384c3ca1d203fab6e98d08David Strauss
be0aa78406c73a6625308dc0672b5ff27ec6f9a8Lennart Poettering* move PID 1 segfaults to /var/lib/systemd/coredump?
be0aa78406c73a6625308dc0672b5ff27ec6f9a8Lennart Poettering
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering* create /sbin/init symlinks from the build system
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering* Query Paul Moore about relabelling socket fds while they are open
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering* system.conf should have controls for cgroups
eeb875144e5a80d0521461a139f13fc8014d77d8Lennart Poettering
eeb875144e5a80d0521461a139f13fc8014d77d8Lennart Poettering* allow writing multiple conditions in unit files on one line
59cea26a349cfa8db906b520dac72563dd773ff2Lennart Poettering
35eb6b124ebdf82bd77aad6e44962a9a039c4d33Lennart Poettering* explore multiple service instances per listening socket idea
9473414219330b9febc1d0712bbf49ad74cf962fLennart Poettering
f1a8e221ecacea23883df57951e291a910463948Lennart Poettering* shutdown: don't read-only mount anything when running in container
7b63bde1ed0d4f30c799c9b4737fa926465929f9Lennart Poettering
7b63bde1ed0d4f30c799c9b4737fa926465929f9Lennart Poettering* MountFlags=shared acts as MountFlags=slave right now.
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering* ReadOnlyDirectories= is not applied recursively to submounts
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering* drop PID 1 reloading, only do reexecing (difficult: Reload()
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers currently is properly synchronous, Reexec() is weird, because we
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers can't delay the response properly until we are back, so instead of
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers being properly synchronous we just keep open the fd and close it
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers when done. That means clients don't get a successful method reply,
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers but much rather a disconnect on success.
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* remember which condition failed for services, not just the fact that something failed
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* use opterr = 0 for all getopt tools
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering* properly handle loop back mounts via fstab, especially regards to fsck/passno
06dab8e18aebf822392c7ca66c5bf3c1200fdec8Lennart Poettering
06dab8e18aebf822392c7ca66c5bf3c1200fdec8Lennart Poettering* allow services with no ExecStart= but with an ExecStop=
e01a15b71e18bf2008aec7e75041ffa42eb80b80Kay Sievers
a888b352eb53b07daa24fa859ceeb254336b293dLennart Poettering* dracut-shutdown needs to be ordered before unmounting /boot
98ef27df896f36f0407eaa7ed9e295203b9c271bLennart Poettering
a0a3844815b0f346dba03f41245c620f432e462fLennart Poettering* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* rename "userspace" to "core-os"
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* syscall filter:
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - syscall filter: add knowledge about compat syscalls
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - syscall filter: don't enforce no new privs?
b8217b7bd5fd171916a095b150fad4c3a37f5a41Kay Sievers - syscall filter: option to return EPERM rather than SIGSYS?
18b754d345ecb0b15e369978aaffa72e9814b86aKay Sievers - syscall filter: port to libseccomp
068665b6fd9839f27bcace7e8f56c0baa6935272Lennart Poettering - system-wide seccomp filter
231931ffba1bca9d8759bbd6f797e56f8c6971faLennart Poettering
231931ffba1bca9d8759bbd6f797e56f8c6971faLennart Poettering* systemd-analyze: data collection tools should be lightweight (few dependencies); data analysis tools can be heavyweight
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering* .device aliases need to be implemented with the "following" logic, probably.
bd08f2422491169e92dc0899d5ba848fcae4c15cLennart Poettering
bd08f2422491169e92dc0899d5ba848fcae4c15cLennart Poettering* load-fragment: when loading a unit file via a chain of symlinks
fb0864e7b9c6d26269ccea6ec5c0fd921c029781Lennart Poettering verify that it isn't masked via any of the names traversed.
fb0864e7b9c6d26269ccea6ec5c0fd921c029781Lennart Poettering
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering* introduce Type=pid-file
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering* maybe allow services with ExecStop= set, but no ExecStart=?
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering* change Requires=basic.target to RequisiteOverride=basic.target
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering* support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering
53ed2eeb2e709a6c0d152d7bdf2d9a4b9f997a16Lennart Poettering* drop accountsservice's StandardOutput=syslog and Type=dbus fields
53ed2eeb2e709a6c0d152d7bdf2d9a4b9f997a16Lennart Poettering
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
680a1dbc354b2f437b4e06e27d4c43217977efdfLennart Poettering
a6e87e90ede66815989ba2db92a07102a69906feLennart Poettering* move passno parsing to fstab generator
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering* automount: implement expire:
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - set superblock timeout AUTOFS_DEV_IOCTL_TIMEOUT_CMD
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - periodically run AUTOFS_DEV_IOCTL_EXPIRE_CMD
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - every timeout/4 (original autofs logic)
5ba081b0fb02380cee4c2ff5bc7e05f869eb8415Lennart Poettering - blocking, needs a thread
5ba081b0fb02380cee4c2ff5bc7e05f869eb8415Lennart Poettering - run until -EAGAIN
4cbd9ecf45f64c3a9acc99d473fbf3be3687ae24Lennart Poettering - receive expire packet on pipe if kernel tells the timeout is over
4cbd9ecf45f64c3a9acc99d473fbf3be3687ae24Lennart Poettering - call umount
65c0cf7108ae3537a357c74b4586a783baba82f9Lennart Poettering - answer expire packet on pipe with AUTOFS_DEV_IOCTL_{READY,FAIL}_CMD
65c0cf7108ae3537a357c74b4586a783baba82f9Lennart Poettering - AUTOFS_DEV_IOCTL_EXPIRE_CMD returns
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering* ExecOnFailure=/usr/bin/foo
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering
de6c78f8795743894431a099d26ec562a8acf3dfLennart Poettering* ConditionSecurity= should learn about IMA and SMACK
7d441ddb5ca090b5a97f58ac4b4d97b3e84fa81eLennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* udev:
14e639ae7a1dbf156273ce697d30fbc6c6594209Lennart Poettering - remove src/udev/udev-builtin-firmware.c (CONFIG_FW_LOADER_USER_HELPER=n)
ff01d048b4c1455241c894cf7982662c9d28fd34Lennart Poettering - move to LGPL
ff01d048b4c1455241c894cf7982662c9d28fd34Lennart Poettering - unify utf8 validator code with shared/
d3c7d7dd77b2b72315164b672462825cef6c0f9aKay Sievers - kill scsi_id
72b9ed828bd22f3ddd74b6853c183eebf006d6d8Lennart Poettering - add trigger --subsystem-match=usb/usb_device device
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering* cleanup syslog 'priority' vs. 'level' wording
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* dbus upstream still refers to dbus.target and shouldn't
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart 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
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering* support container_ttys=
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering* introduce mix of BindTo and Requisite
7c697168102cb64c5cb65a542959684014da99c7Lennart Poettering
253ee27a0c7a410d27d490bb79ea97caed6a2b68Lennart Poettering* add DeleteSocketsOnStop=yes|no option to socket units
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering
8d0e38a2b966799af884e78a54fd6a2dffa44788Lennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering* default unix qlen is too small (10). bump sysctl? add sockopt?
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering* figure out whether we should leave dbus around during shutdown
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* dbus: in fedora, make /var/lib/dbus/machine-id a symlink to /etc/machine-id
916abb21d0a6653e0187b91591e492026886b0a4Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* dbus: move dbus to early boot
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* save coredump in Windows/Mozilla minidump format
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b23de6af893c11da4286bc416455cd0926d1532eLennart Poettering* clean up session cgroups that remain after logout (think sshd), but eventually run empty
21bdae12e11ae20460715475d8a0c991f15464acLennart Poettering
21bdae12e11ae20460715475d8a0c991f15464acLennart Poettering* when an instanced service exits, remove its parent cgroup too if possible.
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering
796b06c21b62d13c9021e2fbd9c58a5c6edb2764Kay Sievers* be able to specify a forced restart of service A where service B depends on, in case B
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering needs to be auto-respawned?
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering
7a2a0b907b5cc60f5d9a871997d7d6e7f62bf4d8Lennart Poettering* when a bus name of a service disappears from the bus make sure to queue further activation requests
253ee27a0c7a410d27d490bb79ea97caed6a2b68Lennart Poettering
5d0fcd7c8d29340ac9425c309e8ac436a9af699cLennart Poettering* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
5d0fcd7c8d29340ac9425c309e8ac436a9af699cLennart Poettering
8bbabc447b1d913bd21faf97c7b17d20d315d2b4Lennart Poettering* for services: don't set $HOME in services unless requested
f530371f1f85a070d7d0fb5112146a43533ae00bLennart Poettering
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* hide PAM/TCPWrap options in fragment parser when compile time disabled
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering
a73d88fa024b5668ed7dde681e99547d41e6a864Lennart Poettering* when we automatically restart a service, ensure we restart its rdeps, too.
a74a8793b04de9886b4f6987b9cb86fa02c73520Lennart Poettering
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering* allow Type=simple with PIDFile=
a74a8793b04de9886b4f6987b9cb86fa02c73520Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=723942
73090dc815390f4fca4e3ed8a7e1d3806605daaaLennart Poettering
44143309dd0b37d61d7d842ca58f01a65646ec71Kay Sievers* move PAM code into its own binary
3d57c6ab801f4437f12948e29589e3d00c3ad9dbLennart Poettering
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* implement Register= switch in .socket units to enable registration
3f7a8c4e9f1d3ce48919e24eb2c9d56dd6fd88d8Kay Sievers in Avahi, RPC and other socket registration services.
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering
2791a8f8dc8764a9247cdba3562bd4c04010f144Lennart Poettering* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
a8f11321c209830a35edd0357e8def5d4437d854Lennart Poettering
a8f11321c209830a35edd0357e8def5d4437d854Lennart Poettering* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
21bdae12e11ae20460715475d8a0c991f15464acLennart Poettering
Error!

 

There was an error!

null

java.lang.NullPointerException