TODO revision d87be9b0af81a6e07d4fb3028e45c4409100dc26
b4763d9d4c2f993e96686b51885ddffa86aeaaedKay Sievers* there is nothing to warn about here :)
b4763d9d4c2f993e96686b51885ddffa86aeaaedKay Sievers $ systemctl stop systemd-udevd.service systemd-udevd-kernel.socket systemd-udevd-control.socket
b4763d9d4c2f993e96686b51885ddffa86aeaaedKay Sievers Warning: Stopping systemd-udevd.service, but it can still be activated by:
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering* kill /etc/timezone handling entirely? What does it provide?
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers - /etc/localtime carries the same information already:
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers lrwxrwxrwx 1 root root 33 Jul 27 09:55 /etc/localtime -> /usr/share/zoneinfo/Europe/Berlin
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering - systemd enforces /usr to be available at bootup, so we can
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering enforce the use of the symlink
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* swap units that are activated by one name but shown in the kernel under another are semi-broken
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering* make anaconda write timeout=0 for encrypted devices
0028da22f194f7c0ca7169a48cf32e1bc0f9138aLennart Poettering* Dangling symlinks of .automount unit files in .wants/ directories, set up
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering automount points even when the original .automount file did not exist
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering anymore. Only the .mount unit was still around.
7b4da18c1717f811bae67ea3d39290495857c03eLennart Poettering* make polkit checks async
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering* we pull src/core/manager.h into src/shared/src/shared/path-lookup.c which is the wrong direction
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering rename enum "ManagerRunningAs" to "SystemdRunningAs" and move it to shared/
d686f034c3b9021e07faefe172ee660abd952871Lennart Poettering* crash happens when running a service as forking and then changing it to simple and reloading.
19aa7c4fef4a3f1dfc6d9980574ca220a6a40a71Lennart Poettering Jul 09 18:20:57 mop systemd[1]: usbmuxd.service operation timed out. Terminating.
19aa7c4fef4a3f1dfc6d9980574ca220a6a40a71Lennart Poettering Jul 09 18:20:57 mop systemd[1]: Unit usbmuxd.service entered failed state.
aa96c6cb44a6eeccc506ae055aae2519a7f914e1Lennart Poettering Jul 09 18:22:24 mop systemd[1]: PID 21814 read from file /var/run/usbmuxd.pid does not exist.
e8a7a315391a6a07897122725cd707f4e9ce63d7Lennart Poettering Jul 09 18:22:24 mop systemd[1]: Unit usbmuxd.service entered failed state.
ef3b5246879094e29cc99c4d24cbfeb19b7da49bLennart Poettering Jul 09 18:22:33 mop systemd[1]: Reloading.
ef3b5246879094e29cc99c4d24cbfeb19b7da49bLennart Poettering Jul 09 18:22:37 mop systemd[1]: Assertion 's->type == SERVICE_FORKING' failed at src/core/service.c:3007, function service_sigchld_eve...Aborting.
ef3b5246879094e29cc99c4d24cbfeb19b7da49bLennart Poettering Jul 09 18:22:37 mop systemd[1]: Caught <ABRT>, dumped core as pid 21865.
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering Jul 09 18:22:37 mop systemd[1]: Freezing execution.
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering Jul 09 18:22:37 mop [21866]: Process 21865 (systemd) dumped core.
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* support *static* (/run) hibernate inhibitors. All rpm -i actions should completely prevent any
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering sort of hibernate action until the next reboot. If the kernel or any other base tool is replaced
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering by rpm, the resume path might fail, the for resume needed kernel might even be uninstalled, and
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering the whole situation leads directly to data loss.
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* Query Paul Moore about relabelling socket fds while they are open
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering* log fewer journal internal messages to the kernel kmsg
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering* move keymaps to /usr/lib/... rather than /usr/lib/udev/...
4a449ed73d2c1cfb91a1c773b70231b3457b3046Lennart Poettering* journald: check whether it is OK if the client can still modify delivered journal entries
4a449ed73d2c1cfb91a1c773b70231b3457b3046Lennart Poettering* json: use jensson
4a449ed73d2c1cfb91a1c773b70231b3457b3046Lennart Poettering* json: properly serialize multiple fields with the same name per entry
4ff49cb63075aba646b578f2516b37a8dfd5a65bLennart Poettering* journalctl: make -l the default
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek* journald: add option to choose between "split up nothing", "split up login user journals", "split up all user journals"
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek* journal live copy, bsaed on libneon (client) and libmicrohttpd
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering* document in wiki json serialization
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering* python-journal merge
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering* system-wide seccomp filter
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering* securityfs: don't mount in container
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering* slave/shared remount root fs in container might clash with CAP_SYS_MOUNTS
5666ea6fcaaf1e829de07625b7c185949b23fecdKay Sievers* ability to pass fds into systemd
a9602630c64791571ca37606a0a5eabfac85820aLennart Poettering* system.conf should have controls for cgroups
b6b7d4337976eeac610b9ed2c3e1fd596a247b14Lennart Poettering* tmpfiles: skip mknod if CAP_MKNOD is missing
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* bind mount read-only the cgroup tree higher than than nspawn
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* currently system services appear not to generate core dumps...
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* introduce /run/kmsg in containers?
752beb0c8560fb7e989d2f8da5e10c4692d78422Lennart Poettering* wall messages for shutdown should move to logind
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering* allow writing multiple conditions in unit files on one line
d325d9bcfa8846a65767087f958a2dd11139d0e7Kay Sievers* journal: json output needs to be able to deal with multiple assignments of the same field
d325d9bcfa8846a65767087f958a2dd11139d0e7Kay Sievers* There's something wrong with escaping unit names: http://lists.freedesktop.org/archives/systemd-devel/2012-August/006292.html
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering* cleanup ellipsation for log output in journalctl and systemctl status: have a sane way to disable ellipsation, and disable it by default when invoked in less/more
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering* enforce limits on fds openened by socket units
bfa00bc6c05d0f896e9632eccd47d442fea556b9Lennart Poettering* explore multiple service instances per listening socket idea
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett* 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.
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett* maybe make systemd-detect-virt suid? or use fscaps?
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett* man: document in ExecStart= explicitly that we don't take shell command lines, only executable names with arguments
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering* shutdown: don't read-only mount anything when running in container
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering* nspawn: --read-only is not applied recursively to submounts
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering* MountFlags=shared acts as MountFlags=slave right now.
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering* ReadOnlyDirectories= is not applied recursively to submounts
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering* drop PID 1 reloading, only do reexecing (difficult: Reload()
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering currently is properly synchronous, Reexec() is weird, because we
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering can't delay the response properly until we are back, so instead of
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering being properly synchronous we just keep open the fd and close it
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering when done. That means clients don't get a succesful method reply,
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering but much rather a disconnect on success.
487060c2394b7703e59650ef332053645ffae2a3Lennart Poettering* document that service reload may be implemented as service reexec
54c31a79f72ff57ac8eba089acacc4ab482b745dLennart Poettering* remember which condition failed for services, not just the fact that something failed
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering* use opterr = 0 for all getopt tools
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering* properly handle loop back mounts via fstab, especially regards to fsck/passno
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* allow services with no ExecStart= but with an ExecStop=
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* add proper journal support to "systemctl --user status ..."
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* add _SYSTEMD_USER_UNIT= field to journal entries
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* remove Fedora /dev/null logic from localed.c, now that system-config-keyboard is gone
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering delete /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf from spec file
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* journal: expose current disk usage
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* dracut-shutdown needs to be ordered before unmounting /boot
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* wiki: document new logind LockSessions() call
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist.
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* logind: ignore inactive login screens when checking whether power key should be handled
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* rename "userspace" to "core-os"
cbb7712189527f9f483321607e44c4ead3dd11b8Lennart Poettering* systemctl: "Journal has been rotated since unit was started." message is misleading
d01a73b6396f57792113c1b5df6e8492fc703e5eLennart Poettering* syscall filter: add knowledge about compat syscalls
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* syscall filter: don't enforce no new privs?
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* syscall filter: option to return EPERM rather than SIGSYS?
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* syscall filter: port to libseccomp
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* logind: wakelock/opportunistic suspend support
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering* switch-root: sockets need relabelling
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering* systemd-analyze post-boot is broken for initrd
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* .device aliases need to be implemented with the "following" logic, probably.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* refuse taking lower-case variable names in sd_journal_send() and friends.
c0fe5db522b52f27e030655ce2c03e05cbbc1558Kay Sievers* load-fragment: when loading a unit file via a chain of symlinks
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering verify that it isn't masked via any of the names traversed.
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering* journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering - PID 1 D-Bus API
8ed206517c2be381324ac5832bf34cc14024270eLennart Poettering* introduce Type=pid-file
e6c6e7afffa80ad74efdb1ddfa815294624f1608Lennart Poettering* systemctl list-unit-files appears to be broken for symlinked units in /usr/lib
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* maybe allow services with ExecStop= set, but no ExecStart=?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* efi: implement /forcefsck as uefi variables thus not requiring file system altering to trigger a file system check
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* efi: honour language efi variables for default language selection
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* efi: honour timezone efi variables for default timezone selection
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* efi: automatically mount EFI partition to /boot if no such entry exists in /etc/fstab and /boot is empty
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering gummiboot exports the EFI system partion (ESP) device:
e5ec62c56963d997edaffa904af5dc45dac23988Lennart Poettering /sys/firmware/efi/vars/LoaderDeviceIdentifier-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data
8973790ee6f62132b1b57de15c4edaef2c097004Lennart Poettering Acpi(PNP0A03,0)/Pci(1F|2)/?/HD(Part1,Sig1FCBC57F-4BFC-4C2B-91A3-9C84FBCD9AF1)
8973790ee6f62132b1b57de15c4edaef2c097004Lennart Poettering '/' is the separator for the device path list
8973790ee6f62132b1b57de15c4edaef2c097004Lennart Poettering HD(Part1,Sig1FCBC57F-4BFC-4C2B-91A3-9C84FBCD9AF1) contains the GPT UUID of the ESP
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* read the bootloader performance data (raw TSC) in systemd-analyze
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering /sys/firmware/efi/vars/LoaderTicksExec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering /sys/firmware/efi/vars/LoaderTicksInit-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering /sys/firmware/efi/vars/LoaderTicksStartMenu-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering (only set if the menu was active)
b87b8b2b5205c0584da220f73322ea4732d44013Kay Sievers* change Requires=basic.target to RequisiteOverride=basic.target
c06bf414042cd1bf94e0af63e9e2a0c291bfc546Kay Sievers* support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* systemctl: when stopping a service which has triggres and warning about it actually check the TriggeredBy= deps fields
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* journal: hook up with EFI firmware log
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* handle C-A-Del in logind, like the power/suspend buttons?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* nspawn: make use of device cgroup contrller by default
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* drop accountsservice's StandardOutput=syslog and Type=dbus fields
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
f47ec8ebb3858553dec870e1c596e39525f46360Lennart Poettering* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* (attempt to) make Debianites happy:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - implement .d/ auto includes for unit files
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add syntax to reset ExecStart= lists (and similar)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* move passno parsing to fstab generator
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering or use the users cgroup information when /proc/*/loginuid is not available.
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* maybe introduce ~/.config/locale.conf and apply it within PAM
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
601d9d6fb394a780765e80581daab850623e9698Josh Triplett* automount: implement expire
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* logind: auto-suspend, auto-shutdown:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering IdleAction=(none|suspend|opportunistic|hibernate|poweroff)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering IdleActionDelay=...
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering SessionIdleMode=(explicit|ignore|login)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering ForceShutdown=(yes|no)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* don't delete /tmp/systemd-namespace-* before a process is gone down
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* vconsole: implement setterm -store -foreground xxx --background zzz
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* fedora: make sshd and pam_loginuid work in nspawn containers
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* fix utmp for console logins in containers
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* Add pretty name for seats in logind
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* selinux: merge systemd selinux access controls (dwalsh)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* ConditionSecurity= should learn about IMA
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* Auke: merge Auke's bootchart
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering* udev: move to LGPL
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* udev systemd unify:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - strpcpy(), strpcpyl(), strscpy(), strscpyl()
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - utf8 validator code
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - now() vs. now_usec()
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* udev: remove network interface renaming, sleep and retry logic, we do
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering no support renaming of interfaces in the conflicting kernel
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* udev: find a way to tell udev to not cancel firmware requests when running in initramfs
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* udev: scsi_id -> sg3_utils -> kill scsi_id
f6113d42d015ad9f3a9e702a09eb8006511a4424Kay Sievers* udev: add trigger --subsystem-match=usb/usb_device device
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* allow configuration of console width/height in vconsole.conf
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* cleanup syslog 'priority' vs. 'level' wording
6c1703cc35b3a5f93ad3cc813fea10cb9a636102Kay Sievers* dbus upstream still refers to dbus.target and shouldn't
6c1703cc35b3a5f93ad3cc813fea10cb9a636102Kay Sievers* 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
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering* support container_ttys=
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering* introduce mix of BindTo and Requisite
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* add DeleteSocketsOnStop=yes|no option to socket units
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering* journal: store euid in journal if it differs from uid
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering* add command to systemctl to plot dependency graph as tree (see rhbz 795365)
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* make logind reserve tty9 or so for text logins, so that gdm never picks it up
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
603cd8fe07cb03e8b11722d1a732e569e5a46347Lennart Poettering* default unix qlen is too small (10). bump sysctl? add sockopt?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart Poettering* figure out whether we should leave dbus around during shutdown
9b27910bb0c23e5225fc1177176e4f9bf9bf787bLennart Poettering* dbus: in fedora, make the machine a symlink to /etc/machine-id
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* dbus: move dbus to early boot
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* journald: reuse XZ context
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* journal: API for looking for retrieving "all values of this field"
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* journal: deal nicely with byte-by-byte copied files, especially regards header
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers* journal: local deserializer of export mode, http server
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* journal: message catalog
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* document the exit codes when services fail before they are exec()ed
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering* systemctl journal command
15abdb9a6f34628b04b887e0b9649fa582d6cd37Lennart Poettering* journalctl: --cursor support
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* systemctl status: show coredumps
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* save coredump in Windows/Mozilla minidump format
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering* clean up session cgroups that remain after logout (think sshd), but eventually run empty
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering* support "systemctl stop foobar@.service" to stop all units matching a certain template
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering* logind: allow showing logout dialog from system
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* document that %% can be used to write % in a string that is specifier extended
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* when an instanced service exits, remove its parent cgroup too if possible.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* if we can not get user quota for tmpfs, mount a separate tmpfs instance
5f1dac6bf605871615b35891a3966fa474db5b20Lennart Poettering for every user in /run/user/$USER with a configured maximum size
de34a42bcad31f0648ac0f249801310e0dbf83f9Lennart Poettering* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* be able to specify a forced restart of service A where service B depends on, in case B
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering needs to be auto-respawned?
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering* when a bus name of a service disappears from the bus make sure to queue further activation requests
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* something like ConditionExec= or ExecStartPre= without failure state
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* don't set $HOME in services unless requested
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering* hide PAM/TCPWrap options in fragment parser when compile time disabled
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering* when we automatically restart a service, ensure we restart its rdeps, too.
d87be9b0af81a6e07d4fb3028e45c4409100dc26Lennart Poettering* allow Type=simple with PIDFile=
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=723942
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering* move PAM code into its own binary
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering* warn if the user stops a service but not its associated socket
7560fffcd2531786b9c1ca657667a43e90331326Lennart Poettering* logind: spawn user@..service on login
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* logind: non-local X11 server handling
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering* implement Register= switch in .socket units to enable registration
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering in Avahi, RPC and other socket registration services.
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
5aea932fd54db835b77709ddeba30732648aae53Lennart Poettering* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
918943c75fbd9dee87ff396de3a7c63a8d228433Lennart Poettering* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering* verify that the AF_UNIX sockets of a service in the fs still exist
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering when we start a service in order to avoid confusion when a user
8230e26dc954a40d8c9dbc8ddd9376117021f9d2Lennart Poettering assumes starting a service is enough to make it accessible
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering* Make it possible to set the keymap independently from the font on
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering the kernel cmdline. Right now setting one resets also the other.
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering* move nss-myhostname into systemd
8351ceaea9480d9c2979aa2ff0f4982cfdfef58dLennart Poettering* and a dbus call to generate target from current state
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* drop /.readahead on bigger upgrades with yum
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* add support for /bin/mount -s
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* GC unreferenced jobs (such as .device jobs)
be0aa78406c73a6625308dc0672b5ff27ec6f9a8Lennart Poettering* write blog stories about:
be0aa78406c73a6625308dc0672b5ff27ec6f9a8Lennart Poettering - enabling dbus services
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering - status update
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering - how to make changes to sysctl and sysfs attributes
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering - remote access
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering - how to pass throw-away units to systemd, or dynamically change properties of existing units
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering - how to integrate cgconfig and suchlike with systemd
59cea26a349cfa8db906b520dac72563dd773ff2Lennart Poettering - resource control in systemd
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering - testing with Harald's awesome test kit
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering* allow port=0 in .socket units
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* move readahead files into /var, look for them with .path units
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* support systemd.mask= on the kernel command line.
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* when key file cannot be found, read it from kbd in cryptsetup
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* reuse mkdtemp namespace dirs in /tmp?
06dab8e18aebf822392c7ca66c5bf3c1200fdec8Lennart Poettering* recreate systemd's D-Bus private socket file on SIGUSR2
e01a15b71e18bf2008aec7e75041ffa42eb80b80Kay Sievers* Support --test based on current system state
98ef27df896f36f0407eaa7ed9e295203b9c271bLennart Poettering* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* maybe introduce ExecRestartPre=
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* configurable jitter for timer events
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* timer events with system resume
b8217b7bd5fd171916a095b150fad4c3a37f5a41Kay Sievers* timer events on calendar time
068665b6fd9839f27bcace7e8f56c0baa6935272Lennart Poettering* dot output for --test showing the 'initial transaction'
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
bd08f2422491169e92dc0899d5ba848fcae4c15cLennart Poettering http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
fb0864e7b9c6d26269ccea6ec5c0fd921c029781Lennart Poettering* implicitly import "defaults" settings file into all types
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering* writable cgroups dbus properties for live changes
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering* read config fragments for all units from /lib/systemd/system/foobar.service.d/ to override/extend specific settings
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering - rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering - cups HAVEPATCH
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering - postfix, saslauthd
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - libvirtd (/var/run/libvirt/libvirt-sock-ro)
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
5ba081b0fb02380cee4c2ff5bc7e05f869eb8415Lennart Poettering* auditd service files
4cbd9ecf45f64c3a9acc99d473fbf3be3687ae24Lennart Poettering* fingerprint.target, wireless.target, gps.target, netdevice.target
65c0cf7108ae3537a357c74b4586a783baba82f9Lennart Poettering* io priority during initialization
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* systemctl list-jobs - show dependencies
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering* add systemctl switch to dump transaction without executing it
de6c78f8795743894431a099d26ec562a8acf3dfLennart Poettering* drop cap bounding set in readahead and other services
d3c7d7dd77b2b72315164b672462825cef6c0f9aKay Sievers - natively watch for dbus-*.service symlinks (PENDING)
72b9ed828bd22f3ddd74b6853c183eebf006d6d8Lennart Poettering - allow specification of socket mode/umask when allocating DBusServer
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering - allow disabling of fd passing when connecting a AF_UNIX connection
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering - allow disabling of UID passing for AUTH EXTERNAL
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering - always pass cred data along each message
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* fix alsa mixer restore to not print error when no config is stored
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering* gnome-shell python script/glxinfo/is-accelerated must die
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering* make cryptsetup lower --iter-time
7c697168102cb64c5cb65a542959684014da99c7Lennart Poettering* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only
8d0e38a2b966799af884e78a54fd6a2dffa44788Lennart Poettering in an ~30 minutes window. It does not adjust larger differences. Find a way
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering to tell the kernel, to always do a full time sync when the RTC is in UTC and
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering we are in 11-minutes-mode. When we trust the system time to NTP we also want
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering the RTC to sync up.
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering* kernel: add device_type = "fb", "fbcon" to class "graphics"
916abb21d0a6653e0187b91591e492026886b0a4Lennart Poettering* look for close() vs. close_nointr() vs. close_nointr_nofail()
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* check for strerror(r) instead of strerror(-r)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* %m in printf() instead of strerror(errno);
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering* use __secure_getenv() instead of getenv() where appropriate
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart PoetteringScheduled for removal (or fixing):
7a2a0b907b5cc60f5d9a871997d7d6e7f62bf4d8Lennart Poettering* xxxOverridable dependencies