TODO revision e2a69298819b58f008be61d314f8ab95ccaec427
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* Re-enable "fsck -l" when it is ready:
4c8cd173305697f59adcebf980ad7babe751d38cLennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=79576#c5
4c8cd173305697f59adcebf980ad7babe751d38cLennart Poettering* Should systemctl status \* work on all unit types, not just .service?
4c8cd173305697f59adcebf980ad7babe751d38cLennart Poettering* Dangling symlinks of .automount unit files in .wants/ directories, set up
4c8cd173305697f59adcebf980ad7babe751d38cLennart Poettering automount points even when the original .automount file did not exist
4c8cd173305697f59adcebf980ad7babe751d38cLennart Poettering anymore. Only the .mount unit was still around.
4c8cd173305697f59adcebf980ad7babe751d38cLennart Poettering* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
4c8cd173305697f59adcebf980ad7babe751d38cLennart Poettering* Fedora: when installing fedora with yum --installroot /var/run is a directory, not a symlink
4c8cd173305697f59adcebf980ad7babe751d38cLennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=975864
4c8cd173305697f59adcebf980ad7babe751d38cLennart Poettering* Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* Fedora: post FPC ticket to move add %tmpfiles_create to the packaging guidelines
187076d47907f7b3fcd61b2ef5eef9820915946aLennart Poettering* Fedora: move kernel image to /usr/lib/modules/, kernel-install will take care of populating /boot
187076d47907f7b3fcd61b2ef5eef9820915946aLennart Poettering* Fedora: remove /etc/resolv.conf tmpfiles hack
194bbe33382f5365be3865ed1779147cb680f1d3Kay Sievers* Allow multiple ExecStart= for all Type= settings, so that we can cover rescue.service nicely
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* the resolv.conf tmpfiles line should be covered by ENABLE_NETWORKD...
91cf7e5c37f97c6eb29966fac0afcbaa6662e05dTollef Fog Heen* sysusers: also create entries in /etc/shadow, /etc/gshadow
f13b388f97bc3ba8db844bd3413d510e2466a0b6Kay Sievers* Add a new verb "systemctl top"
2d13da8821b8197e62f819b5b996750800e910abKay Sievers* order OnCalendar timer units after timer-sync.target if DefaultDependencies=no so that we don't trigger them prematurely
2d13da8821b8197e62f819b5b996750800e910abKay Sievers* refuse mounting on symlinks
194bbe33382f5365be3865ed1779147cb680f1d3Kay Sievers* logind: allow users to kill or lock their own sessions
194bbe33382f5365be3865ed1779147cb680f1d3Kay Sievers* add new gpt type for btrfs volumes
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* support empty /etc boots nicely:
194bbe33382f5365be3865ed1779147cb680f1d3Kay Sievers - nspawn/gpt-generator: introduce new gpt partition type for /usr
194bbe33382f5365be3865ed1779147cb680f1d3Kay Sievers - fstab-generator: support systemd.volatile=yes|no|state on the kernel cmdline, too, similar to nspawn's --volatile=
f13b388f97bc3ba8db844bd3413d510e2466a0b6Kay Sievers - fstab-generator: add support for usr= in addition to root= on the kernel cmdline
f13b388f97bc3ba8db844bd3413d510e2466a0b6Kay Sievers* generator that automatically discovers btrfs subvolumes, identifies their purpose based on some xattr on them.
f13b388f97bc3ba8db844bd3413d510e2466a0b6Kay Sievers* support setting empty environment variables with Environment= and EnvironmentFile=
c195956988799837b763ab1b9f078e5f0b7f26e6Kay Sievers* machined/machinectl: sort IP addresses we return by scope and protocol
c195956988799837b763ab1b9f078e5f0b7f26e6Kay Sievers* machined: write NSS module for looking up IP addresses for machines
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* timer units: actually add extra delays to timer units with high AccuracySec values, don't start them already when we are awake...
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* timesyncd - hookup with networkd: NTP servers from dhcp
18b754d345ecb0b15e369978aaffa72e9814b86aKay Sievers* a way for container managers to turn off getty starting via $container_headless= or so...
18b754d345ecb0b15e369978aaffa72e9814b86aKay Sievers* figure out a nice way how we can let the admin know what child/sibling unit causes cgroup membership for a specific unit
18b754d345ecb0b15e369978aaffa72e9814b86aKay Sievers* journalctl: add the ability to look for the most recent process of a binary. journalctl /usr/bin/X11 --pid=-1 or so...
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* set NOTIFY_SOCKET also for control processes
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* mount_cgroup_controllers(): symlinks need to get the label applied
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* For timer units: add some mechanisms so that timer units that trigger immediately on boot do not have the services
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering they run added to the initial transaction and thus confuse Type=idle.
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* Add timeout to early-boot, and shut down the system if it is hit. Solves the laptop-in-bag problem and is useful for embedded cases
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* Run most system services with cgroupfs read-only and procfs with a more secure mode (doesn't work, since the hidepid= option is per-pid-namespace, not per-mount)
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* sd-event: generate a failure of a default event loop is executed out-of-thread
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* expose "Locked" property on logind sesison objects
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* add bus api to query unit file's X fields.
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* consider adding RuntimeDirectoryUser= + RuntimeDirectoryGroup=
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* sd-event: define more intervals where we will shift wakeup intervals around in, 1h, 6h, 24h, ...
3943231cfeb3d76dc4ec0b9f845c3f874593a9deLennart Poettering* gpt-auto-generator:
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - Support LUKS for root devices
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - Define new partition type for encrypted swap? Support probed LUKS for encrypted swap?
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - Make /home automount rather than mount?
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* improve journalctl performance by loading journal files
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering lazily. Encode just enough information in the file name, so that we
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering do not have to open it to know that it is not interesting for us, for
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering the most common operations.
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* add generator that pulls in systemd-network from containers when
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering CAP_NET_ADMIN is set, more than the loopback device is defined, even
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering when it is otherwise off
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* MessageQueueMessageSize= and RLimitFSIZE= (and suchlike) should use parse_iec_size().
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* "busctl status" works only as root on dbus1, since we cannot read
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* implement Distribute= in socket units to allow running multiple
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering service instances processing the listening socket, and open this up
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering for ReusePort=
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* socket units: support creating sockets in different namespace,
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering opening it up for JoinsNamespaceOf=. This would require to fork off
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering a tiny process that joins the namespace and creates/binds the socket
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering and passes this back to PID1 via SCM_RIGHTS. This also could be used
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering to allow Chown/chgrp on sockets without requiring NSS in PID 1.
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* New service property: maximum CPU and wallclock runtime for a service
3943231cfeb3d76dc4ec0b9f845c3f874593a9deLennart Poettering* introduce bus call FreezeUnit(s, b), as well as "systemctl freeze
3943231cfeb3d76dc4ec0b9f845c3f874593a9deLennart Poettering $UNIT" and "systemctl thaw $UNIT" as wrappers around this. The calls
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering should SIGSTOP all unit processes in a loop until all processes of
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering it are fully stopped. This can later be used for app management by
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering desktop UIs such as gnome-shell to freeze apps that are not visible
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering on screen, not unlike how job control works on the shell
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - manager property enumeration was broken when systemd moved to /usr/lib/
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - implement per-slice CPUFairScheduling=1 switch
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - handle jointly mounted controllers correctly
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - introduce high-level settings for RT budget, swappiness
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - how to reset dynamically changed unit cgroup attributes sanely?
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - when reloading configuration, apply new cgroup configuration
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - when recursively showing the cgroup hierarchy, optionally also show
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering the hierarchies of child processes
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* transient units:
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - allow creating auxiliary units with the same call
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - add field to transient units that indicate whether systemd or somebody else saves/restores its settings, for integration with libvirt
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - ensure scope units may be started only a single time
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk?
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* when we detect low battery and no AC on boot, show pretty splash and refuse boot
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* machined, localed: when we try to kill an empty cgroup, generate an ESRCH error over the bus
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* libsystemd-journal, libsystemd-login, libudev: add calls to easily attach these objects to sd-event event loops
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* be more careful what we export on the bus as (usec_t) 0 and (usec_t) -1
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* unify dispatch table in systemctl_main() and friends
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk?
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* rfkill,backlight: we probably should run the load tools inside of the udev rules so that the state is properly initialized by the time other software sees it
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* After coming back from hibernation reset hibernation swap partition using the /dev/snapshot ioctl APIs
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* If we try to find a unit via a dangling symlink, generate a clean
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering error. Currently, we just ignore it and read the unit from the search
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* refuse boot if /etc/os-release is missing or /etc/machine-id cannot be set up
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* given that logind now lets PID 1 do all nasty work, we can
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering probably reduce the capability set it retains substantially.
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering (we need CAP_SYS_ADMIN for drmSetMaster(), so maybe not worth it)
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* btrfs raid assembly: some .device jobs stay stuck in the queue
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* make sure gdm does not use multi-user-x but the new default X configuration file, and then remove multi-user-x from systemd
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted.
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* load .d/*.conf dropins for device units
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering* allow implementation of InaccessibleDirectories=/ plus
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering ReadOnlyDirectories=... for whitelisting files for a service.
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - when kdbus does not take our message without memfds, try again with memfds
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - systemd-bus-proxyd needs to enforce good old XML policy
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - allow updating attach flags during runtime
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - pid1: peek into activating message when activating a service
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - introduce sd_bus_emit_object_added()/sd_bus_emit_object_removed() that automatically includes the build-in interfaces in the list
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - port to sd-resolve for connecting to TCP dbus servers
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - see if we can drop more message validation on the sending side
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - add API to clone sd_bus_message objects
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - make AddMatch calls on dbus1 transports async?
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - kdbus: matches against source or destination pids for an "strace -p"-like feel. Problem: The PID info needs to be available in userspace too...
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - longer term: priority inheritance
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - dbus spec updates:
ea5943d3862cc690daa76e2ad336737407ec711cLennart Poettering - kdbus mapping
79849bf9f47f9867c72c7eb76b981bb354d0e30eLennart Poettering - "const" properties (posted)
79849bf9f47f9867c72c7eb76b981bb354d0e30eLennart Poettering - path escaping
79849bf9f47f9867c72c7eb76b981bb354d0e30eLennart Poettering - update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
79849bf9f47f9867c72c7eb76b981bb354d0e30eLennart Poettering - test bloom filter generation indexes
79849bf9f47f9867c72c7eb76b981bb354d0e30eLennart Poettering - allow multiple signal handlers per signal?
79849bf9f47f9867c72c7eb76b981bb354d0e30eLennart Poettering* in the final killing spree, detect processes from the root directory, and
79849bf9f47f9867c72c7eb76b981bb354d0e30eLennart Poettering complain loudly if they have argv[0][0] == '@' set.
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=961044
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* investigate endianness issues of UUID vs. GUID
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering should be able to safely try another attempt when the bus call LoadUnit() is invoked.
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* add a pam module that passes the hdd passphrase into the PAM stack and then expires it, for usage by gdm auto-login.
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* add a pam module that on password changes updates any LUKS slot where the password matches
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases...
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* timedatctl, localectl: possibly make some commands work without the daemon, for chroot situations...
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* timedatectl: print a nicer message when enabling ntp fails because ntpd/chrony are not installed
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* cgtop: make cgtop useful in a container
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering - add 'set -e' to scripts in test/
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering - make stuff in test/ work with separate output dir
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* seems that when we follow symlinks to units we prefer the symlink
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering destination path over /etc and /usr. We should not do that. Instead
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering /etc should always override /run+/usr and also any symlink
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* when isolating, try to figure out a way how we implicitly can order
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering all units we stop before the isolating unit...
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* teach ConditionKernelCommandLine= globs or regexes (in order to match foobar={no,0,off})
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* after all byte-wise realloc() is slow, even on glibc, so i guess we
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering need manual exponential loops after all
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* BootLoaderSpec: Clarify that the kernel has to be in $BOOT. Clarify
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering that the boot loader should be installed to the ESP. Define a way
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering how an installer can figure out whether a BLS compliant boot loader
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering* think about requeuing jobs when daemon-reload is issued? usecase:
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering the initrd issues a reload after fstab from the host is accessible
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering and we might want to requeue the mounts local-fs acquired through
16f1239e1ece27257c0deedcf01aa39474f66241Lennart Poettering that automatically.
437b7dee328738b7aca89a9c7527f228ff8f2d34Lennart Poettering* systemd-inhibit: make taking delay locks useful: support sending SIGINT or SIGTERM on PrepareForSleep()
437b7dee328738b7aca89a9c7527f228ff8f2d34Lennart Poettering* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
437b7dee328738b7aca89a9c7527f228ff8f2d34Lennart Poettering* remove any syslog support from log.c -- we probably cannot do this before split-off udev is gone for good
437b7dee328738b7aca89a9c7527f228ff8f2d34Lennart Poettering* shutdown logging: store to EFI var, and store to USB stick?
437b7dee328738b7aca89a9c7527f228ff8f2d34Lennart Poettering* write UI tool that pops up emergency messages from the journal as notification
437b7dee328738b7aca89a9c7527f228ff8f2d34Lennart Poettering* think about window-manager-run-as-user-service problem: exit 0 → activate shutdown.target; exit != 0 → restart service
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering* use "log level" rather than "log priority" everywhere
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering* merge unit_kill_common() and unit_kill_context()
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering* introduce ExecCondition= in services
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering - honor language efi variables for default language selection (if there are any?)
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering - honor timezone efi variables for default timezone selection (if there are any?)
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering - change bootctl to be backed by systemd-bootd to control temporary and persistent default boot goal plus efi variables
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering* maybe do not install getty@tty1.service symlink in /etc but in /usr?
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering* re-enable "make check" for gtk-doc (broken for unknown reason)
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=812826
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
204fa33c82588c47ebeef3f8c4c0b7da750e37f7Lennart Poettering* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
e0d25329b23a43332ea340f9907721873a316f4eKay Sievers - logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around
e0d25329b23a43332ea340f9907721873a316f4eKay Sievers - When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
e0d25329b23a43332ea340f9907721873a316f4eKay Sievers - logind: wakelock/opportunistic suspend support
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - Add pretty name for seats in logind
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - logind: allow showing logout dialog from system?
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - we should probably handle SIGTERM/SIGINT to not leave dot files around, just in case
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - session scopes/user unit: add RequiresMountsFor for the home directory of the user
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly.
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - if pam_systemd is invoked by su from a process that is outside of a
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering any session we should probably just become a NOP, since that's
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering usually not a real user session but just some system code that just
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering needs setuid().
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering* exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty.
ccd07a083e8040a5bb091c5036ab1b4493ff8363Lennart Poettering* service: watchdog logic: for testing purposes allow ping, but do not require pong
353e12c2f4a9e96a47eb80b80d2ffb7bc1d44a1bLennart Poettering - import and delete pstore filesystem content at startup
353e12c2f4a9e96a47eb80b80d2ffb7bc1d44a1bLennart Poettering - journald: also get thread ID from client, plus thread name
353e12c2f4a9e96a47eb80b80d2ffb7bc1d44a1bLennart Poettering - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - add API to close/reopen/get fd for journal client fd in libsystemd-journal.
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - fallback to /dev/log based logging in libsystemd-journal, if we cannot log natively?
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - declare the local journal protocol stable in the wiki interface chart
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - journal: reuse XZ context
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering - journald: when dropping msgs due to ratelimit make sure to write
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering "dropped %u messages" not only when we are about to print the next
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering message that works, but alraedy after a short tiemout
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering - check if we can make journalctl by default use --follow mode inside of less if called without args?
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering - maybe add API to send pairs of iovecs via sd_journal_send
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering - journal: when writing journal auto-rotate if time jumps backwards
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering - journal: add a setgid "systemd-journal" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering - journactl: support negative filtering, i.e. FOOBAR!="waldo",
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering and !FOOBAR for events without FOOBAR.
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering - journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs.
d26e4270409506cd398875216413b651d6ee7de6Lennart 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.
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering - journal: find a way to allow dropping history early, based on priority, other rules
d26e4270409506cd398875216413b651d6ee7de6Lennart Poettering - journal: When used on NFS, check payload hashes
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - journald: check whether it is OK if the client can still modify delivered journal entries
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - journal live copy, based on libneon (client) and libmicrohttpd (server)
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - journald: add kernel cmdline option to disable ratelimiting for debug purposes
b13df9644bc6d4823b5a84e8a6bbf3bbb2c207c2Lennart Poettering - refuse taking lower-case variable names in sd_journal_send() and friends.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - journal: deal nicely with byte-by-byte copied files, especially regards header
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - journal: store euid in journal if it differs from uid
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - Replace utmp, wtmp, btmp, and lastlog completely with journal
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - journalctl: instead --after-cursor= maybe have a --cursor=XYZ+1 syntax?
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - tmpfiles: when applying ownership to /run/log/journal, also do this for the journal fails contained in it
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - when a kernel driver logs in a tight loop, we should ratelimit that too.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - journald: optionally, log debug messages to /run but everything else to /var
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - journald: when we drop syslog messages because the syslog socket is
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering full, make sure to write how many messages are lost as first thing
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering to syslog when it works again.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - journald: make sure ratelimit is actually really per-service with the new cgroup changes
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - change systemd-journal-flush into a service that stays around during
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering boot, and causes the journal to be moved back to /run on shutdown,
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering so that we do not keep /var busy. This needs to happen synchronously,
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering hence doing this via signals is not going to work.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - document that deps in [Unit] sections ignore Alias= fields in
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering [Install] units of other units, unless those units are disabled
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - document the exit codes when services fail before they are exec()ed
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - document that service reload may be implemented as service reexec
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - document in wiki how to map ical recurrence events to systemd timer unit calendar specifications
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - add a man page containing packaging guidelines and recommending usage of things like Documentation=, PrivateTmp=, PrivateNetwork= and ReadOnlyDirectories=/etc /usr.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - document systemd-journal-flush.service properly
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - documentation: recommend to connect the timer units of a service to the service via Also= in [Install]
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - man: document the very specific env the shutdown drop-in tools live in
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - man: extend runlevel(8) to mention that runlevels suck, and are dead. Maybe add runlevel(7) with a note about that too
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - man: add more examples to man pages
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - man: maybe sort directives in man pages, and take sections from --help and apply them to man too
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - systemctl list-jobs - show dependencies
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - add systemctl switch to dump transaction without executing it
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - "systemctl disable" on a static unit prints no message and does
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering nothing. "systemctl enable" does nothing, and gives a bad message
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering about it. Should fix both to print nice actionable messages.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - add new command to systemctl: "systemctl system-reexec" which reexecs as many daemons as virtually possible
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - systemctl enable: fail if target to alias into does not exist? maybe show how many units are enabled afterwards?
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - systemctl: "Journal has been rotated since unit was started." message is misleading
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - support "systemctl stop foobar@.service" to stop all units matching a certain template
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - better error message if you run systemctl without systemd running
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - systemctl status output should should include list of triggering units and their status
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* unit install:
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - "systemctl mask" should find all names by which a unit is accessible
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering (i.e. by scanning for symlinks to it) and link them all to /dev/null
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so)
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - systemctl: maybe add "systemctl add-wants" or so...
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - timer units should get the ability to trigger when:
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering o CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - Support 2012-02~4 as syntax for specifying the fourth to last day of the month.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - calendarspec: support value ranges with ".." notation. Example: 2013-4..8-1
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - when parsing calendar timestamps support the UTC timezone (even if we will not support arbitrary timezone specs, support UTC itself certainly makes sense), also support syntaxes such as +0200
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - Modulate timer frequency based on battery state
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* update the kernel's TZ (sys_tz) when DST changes
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* sync down the system time to the RTC when:
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - CLOCK_REALTIME makes jumps (the user explicitely requested a time set)
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp)
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering mode, it will never touch the RTC if the no reliable time source is active or the
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering user did not request anything like it.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* add libsystemd-password or so to query passwords during boot using the password agent logic
220a21d38f675eb835f5758e3d23e896573aa5eaLennart 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().
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* fedup: add --unit to systemctl switch-root somehow
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* fedup: do not delete initrd on switch-root
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* fedup: generator
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* clean up date formatting and parsing so that all absolute/relative timestamps we format can also be parsed
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* on shutdown: move utmp, wall, audit logic all into PID 1 (or logind?), get rid of systemd-update-utmp-runlevel
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* make repeated alt-ctrl-del presses printing a dump, or even force a reboot without
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering waiting for the timeout
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* hostnamed: before returning information from /etc/machine-info.conf check the modification data and reread. Similar for localed, ...
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab is not
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - bind mount read-only the cgroup tree higher than nspawn
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - refuses to boot containers without /etc/machine-id (OK?), and with empty /etc/machine-id (not OK).
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - support taking a btrfs snapshot at startup and dropping it afterwards
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - cryptsetup-generator: allow specification of passwords in crypttab itself
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - move cryptsetup key caching into kernel keyctl?
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54982
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering - support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54712
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* after deserializing sockets in socket.c we should reapply sockopts and things
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* make timer units go away after they elapsed
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* come up with a nice way to write queue/read_ahead_kb for a block device without interfering with readahead
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* move PID 1 segfaults to /var/lib/systemd/coredump?
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* create /sbin/init symlinks from the build system
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* allow writing multiple conditions in unit files on one line
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* MountFlags=shared acts as MountFlags=slave right now.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* drop PID 1 reloading, only do reexecing (difficult: Reload()
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering currently is properly synchronous, Reexec() is weird, because we
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering cannot delay the response properly until we are back, so instead of
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering being properly synchronous we just keep open the fd and close it
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering when done. That means clients do not get a successful method reply,
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering but much rather a disconnect on success.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* properly handle loop back mounts via fstab, especially regards to fsck/passno
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* allow services with no ExecStart= but with an ExecStop=
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* dracut-shutdown needs to be ordered before unmounting /boot
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* rename "userspace" to "core-os"
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* load-fragment: when loading a unit file via a chain of symlinks
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering verify that it is not masked via any of the names traversed.
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* introduce Type=pid-file
220a21d38f675eb835f5758e3d23e896573aa5eaLennart Poettering* change Requires=basic.target to RequisiteOverride=basic.target
* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
* ExecOnFailure=/usr/bin/foo
- remove src/udev/udev-builtin-firmware.c (CONFIG_FW_LOADER_USER_HELPER=n)
- add trigger --subsystem-match=usb/usb_device device
* 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
* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
* save coredump in Windows/Mozilla minidump format
* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
* default to actual 32-bit PIDs, via /proc/sys/kernel/pid_max
* when a bus name of a service disappears from the bus make sure to queue further activation requests
* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
- readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
- init=/bin/sh vs. "emergency" mode, vs. "rescue" mode, vs. "multi-user" mode, vs. "graphical" mode, and the debug shell
- hooking a script into various stages of shutdown/rearly booot
- add documentation to systemd.daemon
- inbuilt piping support (essentially degenerate async)? see loopback-setup.c and other places
- add proper initrd support (in particular generate .network/.link files based on /proc/cmdline)
- investigate the usefulness of Confirm messages; i.e. are there any
- teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
* dbus upstream still refers to dbus.target and should not
* /usr/bin/service should actually show the new command line
* fedora: suggest auto-restart on failure, but not on success and not on coredump. also, ask people to think about changing the start limit logic. Also point people to RestartPreventExitStatus=, SuccessExitStatus=
* fedora: F20: go timer units all the way, leave cron.daily for cron
* fedora: update policy to declare access mode and ownership of unit files to root:root 0644, and add an rpmlint check for it
* set_put(), hashmap_put() return values check. i.e. == 0 does not free()!