TODO revision d3a3f22267a7dac426b07a7ed0baa1632f5daf04
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* swap units that are activated by one name but shown in the kernel under another are semi-broken
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* make anaconda write timeout=0 for encrypted devices
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* Dangling symlinks of .automount unit files in .wants/ directories, set up
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync automount points even when the original .automount file did not exist
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync anymore. Only the .mount unit was still around.
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* make polkit checks async
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* Retest multi-seat
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* turn unused sysv early-boot stuff like $local-fs, $syslog into a NOP. systemd does
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync no longer support sysv early-boot scripts, these facilities can be silently ignored
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* re-enable "make check" for gtk-doc (broken for unknown reason)
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* logind: make PrepareForSuspend(false) an official api for notification of resumes
8eb4989e815c8f374b965265ccf184d6ce17d9e8vboxsync* ExecStartPre= with an empty string should reset the list of commands to invoke
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* refuse instantiation of proc.mount and mount units for all other API fs
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* "systemctl disable" on a static unit prints no message and does
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync nothing. "systemctl enable" does nothing, and gives a bad message
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync about it. Should fix both to print nice actionable messages.
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* add "loginctl unlock-sessions" as counterpart for "loginctl lock-sessions"
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* extend cgroup attr dbus calls to optionally make changes persistent, and retrieve current kernel values
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* support high-level cgroup setting syntax in systemctl. Example: "systemctl set-cgroup-attr MemoryLimit 5K"
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* kernel cmdline switch to turn off predictable network interface names
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* udev: remove all (misguided from day 1) userspace firmware_class handling
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* service: when killing a service with SIGKILL always kill all processes, even if for SIGTERM we only killed the main process
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty.
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* DeviceAllow/DeviceDeny: disallow everything by default, but whitelist /dev/zero, /dev/null and friends
ad34209dccf31d54e2277d732a90ce6ea4374362vboxsync* service: watchdog logic: for testing purposes allow ping, but do not require pong
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* journald: when dropping msgs due to ratelimit make sure to write
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync "dropped %u messages" not only when we are about to print the next
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync message that works, but alraedy after a short tiemout
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* journald: also get thread ID from client, plus thread name
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* check if we can make journalctl by default use --follow mode inside of less if called without args?
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* journal is not closed properly at shutdown when run in a container?
ad34209dccf31d54e2277d732a90ce6ea4374362vboxsync* journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* When shutdown.target is queued begin with an asynchronous sync()?
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* add API to close/reopen/get fd for journal client fd in libsystemd-journal.
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* maybe add API to send pairs of iovecs via sd_journal_send
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* fallback to /dev/log based logging in libsystemd-journal, if we can't log natively?
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* declare the local journal protocol stable in the wiki interface chart
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* journal: reuse XZ context
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* introduce ntp.service (or suchlike) as symlink that is used to arbitrate between various NTP implementations
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* timer units should get the ability to trigger when:
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync - CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync - DST changes
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* update the kernel's TZ (sys_tz) when DST changes
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* sync down the system time to the RTC when:
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync - CLOCK_REALTIME makes jumps (the user explicitely requested a time set)
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp)
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync mode, it will never touch the RTC if the no reliable time source is active or the
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync user did not request anything like it.
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* When we begin with system shutdown all kind of suspend/hibernation should be prohibited until shutdown/reboot
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync - implement conditional properties (dmi matches)
69f57565f5243a46f1df060b63d0fd830de3be04vboxsync - hwdb --filter=ID_DRIVE_*
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync - find out what to do for blockdevs and skipping scsi modaliases
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync - move writing code to src/libudev/libudev-hwdb-private.c
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* if booted in "quiet" mode, and an error happens, turn on status output again, so that the emergency mode isn't totally surprising
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* localectl: add listing support for X11 keymaps, by parsing /usr/share/X11/xkb/rules/xorg.lst
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* libunwind support for coredump pattern hook, and includes this in
8eb4989e815c8f374b965265ccf184d6ce17d9e8vboxsync the message for coredumps. After all, libunwind is now capable to
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync unwind coredumps since a few weeks ago. This probably requires that
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync we have nice support for multi-line messages on display in logs-show.c.
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* figure out relation of --all and --full in the various tools
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* journal: when writing journal auto-rotate if time jumps backwards
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* introduce new "journal" group in place of adm? introduce groups for the various mini daemons?
9d473abea9a9b6597b2b20bedc950ba33a2e73a5vboxsync* journal: add a setgid "adm" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* journactl: support negative filtering, i.e. FOOBAR!="waldo",
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync and !FOOBAR for events without FOOBAR.
9d473abea9a9b6597b2b20bedc950ba33a2e73a5vboxsync* print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* add libsystemd-password or so to query passwords during boot using the password agent logic
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* journal: when rotating, copy over old acls/access mode
ad34209dccf31d54e2277d732a90ce6ea4374362vboxsync* journal: document why we do not give ownership to journal files to the user that created them but use FS ACLs for that
9d473abea9a9b6597b2b20bedc950ba33a2e73a5vboxsync* journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs.
4726db8b47db329039ce8f8e13ecd2c1f696fa60vboxsync* 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
ad34209dccf31d54e2277d732a90ce6ea4374362vboxsync* 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.
9d473abea9a9b6597b2b20bedc950ba33a2e73a5vboxsync* 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().
9d473abea9a9b6597b2b20bedc950ba33a2e73a5vboxsync* fedup: add --unit to systemctl switch-root somehow
dbfd74deae3cf437ea7b2ee06a74cc65a0901eacvboxsync* fedup: don't delete initrd on switch-root
9d473abea9a9b6597b2b20bedc950ba33a2e73a5vboxsync* fedup: generator
8eb4989e815c8f374b965265ccf184d6ce17d9e8vboxsync* journal: find a way to allow dropping history early, based on priority, other rules
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* journal: When used on NFS, check payload hashes
8eb4989e815c8f374b965265ccf184d6ce17d9e8vboxsync* journal: When used on NFS make sure wake up sd_journal_wait() every 2s, to handle missing inotify
ad34209dccf31d54e2277d732a90ce6ea4374362vboxsync* document that people can use file system ACLs to manage access to journal files, with example
ad34209dccf31d54e2277d732a90ce6ea4374362vboxsync* timedated: export boolean that clarifies whether NTP is even available
8eb4989e815c8f374b965265ccf184d6ce17d9e8vboxsync* timedated: refuse time changes when NTP is on
ad34209dccf31d54e2277d732a90ce6ea4374362vboxsync* clean up date formatting and parsing so that all absolute/relative timestamps we format can also be parsed
8eb4989e815c8f374b965265ccf184d6ce17d9e8vboxsync* document unit_name_mangle()
9d473abea9a9b6597b2b20bedc950ba33a2e73a5vboxsync* add new command to systemctl: "systemctl system-reexec" which reexecs as many daemons as virtually possible
9d473abea9a9b6597b2b20bedc950ba33a2e73a5vboxsync* introduce generic AUGMENT_PID=, AUGMENT_DEVICE= fields
9d473abea9a9b6597b2b20bedc950ba33a2e73a5vboxsync* deal with sendmail/postfix exclusivity
9d473abea9a9b6597b2b20bedc950ba33a2e73a5vboxsync* systemctl enable: improve the success messages (i.e. more human readable, less shell-like)
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* systemctl enable: fail if target to alias into doesn't exist? maybe show how many units are enabled afterwards?
8eb4989e815c8f374b965265ccf184d6ce17d9e8vboxsync* on shutdown: move utmp, wall, audit logic all into PID 1 itself, get rid of systemd-update-utmp-runlevel
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* add "provisioning" instructions to setup an empty /etc + /var
0b1397fff8b368cf5c2f3d8f5b312ed00114977dvboxsync - used to setup a new container from a shared /usr
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync - superset of tmpfiles model
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync - instructions shipped by packages and stored in /usr/lib/
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync - able to create uid + gid used by packages, for file ownership
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* make repeated alt-ctrl-del presses printing a dump, or even force a reboot without
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync waiting for the timeout
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* high level net_prio setting in execution context
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* Introduce journalctl -b <nr> to show journal messages of a previous boot
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* hostnamed: before returning information from /etc/machine-info.conf check the modification data and reread. Similar for localed, ...
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab isn't
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* WorkingDirectory: support env var replacements like in ExecStart= so that people can use $HOME
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* refuse boot if /etc/machine-id is not useful (or set taint?)
6be66de4257f4f564e35f7b8ee57a282e3cf3e96vboxsync* nspawn: consider changing users for -u with su, so that NSS resolving works correctly
* cryptsetup-generator: add RequiresMountsFor= to cryptseup service files referencing a file, similar for devices
* systemctl: when powering down/suspending check for inhibitors, and warn.
* after deserializing sockets in socket.c we should reapply sockopts and things
* come up with a nice way to write queue/read_ahead_kb for a block device without interfering with readahead
* move PID 1 segfaults to /var/lib/systemd/coredump?
* create /sbin/init symlinks from the build system
* system.conf should have controls for cgroups
* testing tool for socket activation: some binary that listens on a socket and passes it on using the usual socket activation protocol to some server.
* properly handle loop back mounts via fstab, especially regards to fsck/passno
* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
* logind: wakelock/opportunistic suspend support
* systemd-analyze: data collection tools should be lightweight (few dependencies); data analysis tools can be heavyweight
* man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
* efi: implement /forcefsck as uefi variables thus not requiring file system altering to trigger a file system check
* efi: automatically mount EFI partition to /boot if no such entry exists in /etc/fstab and /boot is empty
* support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
* pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
* maybe introduce ~/.config/locale.conf and apply it within PAM
* readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
* don't delete /tmp/systemd-namespace-* before a process is gone down
* ExecOnFailure=/usr/bin/foo
* udev: add trigger --subsystem-match=usb/usb_device device
* dbus upstream still refers to dbus.target and shouldn't
* 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
* journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
* dbus: in fedora, make the machine a symlink to /etc/machine-id
* save coredump in Windows/Mozilla minidump format
* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
* default to actual 32bit 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
* hide PAM/TCPWrap options in fragment parser when compile time disabled
* 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)
* add support for /bin/mount -s
* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
* support systemd.mask= on the kernel command line.
* port over to LISTEN_FDS/LISTEN_PID:
- rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
- libvirtd (/var/run/libvirt/libvirt-sock-ro)
- allow specification of socket mode/umask when allocating DBusServer
* gnome-shell python script/glxinfo/is-accelerated must die
* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!