TODO revision 358ba19e5e18304258f053e30e6120a3b6adf322
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart PoetteringBugfixes:
c343be283b7152554bac0c02493a4e1759c163f7Kay Sievers
b3ae710c251d0ce5cf2cef63208e325497b5e323Zbigniew Jędrzejewski-Szmek* Should systemctl status \* work on all unit types, not just .service?
b3ae710c251d0ce5cf2cef63208e325497b5e323Zbigniew Jędrzejewski-Szmek
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* Dangling symlinks of .automount unit files in .wants/ directories, set up
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers automount points even when the original .automount file did not exist
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers anymore. Only the .mount unit was still around.
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart Poettering* ExecStart with unicode characters fails in strv_split_quoted:
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek [Service]
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek Environment=ONE='one' "TWO='two two' too" THREE=
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek ExecStart=/bin/python3 -c 'import sys;print(sys.argv)' $ONE $TWO $THREE
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek
3f85ef0f05ffc51e19f86fb83a1c51e8e3cd6817Harald Hoyer* MEMORY return code is overloaded for syntax errors in the command line.
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart Poettering str_split_quoted() should return a real return code, so spawn_child can
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart Poettering report the failure properly.
afea8d3853d0f76b3845729ff00e75d281f43a1bZbigniew Jędrzejewski-Szmek
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart PoetteringExternal:
f85857df75cfedbc0d10b8ca2400188dc8f4c22eLennart Poettering
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering
81429136905a6204875174b60a179333b7f3c9e4Kay Sievers* Fedora: move kernel image to /usr/lib/modules/, kernel-install will take care of populating /boot
e7b4d43ec3d5eb0099a3978f98a46f3c15443b23Lennart Poettering
58f55364fa00a6a4706df2c4a01c6967f432e531Lennart Poettering* Fedora: remove /etc/resolv.conf tmpfiles hack
58f55364fa00a6a4706df2c4a01c6967f432e531Lennart Poettering
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek* wiki: update journal format documentation for lz4 additions
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek* When lz4 gets an API for lz4 command output, make use of it to
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek compress coredumps in a way compatible with /usr/bin/lz4.
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek
81429136905a6204875174b60a179333b7f3c9e4Kay SieversFeatures:
fbe1a1a94f19112d7e5d60c40d87487ad24e2ce4Lennart Poettering
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering* Port various tools to make use of verbs.[ch], where applicable
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering* Check all invocations of access() and consider turning them into laccess()
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering* "machinectl run" that works like systemd-run, but allocates a pty in the container and attached the service to it
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering* "machinectl start/enable/disable foo" as aliases for "systemctl start/enable/disable systemd-nspawn@foo.service"
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering* "machinectl list-images" for showing a list of container trees collected from /var/lib/containers
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering* "machinectl snapshot" to make a snapshot of a tree or container into /var/lib/containers
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering* "machinectl rm" to remove a container tree from /var/lib/containers
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering* "machinectl history"
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering
358ba19e5e18304258f053e30e6120a3b6adf322Lennart Poettering* "machinectl diff"
358ba19e5e18304258f053e30e6120a3b6adf322Lennart Poettering
2cd3aa24820e5d82375c8cc3e4446d884ee4fee0Lennart Poettering* "machinectl status" should show 10 most recent log lines of both the host logs of the unit of the machine, plus the logs generated in the machine
2cd3aa24820e5d82375c8cc3e4446d884ee4fee0Lennart Poettering
91f4347ef7bde17418b365ed3a97a752fe65bd50Lennart Poettering* add transparent btrfs pool in a loopback file in /var if btrfs operations (such as systemd-import pull-dck) are used and /var is not a btrfs file system
358ba19e5e18304258f053e30e6120a3b6adf322Lennart Poettering
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering* machined: open up certain commands to unprivileged clients via polkit
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering* hostnamectl: show root image uuid
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering* sysfs set api in libudev is not const
82e6c50c473f4be8df77c7a510577f1975eedddbLennart Poettering
d2f81fb00cc3c49e21b31000ba7d37b81a260257Lennart Poettering* Find a solution for SMACK capabilities stuff:
d2f81fb00cc3c49e21b31000ba7d37b81a260257Lennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2014-December/026188.html
98cd2651988619bf606f0b27825440c4638a7e0bLennart Poettering
b7307642391c8ebb9724c99e6b33239e2c0ff944Lennart Poettering* port libmount hookup to use API's own inotify interface, as soon as that is table in libmount
b7307642391c8ebb9724c99e6b33239e2c0ff944Lennart Poettering
f9e00a9f5870a9bcae2de8bf1cb3ce04703112e1Lennart Poettering* bash completion for busctl, to make it truly useful
f9e00a9f5870a9bcae2de8bf1cb3ce04703112e1Lennart Poettering
bf27dcb613a3924b7f4ec74c2de29ace79d62b01Lennart Poettering* journald: broken file systems are real (btrfs), we need to handle
bf27dcb613a3924b7f4ec74c2de29ace79d62b01Lennart Poettering SIGBUS in some way if we cannot write or read from the disk.
bf27dcb613a3924b7f4ec74c2de29ace79d62b01Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=1151848
bf27dcb613a3924b7f4ec74c2de29ace79d62b01Lennart Poettering
2a441c8afe7c81f74cc2ceccdf9a71301cd39d4dLennart Poettering* "systemctl preset-all" should probably order the unit files it
2a441c8afe7c81f74cc2ceccdf9a71301cd39d4dLennart Poettering operates on lexicographically before starting to work, in order to
2a441c8afe7c81f74cc2ceccdf9a71301cd39d4dLennart Poettering ensure deterministic behaviour if two unit files conflict (like DMs
2a441c8afe7c81f74cc2ceccdf9a71301cd39d4dLennart Poettering do, for example)
2a441c8afe7c81f74cc2ceccdf9a71301cd39d4dLennart Poettering
40ff4a4abd76d71408e598ed02d7860b8465fa9aLennart Poettering* resolved should optionally register additional per-interface LLMNR
40ff4a4abd76d71408e598ed02d7860b8465fa9aLennart Poettering names, so that for the container case we can establish the same name
40ff4a4abd76d71408e598ed02d7860b8465fa9aLennart Poettering (maybe "host") for referencing the server, everywhere.
40ff4a4abd76d71408e598ed02d7860b8465fa9aLennart Poettering
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering* systemd-journal-upload (or a new, related tool): allow pushing out
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering journal messages onto the network in BSD syslog protocol,
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering continously. Default to some link-local IP mcast group, to make this
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering useful as a one-stop debugging tool.
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering* synchronize console access with BSD locks:
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2014-October/024582.html
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering* as soon as we have kdbus, and sender timestamps, revisit coalescing multiple parallel daemon reloads:
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2014-December/025862.html
0a86c1a9d8066267b878dfeddc5e0087dda6a37bLennart Poettering
41114e81b562bcee52be1ef94c684ace2362ca54Lennart Poettering* set $REMOTE_IP (or $REMOTE_ADDR/$REMOTE_PORT) environment variable when doing per-connection socket activation. use format introduced by xinetd or CGI for this
41114e81b562bcee52be1ef94c684ace2362ca54Lennart Poettering
e3286870fdf20c3c93e944b24fd9af53620f7dbaLennart Poettering* the install state probably shouldn't get confused by generated units, think dbus1/kdbus compat!
e3286870fdf20c3c93e944b24fd9af53620f7dbaLennart Poettering
e3286870fdf20c3c93e944b24fd9af53620f7dbaLennart Poettering* in systemctl list-unit-files: show the install value the presets would suggest for a service in a third column
e3286870fdf20c3c93e944b24fd9af53620f7dbaLennart Poettering
e3286870fdf20c3c93e944b24fd9af53620f7dbaLennart Poettering* we should try harder to collapse start jobs for swaps that end up being the same:
e3286870fdf20c3c93e944b24fd9af53620f7dbaLennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2014-November/025359.html
e3286870fdf20c3c93e944b24fd9af53620f7dbaLennart Poettering
a195cbad3796dfda3d1016e4819c612c859e3c7bLennart Poettering* timedated should compensate on SetTime for the time spent in polkit
a195cbad3796dfda3d1016e4819c612c859e3c7bLennart Poettering
8514b67754c5ff7fa628929b3d27131010c21842Lennart Poettering* figure out when we can use the coarse timers
8514b67754c5ff7fa628929b3d27131010c21842Lennart Poettering
6c78f43c7b0e54e695af49917fda79b584f46830Lennart Poettering* sd-resolve: drop res_query wrapping, people should call via the bus to resolved instead
6c78f43c7b0e54e695af49917fda79b584f46830Lennart Poettering
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart Poettering* add "systemctl start -v foobar.service" that shows logs of a service
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart Poettering while the start command runs. This is non-trivial to do without
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart Poettering races though, since we should flush out all journal messages before
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart Poettering returning from the "systemctl stop".
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart Poettering
b568ef14a75dffb7182e0acbdec743b31df2a597Lennart Poettering* firstboot: make it useful to be run immediately after yum --installroot to set up a machine. (most specifically, make --copy-root-password work even if /etc/passwd already exists
c2d5b3c94d0c082ef29597fb230f8b88b124bab8Lennart Poettering
264b8070715d2d19344c4991ace21147d998f56dLennart Poettering* timesyncd + resolved: add ugly bus calls to set NTP and DNS servers per-interface, for usage by NM
264b8070715d2d19344c4991ace21147d998f56dLennart Poettering
4ecd22142543aac55ddac1da3b7d6882c009d637Lennart Poettering* networkd-wait-online really should have a timeout by default
4ecd22142543aac55ddac1da3b7d6882c009d637Lennart Poettering
7e27f3121e5a10629302b5221eb21345f832724aLennart Poettering* add infrastructure to allocate dynamic/transient users and UID ranges, for use in user-namespaced containers, per-seat gdm login screens and gdm guest sessions
7e27f3121e5a10629302b5221eb21345f832724aLennart Poettering
f81e67f79fa856aa2ecffad4d014772ce981745cLennart Poettering* machined: add an API so that libvirt-lxc can inform us about network interfaces being removed or added to an existing machine
f81e67f79fa856aa2ecffad4d014772ce981745cLennart Poettering
d48b7bd271b1e70924c8485d2f95c2f5a1ae77cbLennart Poettering* maybe add support for specifier expansion in user.conf, specifically DefaultEnvironment=
d48b7bd271b1e70924c8485d2f95c2f5a1ae77cbLennart Poettering
25e14499c4c5b02229d05a5bc26c3693ade5f987Lennart Poettering* code cleanup: retire FOREACH_WORD_QUOTED, port to unquote_first_word() loops instead
25e14499c4c5b02229d05a5bc26c3693ade5f987Lennart Poettering
758c4d7a391c0e024737053c815bf3924653b8c5Lennart Poettering* introduce systemd-timesync-wait.service or so to sync on an NTP fix?
758c4d7a391c0e024737053c815bf3924653b8c5Lennart Poettering
821cc13ddae40fb7608458b44aaa7a3fd33d56d9Lennart Poettering* systemd --user should issue sd_notify() upon reaching basic.target, not on becoming idle
821cc13ddae40fb7608458b44aaa7a3fd33d56d9Lennart Poettering
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering* configure.ac pretends dbus was optional but actually hardcodes use of dbus' pkg-config file to determine various dbus dirs such as policy and activation dirs
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering* consider showing the unit names during boot up in the status output, not just the unit descriptions
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering* dhcp: do we allow configuring dhcp routes on interfaces that are not the one we got the dhcp info from?
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering* maybe allow timer units with an empty Units= setting, so that they
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering can be used for resuming the system but nothing else.
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering
25e773eeb4f853804e1bf0dbd9a184f23e9b2a97Kay Sievers* what to do about udev db binary stability for apps? (raw access is not an option)
b857e042d621ffb98a652f33850b431fafbece43Lennart Poettering
6dab5bb18151c80fc39bd51f03dcff40b920de3eLennart Poettering* maybe provide an API to allow migration of foreign PIDs into existing scopes.
6dab5bb18151c80fc39bd51f03dcff40b920de3eLennart Poettering
384a4be2b00cb95ce215dd343cc9aa77adc9b1ecLennart Poettering* maybe support a new very "soft" reboot mode, that simply kills all processes, disassembles everything, flushes /run and sysvipc, and then reexecs systemd again
384a4be2b00cb95ce215dd343cc9aa77adc9b1ecLennart Poettering
706d97503df83d141d241b645d2c920d691b3d62Lennart Poettering* man: document that corrupted journal files is nothing to act on
706d97503df83d141d241b645d2c920d691b3d62Lennart Poettering
3bcde97e8502c48b53f7420e2433ca68e601662dLennart Poettering* man: maybe use the word "inspect" rather than "introspect"?
3bcde97e8502c48b53f7420e2433ca68e601662dLennart Poettering
533bb267f13e2f7b4d7b78de30e821dc81c82335Lennart Poettering* "machinectl list" should probably show columns for OS version and IP addresses
533bb267f13e2f7b4d7b78de30e821dc81c82335Lennart Poettering
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* systemctl: if some operation fails, show log output?
533bb267f13e2f7b4d7b78de30e821dc81c82335Lennart Poettering
b42de08aa4c97636e42c28c7bce08f0d7c2a719aZbigniew Jędrzejewski-Szmek* systemctl edit:
b42de08aa4c97636e42c28c7bce08f0d7c2a719aZbigniew Jędrzejewski-Szmek- allow creation of units from scratch
b42de08aa4c97636e42c28c7bce08f0d7c2a719aZbigniew Jędrzejewski-Szmek- use equvalent of cat() to insert existing config as a comment, prepended with #.
b42de08aa4c97636e42c28c7bce08f0d7c2a719aZbigniew Jędrzejewski-Szmek Upon editor exit, lines with one # are removed, lines with two # are left with one #, etc.
202aea456dfb279cd34da7bfd1880f6ac0fd849fLennart Poettering
42aeb14a4a0fa7d43da96a8ed0fb0e180a2dd5c8Lennart Poettering* refcounting in sd-resolve is borked
42aeb14a4a0fa7d43da96a8ed0fb0e180a2dd5c8Lennart Poettering
42aeb14a4a0fa7d43da96a8ed0fb0e180a2dd5c8Lennart Poettering* exponential backoff in timesyncd and resolved when we cannot reach a server
42aeb14a4a0fa7d43da96a8ed0fb0e180a2dd5c8Lennart Poettering
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering* tmpfiles: port to unquote_many_words(), similar to sysusers
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering* unquote_many_words() should probably be used by a lot of code that
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering currently uses FOREACH_WORD and friends. For example, most conf
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering parsing callbacks should use it.
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering
563b1bdc09efe0cf94dd3f514f30376ca854c1ceLennart Poettering* merge ~/.local/share and ~/.local/lib into one similar /usr/lib and /usr/share....
563b1bdc09efe0cf94dd3f514f30376ca854c1ceLennart Poettering
5dcf983854c2e8314dbee239180255490ec8ae1cLennart Poettering* systemd.show_status= should probably have a mode where only failed
5dcf983854c2e8314dbee239180255490ec8ae1cLennart Poettering units are shown.
5dcf983854c2e8314dbee239180255490ec8ae1cLennart Poettering
b873d33ec9583c92a0c2bc6807d010720fa31595Lennart Poettering* networkd:
d61bb44a89fde3042c7c15ea4975239f7dcb0cb0Lennart Poettering - add LLDP client side support
ed220efd6657822332b9563ec53c5ab9f3c33220Lennart Poettering - the DHCP lease data (such as NTP/DNS) is still made available when
ed220efd6657822332b9563ec53c5ab9f3c33220Lennart Poettering a carrier is lost on a link. It should be removed instantly.
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering - .network setting that allows overriding of the hostname to send to the dhcp server
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2014-July/021550.html
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering - expose in the API the following bits:
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering - option 15, domain name and/or option 119, search list
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering - option 12, host name and/or option 81, fqdn
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering - option 100, 101, timezone
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering - option 123, 144, geolocation
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering - option 252, configure http proxy (PAC/wpad)
ca70bec9261977336c94f44d5fcf37e1c495326aLennart Poettering - networkd's dhcp server should transparently pass on the DNS and
ca70bec9261977336c94f44d5fcf37e1c495326aLennart Poettering NTP server list it got from user configuration and its dhcp client
ca70bec9261977336c94f44d5fcf37e1c495326aLennart Poettering to clients. It should also pass on its own timezone information.
1dbe0a6efda7b1d35957eab7e1d56a2c69d806d9Lennart Poettering - provide a way to define a per-network interface default metric value
1dbe0a6efda7b1d35957eab7e1d56a2c69d806d9Lennart Poettering for all routes to it. possibly a second default for DHCP routes.
157a180e4fc827606833a6724834ba7b0246d650Tom Gundersen - allow Name= to be specified repeatedly in the [Match] section. Maybe also
157a180e4fc827606833a6724834ba7b0246d650Tom Gundersen support Name=foo*|bar*|baz ?
b873d33ec9583c92a0c2bc6807d010720fa31595Lennart Poettering
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering* resolved:
1dbe0a6efda7b1d35957eab7e1d56a2c69d806d9Lennart Poettering - put networkd events and rtnl events at a higher priority, so that
1dbe0a6efda7b1d35957eab7e1d56a2c69d806d9Lennart Poettering we always process them before we process client requests
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering - DNSSEC
ff3d6560bead6879a2fed1bf99bfe8273b3723f1Zbigniew Jędrzejewski-Szmek - use base64 for key presentation?
ff3d6560bead6879a2fed1bf99bfe8273b3723f1Zbigniew Jędrzejewski-Szmek - add display of private key types (http://tools.ietf.org/html/rfc4034#appendix-A.1.1)?
151226ab4bf276d60d51864330a99f886b923697Zbigniew Jędrzejewski-Szmek - add nice formatting of DNS timestamps
23c4091dc2b85d117512e89233fdeb47d1ff3d92Lennart Poettering - DNS
23c4091dc2b85d117512e89233fdeb47d1ff3d92Lennart Poettering - search paths
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering - mDNS/DNS-SD
0f47ed0a052c0da743404f23ac3532aaabd23655Lennart Poettering - avahi compat
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering - DNS-SD service registration from socket units
bc07548926ec5ed7b13df8d3656654f238e0b9a7Lennart Poettering - edns0
bc07548926ec5ed7b13df8d3656654f238e0b9a7Lennart Poettering - dname
b6b63571ae3eca1741d54172922961af972b8f20Lennart Poettering - cname on PTR (?)
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - maybe randomize DNS UDP source ports
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - maybe compare query section of DNS replies
3f77a1b19f5a8ce33566f7f6e28e94c08ea30841Kay Sievers
e2a69298819b58f008be61d314f8ab95ccaec427Lennart Poettering* Allow multiple ExecStart= for all Type= settings, so that we can cover rescue.service nicely
e2a69298819b58f008be61d314f8ab95ccaec427Lennart Poettering
2834ffe78d7fd8be118429aa1449ac72641638c2Lennart Poettering* Add a new verb "systemctl top"
2834ffe78d7fd8be118429aa1449ac72641638c2Lennart Poettering
a940778fb1dd16479f455bab3ac6cbdbc5b06165Lennart Poettering* add new gpt type for btrfs volumes
a940778fb1dd16479f455bab3ac6cbdbc5b06165Lennart Poettering
a01647e53727107d82382bc5c9d98c894e8f386cLennart Poettering* support empty /etc boots nicely:
3c779fa59d1825d7db2a9516669d34ded7916913Lennart Poettering - nspawn/gpt-generator: introduce new gpt partition type for /usr
a940778fb1dd16479f455bab3ac6cbdbc5b06165Lennart Poettering - fstab-generator: support systemd.volatile=yes|no|state on the kernel cmdline, too, similar to nspawn's --volatile=
a01647e53727107d82382bc5c9d98c894e8f386cLennart Poettering
3de03738fc970496d2d3da668c72767a48ccc41bLennart Poettering* generator that automatically discovers btrfs subvolumes, identifies their purpose based on some xattr on them.
3de03738fc970496d2d3da668c72767a48ccc41bLennart Poettering
2b1c3767515672dfd0f5e0a9c9d7ac3a16a6a361Lennart Poettering* timer units: actually add extra delays to timer units with high AccuracySec values, don't start them already when we are awake...
2b1c3767515672dfd0f5e0a9c9d7ac3a16a6a361Lennart Poettering
37efac5ddb21fd91ed420c070ed07f375e78b3b9Lennart Poettering* a way for container managers to turn off getty starting via $container_headless= or so...
37efac5ddb21fd91ed420c070ed07f375e78b3b9Lennart Poettering
7348b3adb324614132cf376f478e883bd7de28f1Lennart Poettering* figure out a nice way how we can let the admin know what child/sibling unit causes cgroup membership for a specific unit
7348b3adb324614132cf376f478e883bd7de28f1Lennart Poettering
e107ed185ef08945102834234a05ec51bb438685Lennart Poettering* mount_cgroup_controllers(): symlinks need to get the label applied
e107ed185ef08945102834234a05ec51bb438685Lennart Poettering
81429136905a6204875174b60a179333b7f3c9e4Kay Sievers* For timer units: add some mechanisms so that timer units that trigger immediately on boot do not have the services
81429136905a6204875174b60a179333b7f3c9e4Kay Sievers they run added to the initial transaction and thus confuse Type=idle.
e107ed185ef08945102834234a05ec51bb438685Lennart Poettering
f598ac3e28b729dd0b1d0a881df3e16465687a2bLennart 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)
11fb37f16ed99c1603c9d770b60ce4953b96a58dLennart Poettering
01083ad094664e5c685060f4fb35a05ea2f212edLennart Poettering* sd-event: generate a failure of a default event loop is executed out-of-thread
01083ad094664e5c685060f4fb35a05ea2f212edLennart Poettering
edb2935c5c5b95c42b8679086f60da5eafad74cbLennart Poettering* add bus api to query unit file's X fields.
edb2935c5c5b95c42b8679086f60da5eafad74cbLennart Poettering
769918ecd30c0f7ee6e87b9aa6226d956bd2f530Lennart Poettering* consider adding RuntimeDirectoryUser= + RuntimeDirectoryGroup=
769918ecd30c0f7ee6e87b9aa6226d956bd2f530Lennart Poettering
769918ecd30c0f7ee6e87b9aa6226d956bd2f530Lennart Poettering* sd-event: define more intervals where we will shift wakeup intervals around in, 1h, 6h, 24h, ...
769918ecd30c0f7ee6e87b9aa6226d956bd2f530Lennart Poettering
6a3f892a23db71544d0439355f96c44350dafa8fLennart Poettering* gpt-auto-generator:
2a781fc9bd33982c81e5ff75974a442a33d4f167Lennart Poettering - Support LUKS for root devices
2a781fc9bd33982c81e5ff75974a442a33d4f167Lennart Poettering - Define new partition type for encrypted swap? Support probed LUKS for encrypted swap?
6a3f892a23db71544d0439355f96c44350dafa8fLennart Poettering - Make /home automount rather than mount?
6a3f892a23db71544d0439355f96c44350dafa8fLennart Poettering
650264033f2f98f6319513958d94d59078654af8Lennart Poettering* add generator that pulls in systemd-network from containers when
650264033f2f98f6319513958d94d59078654af8Lennart Poettering CAP_NET_ADMIN is set, more than the loopback device is defined, even
650264033f2f98f6319513958d94d59078654af8Lennart Poettering when it is otherwise off
f8901862b2b030921b3d5aba4157044ceab16451Lennart Poettering
eda8f06755bd98c4639293c26b856c225f0d1fe1Lennart Poettering* MessageQueueMessageSize= and RLimitFSIZE= (and suchlike) should use parse_iec_size().
eda8f06755bd98c4639293c26b856c225f0d1fe1Lennart Poettering
d4fdc205a4610965cee46408dbd046c922e7620cLennart Poettering* "busctl status" works only as root on dbus1, since we cannot read
d4fdc205a4610965cee46408dbd046c922e7620cLennart Poettering /proc/$PID/exe
d4fdc205a4610965cee46408dbd046c922e7620cLennart Poettering
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering* implement Distribute= in socket units to allow running multiple
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering service instances processing the listening socket, and open this up
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering for ReusePort=
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering* socket units: support creating sockets in different namespace,
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering opening it up for JoinsNamespaceOf=. This would require to fork off
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering a tiny process that joins the namespace and creates/binds the socket
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering and passes this back to PID1 via SCM_RIGHTS. This also could be used
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering to allow Chown/chgrp on sockets without requiring NSS in PID 1.
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering
47c94a96df29080f8b3a97e7362df4e9c6ba3265Lennart Poettering* New service property: maximum CPU and wallclock runtime for a service
47c94a96df29080f8b3a97e7362df4e9c6ba3265Lennart Poettering
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering* introduce bus call FreezeUnit(s, b), as well as "systemctl freeze
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering $UNIT" and "systemctl thaw $UNIT" as wrappers around this. The calls
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering should SIGSTOP all unit processes in a loop until all processes of
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering it are fully stopped. This can later be used for app management by
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering desktop UIs such as gnome-shell to freeze apps that are not visible
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering on screen, not unlike how job control works on the shell
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering
ef417cfd2211ae017a38b9796c6db29130133e63Zbigniew Jędrzejewski-Szmek* completions:
ef417cfd2211ae017a38b9796c6db29130133e63Zbigniew Jędrzejewski-Szmek - manager property enumeration was broken when systemd moved to /usr/lib/
3333d748facc15f49935b6b793490ba0824976e6Zbigniew Jędrzejewski-Szmek
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* cgroups:
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - implement per-slice CPUFairScheduling=1 switch
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - handle jointly mounted controllers correctly
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - introduce high-level settings for RT budget, swappiness
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - how to reset dynamically changed unit cgroup attributes sanely?
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - when reloading configuration, apply new cgroup configuration
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - when recursively showing the cgroup hierarchy, optionally also show
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering the hierarchies of child processes
0bee65f0622c4faa8ac8ae771cc0c8a936dfa284Lennart Poettering
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* transient units:
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - allow creating auxiliary units with the same call
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - add field to transient units that indicate whether systemd or somebody else saves/restores its settings, for integration with libvirt
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - ensure scope units may be started only a single time
ebcf1f97de4f6b1580ae55eb56b1a3939fe6b602Lennart Poettering
47c94a96df29080f8b3a97e7362df4e9c6ba3265Lennart Poettering* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk?
47c94a96df29080f8b3a97e7362df4e9c6ba3265Lennart Poettering
718db96199eb307751264e4163555662c9a389faLennart Poettering* when we detect low battery and no AC on boot, show pretty splash and refuse boot
718db96199eb307751264e4163555662c9a389faLennart Poettering
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* machined, localed: when we try to kill an empty cgroup, generate an ESRCH error over the bus
718db96199eb307751264e4163555662c9a389faLennart Poettering
718db96199eb307751264e4163555662c9a389faLennart Poettering* libsystemd-journal, libsystemd-login, libudev: add calls to easily attach these objects to sd-event event loops
718db96199eb307751264e4163555662c9a389faLennart Poettering
966204e010ed432a1d7a0481d41a326d8ec7b0c8Lennart Poettering* be more careful what we export on the bus as (usec_t) 0 and (usec_t) -1
966204e010ed432a1d7a0481d41a326d8ec7b0c8Lennart Poettering
94676f3e9352cbf1f72e0a512ee0d2ed83ff676dLennart Poettering* unify dispatch table in systemctl_main() and friends
6fd4d0209827e5c3e52fa8c7144852f550f8f95cLennart Poettering
416446221d905b6815175dc4d525d27f8ae43d1bLennart 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
416446221d905b6815175dc4d525d27f8ae43d1bLennart Poettering
7f79cd7109a60810140a045cc725291fc5515264Lennart Poettering* After coming back from hibernation reset hibernation swap partition using the /dev/snapshot ioctl APIs
0aafd43d235982510d1c40564079f7bcec0c7c19Lennart Poettering
19aadacf92ad86967ffb678e37b2ff9e83cb9480Jan Engelhardt* If we try to find a unit via a dangling symlink, generate a clean
19aadacf92ad86967ffb678e37b2ff9e83cb9480Jan Engelhardt error. Currently, we just ignore it and read the unit from the search
df5f6971e6e15b4632884916c71daa076c8bae96Lennart Poettering path anyway.
df5f6971e6e15b4632884916c71daa076c8bae96Lennart Poettering
fcba531ed4c6e6f8f21d8ca4e3a56e3162b1c578Lennart Poettering* refuse boot if /etc/os-release is missing or /etc/machine-id cannot be set up
fcba531ed4c6e6f8f21d8ca4e3a56e3162b1c578Lennart Poettering
6aaa8c2f783cd1b3ac27c5ce40625d032e7e3d71Zbigniew Jędrzejewski-Szmek* btrfs raid assembly: some .device jobs stay stuck in the queue
c3bb87dbab8b79bb9253407cb5b7f3e6fe8db395Lennart Poettering
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* make sure gdm does not use multi-user-x but the new default X configuration file, and then remove multi-user-x from systemd
18d4e7c26e7806ac363d19989df7144d5058ce41Lennart Poettering
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering* man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted.
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering* load .d/*.conf dropins for device units
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering* allow implementation of InaccessibleDirectories=/ plus
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering ReadOnlyDirectories=... for whitelisting files for a service.
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering
6bb648a16ae4a682ad4784412af706d2e6a3e4daTom Gundersen* sd-bus:
d0928791499734e202460d5c027b5d3e0d28e7abLennart Poettering - kdbus: process fd=-1 for incoming msgs
4a02e68602be9f6f3caac0f6195672490f715fe1Lennart Poettering - make dsrt happy, and change userspace header for kdbus to yyyyuta{tv}v
e7100587da6d147fa601c911122d13ad4257e963Lennart Poettering - kdbus: PID/TID goes missing for method calls from outside the PID namespace?
bca3e263cfc68f506bfbafb11680f35aa13c38a5Lennart Poettering - kdbus: the kernel should not allow messages to be delivered that have a reply serial != 0, reply-expect unset, but no appropriate window
e8bbb7c7e9163420cb1ba92f82dbc09aab577d1aLennart Poettering - kdbus: timestamps on kernel's NameOwnerChanged messages?
e8bbb7c7e9163420cb1ba92f82dbc09aab577d1aLennart Poettering - kdbus' busnames.target should get pulled in by basic.target
7212c6083a5577eabc96c35c9db4c19c113cae93Lennart Poettering - Ignore .busname units on classic D-Bus boots, systemd-resolved cannot be started on kdbus
7212c6083a5577eabc96c35c9db4c19c113cae93Lennart Poettering without the active policy and should get a Wants=org.freedesktop.resolve1.busname to
7212c6083a5577eabc96c35c9db4c19c113cae93Lennart Poettering pull-in the policy.
7212c6083a5577eabc96c35c9db4c19c113cae93Lennart Poettering - port to sd-resolve for connecting to TCP dbus servers
1f140dd8b048c5f5599a886b8c4d20f3f1065774David Herrmann - kdbus: maybe add controlling tty metadata fields
57f2a947270faf65e1876797b930e3f6d60ebd06Lennart Poettering - see if we can introduce a new sd_bus_get_owner_machine_id() call to retrieve the machine ID of the machine of the bus itself
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt - when kdbus does not take our message without memfds, try again with memfds
7973ca1927e1f3bac9438f3529458c9ff868905dLennart Poettering - introduce sd_bus_emit_object_added()/sd_bus_emit_object_removed() that automatically includes the build-in interfaces in the list
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - see if we can drop more message validation on the sending side
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - add API to clone sd_bus_message objects
dc17bcef197a0d5ee798cce59c40e4f5e85c24f6Lennart Poettering - make AddMatch calls on dbus1 transports async?
80caea6cc72ebd311a311b1527cc6b87201c13bfLennart 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...
ab9716c2489f9141ed13ec22dbb216b3e6fbd6b5Lennart Poettering - longer term: priority inheritance
df98a87ba389bdfc0359beedf47557411f3af434Lennart Poettering - dbus spec updates:
df98a87ba389bdfc0359beedf47557411f3af434Lennart Poettering - kdbus mapping
df98a87ba389bdfc0359beedf47557411f3af434Lennart Poettering - NameLost/NameAcquired obsolete
df98a87ba389bdfc0359beedf47557411f3af434Lennart Poettering - GVariant
2ecfc64e59b5e4e96bed6f68bd36b612ef77a146Lennart Poettering - path escaping
6a8b5fa4635ed858788fb10099ec9b62b3359a0aLennart Poettering - update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
69727e6dc69ae5d9b5ae3681723778a3faa354e9Lennart Poettering - test bloom filter generation indexes
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - bus-proxy: when passing messages from kdbus, make sure we properly
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering handle the case where a large number of fds is appended that we
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering cannot pass into sendmsg() of the AF_UNIX sokcet (which only accepts
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering 253 messages)
b568ef14a75dffb7182e0acbdec743b31df2a597Lennart Poettering - kdbus: introduce a concept of "send-only" connections
0ad68f8743f3baaa7cd8ac7a2275459ae0f7b96aLennart Poettering - kdbus: add counter for refused unicast messages that is passed out via the RECV ioctl. SImilar to the counter for dropped multicast messages we already have.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* sd-event
12179984a38fe74581333fbcdc11c822d81f505fLennart Poettering - allow multiple signal handlers per signal?
0536ce5d0ceaf87f3e81faaff41d69ffeed2186fZbigniew Jędrzejewski-Szmek - document chaining of signal handler for SIGCHLD and child handlers
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering* in the final killing spree, detect processes from the root directory, and
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering complain loudly if they have argv[0][0] == '@' set.
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=961044
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering
69af45035913e7119cffd94c542bd3039600e45dZbigniew Jędrzejewski-Szmek* investigate endianness issues of UUID vs. GUID
e8a7a315391a6a07897122725cd707f4e9ce63d7Lennart Poettering
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering* dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering should be able to safely try another attempt when the bus call LoadUnit() is invoked.
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* add a pam module that passes the hdd passphrase into the PAM stack and then expires it, for usage by gdm auto-login.
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* add a pam module that on password changes updates any LUKS slot where the password matches
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering* maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases...
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering
4ff49cb63075aba646b578f2516b37a8dfd5a65bLennart Poettering* cgtop: make cgtop useful in a container
4ff49cb63075aba646b578f2516b37a8dfd5a65bLennart Poettering
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek* test/:
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek - add 'set -e' to scripts in test/
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek - make stuff in test/ work with separate output dir
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* seems that when we follow symlinks to units we prefer the symlink
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt destination path over /etc and /usr. We should not do that. Instead
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering /etc should always override /run+/usr and also any symlink
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering destination.
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering* when isolating, try to figure out a way how we implicitly can order
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering all units we stop before the isolating unit...
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering* teach ConditionKernelCommandLine= globs or regexes (in order to match foobar={no,0,off})
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering* after all byte-wise realloc() is slow, even on glibc, so i guess we
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering need manual exponential loops after all
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering* BootLoaderSpec: Clarify that the kernel has to be in $BOOT. Clarify
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering that the boot loader should be installed to the ESP. Define a way
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering how an installer can figure out whether a BLS compliant boot loader
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering is installed.
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering* think about requeuing jobs when daemon-reload is issued? usecase:
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering the initrd issues a reload after fstab from the host is accessible
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering and we might want to requeue the mounts local-fs acquired through
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering that automatically.
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering
e5ec62c56963d997edaffa904af5dc45dac23988Lennart Poettering* systemd-inhibit: make taking delay locks useful: support sending SIGINT or SIGTERM on PrepareForSleep()
54c31a79f72ff57ac8eba089acacc4ab482b745dLennart Poettering
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* remove any syslog support from log.c -- we probably cannot do this before split-off udev is gone for good
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* shutdown logging: store to EFI var, and store to USB stick?
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* write UI tool that pops up emergency messages from the journal as notification
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* think about window-manager-run-as-user-service problem: exit 0 → activate shutdown.target; exit != 0 → restart service
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering* merge unit_kill_common() and unit_kill_context()
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering* introduce ExecCondition= in services
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* EFI:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - honor language efi variables for default language selection (if there are any?)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - honor timezone efi variables for default timezone selection (if there are any?)
466784c8710e5cb0e0b86a16506d992d7ec5b619Kay Sievers - change bootctl to be backed by systemd-bootd to control temporary and persistent default boot goal plus efi variables
e41814846c19a48f4490169d82e359e005c4db45Lennart Poettering
c0fe5db522b52f27e030655ce2c03e05cbbc1558Kay Sievers* maybe do not install getty@tty1.service symlink in /etc but in /usr?
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* re-enable "make check" for gtk-doc (broken for unknown reason)
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=812826
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
8ed206517c2be381324ac5832bf34cc14024270eLennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
e6c6e7afffa80ad74efdb1ddfa815294624f1608Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* logind:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: wakelock/opportunistic suspend support
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Add pretty name for seats in logind
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: allow showing logout dialog from system?
e5ec62c56963d997edaffa904af5dc45dac23988Lennart Poettering - we should probably handle SIGTERM/SIGINT to not leave dot files around, just in case
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - session scopes/user unit: add RequiresMountsFor for the home directory of the user
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - if pam_systemd is invoked by su from a process that is outside of a
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering any session we should probably just become a NOP, since that's
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering usually not a real user session but just some system code that just
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering needs setuid().
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - logind: make the Suspend()/Hibernate() bus calls wait for the for
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering the job to be completed. before returning, so that clients can wait
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering for "systemctl suspend" to finish to know when the suspending is
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering complete.
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - logind: when the power button is pressed short, just popup a
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering logout dialog. If it is pressed for 1s, do the usual
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering shutdown. Inspiration are Macs here.
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - logind: allow users to kill or lock their own sessions
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - expose "Locked" property on logind sesison objects
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - given that logind now lets PID 1 do all nasty work, we can
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering probably reduce the capability set it retains substantially.
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering (we need CAP_SYS_ADMIN for drmSetMaster(), so maybe not worth it)
b568ef14a75dffb7182e0acbdec743b31df2a597Lennart Poettering - expose orientation sensors and tablet mode through logind
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty.
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* service: watchdog logic: for testing purposes allow ping, but do not require pong
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* journal:
57f2a947270faf65e1876797b930e3f6d60ebd06Lennart Poettering - consider introducing implicit _TTY= + _PPID= + _EUID= + _EGID= + _FSUID= + _FSGID= fields
c06bf414042cd1bf94e0af63e9e2a0c291bfc546Kay Sievers - import and delete pstore filesystem content at startup
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: also get thread ID from client, plus thread name
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add API to close/reopen/get fd for journal client fd in libsystemd-journal.
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt - fallback to /dev/log based logging in libsystemd-journal, if we cannot log natively?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - declare the local journal protocol stable in the wiki interface chart
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: reuse XZ context
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: when dropping msgs due to ratelimit make sure to write
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering "dropped %u messages" not only when we are about to print the next
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering message that works, but alraedy after a short tiemout
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - check if we can make journalctl by default use --follow mode inside of less if called without args?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - maybe add API to send pairs of iovecs via sd_journal_send
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: when writing journal auto-rotate if time jumps backwards
f47ec8ebb3858553dec870e1c596e39525f46360Lennart Poettering - journal: add a setgid "systemd-journal" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journactl: support negative filtering, i.e. FOOBAR!="waldo",
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering and !FOOBAR for events without FOOBAR.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal-send.c, log.c: when the log socket is clogged, and we drop, count this and write a message about this when it gets unclogged again.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: find a way to allow dropping history early, based on priority, other rules
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: When used on NFS, check payload hashes
f47ec8ebb3858553dec870e1c596e39525f46360Lennart Poettering - journal live copy, based on libneon (client) and libmicrohttpd (server)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: add kernel cmdline option to disable ratelimiting for debug purposes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - refuse taking lower-case variable names in sd_journal_send() and friends.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: deal nicely with byte-by-byte copied files, especially regards header
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
601d9d6fb394a780765e80581daab850623e9698Josh Triplett - Replace utmp, wtmp, btmp, and lastlog completely with journal
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journalctl: instead --after-cursor= maybe have a --cursor=XYZ+1 syntax?
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - when a kernel driver logs in a tight loop, we should ratelimit that too.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journald: optionally, log debug messages to /run but everything else to /var
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journald: when we drop syslog messages because the syslog socket is
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering full, make sure to write how many messages are lost as first thing
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering to syslog when it works again.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journald: make sure ratelimit is actually really per-service with the new cgroup changes
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - change systemd-journal-flush into a service that stays around during
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering boot, and causes the journal to be moved back to /run on shutdown,
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt so that we do not keep /var busy. This needs to happen synchronously,
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering hence doing this via signals is not going to work.
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - optionally support running journald from the command line for testing purposes in external projects
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - journald: allow per-priority and per-service retention times when rotating/vacuuming
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - journald: make use of uid-range.h to managed uid ranges to split
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering journals in.
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - journalctl: add the ability to look for the most recent process of a binary. journalctl /usr/bin/X11 --pid=-1 or so...
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - improve journalctl performance by loading journal files
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering lazily. Encode just enough information in the file name, so that we
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering do not have to open it to know that it is not interesting for us, for
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering the most common operations.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* document:
8b8f259170e35b93e6c6d1757cb8b835bbdaa40cZbigniew Jędrzejewski-Szmek - document that deps in [Unit] sections ignore Alias= fields in
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering [Install] units of other units, unless those units are disabled
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - document the exit codes when services fail before they are exec()ed
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - document that service reload may be implemented as service reexec
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - document in wiki how to map ical recurrence events to systemd timer unit calendar specifications
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - add a man page containing packaging guidelines and recommending usage of things like Documentation=, PrivateTmp=, PrivateNetwork= and ReadOnlyDirectories=/etc /usr.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - document systemd-journal-flush.service properly
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - documentation: recommend to connect the timer units of a service to the service via Also= in [Install]
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - man: document the very specific env the shutdown drop-in tools live in
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - man: extend runlevel(8) to mention that runlevels suck, and are dead. Maybe add runlevel(7) with a note about that too
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - man: add more examples to man pages
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - man: maybe sort directives in man pages, and take sections from --help and apply them to man too
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* systemctl:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl list-jobs - show dependencies
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add systemctl switch to dump transaction without executing it
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - "systemctl disable" on a static unit prints no message and does
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering nothing. "systemctl enable" does nothing, and gives a bad message
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering about it. Should fix both to print nice actionable messages.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add new command to systemctl: "systemctl system-reexec" which reexecs as many daemons as virtually possible
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt - systemctl enable: fail if target to alias into does not exist? maybe show how many units are enabled afterwards?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl: "Journal has been rotated since unit was started." message is misleading
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - support "systemctl stop foobar@.service" to stop all units matching a certain template
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - better error message if you run systemctl without systemd running
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - systemctl status output should should include list of triggering units and their status
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* unit install:
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - "systemctl mask" should find all names by which a unit is accessible
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering (i.e. by scanning for symlinks to it) and link them all to /dev/null
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so)
8b04b925e587ff56568c62ff5ad3f2ea2b34ca7aLennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* timer units:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - timer units should get the ability to trigger when:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering o CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering o DST changes
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - Support 2012-02~4 as syntax for specifying the fourth to last day of the month.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - calendarspec: support value ranges with ".." notation. Example: 2013-4..8-1
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt - 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
90e071d1d59be05fcba66561439c3ca67c80ee20Lennart Poettering - Modulate timer frequency based on battery state
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering* add libsystemd-password or so to query passwords during boot using the password agent logic
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart 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().
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* fedup: add --unit to systemctl switch-root somehow
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* fedup: do not delete initrd on switch-root
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* fedup: generator
603cd8fe07cb03e8b11722d1a732e569e5a46347Lennart Poettering
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart Poettering* clean up date formatting and parsing so that all absolute/relative timestamps we format can also be parsed
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* on shutdown: move utmp, wall, audit logic all into PID 1 (or logind?), get rid of systemd-update-utmp-runlevel
08f9588885c5d65694b324846b0ed19211d2c178Lennart Poettering
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers* make repeated alt-ctrl-del presses printing a dump, or even force a reboot without
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers waiting for the timeout
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* hostnamed: before returning information from /etc/machine-info.conf check the modification data and reread. Similar for localed, ...
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab is not
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* nspawn:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - bind mount read-only the cgroup tree higher than nspawn
9cb74bcb23dde8488459ca233bf9caee642b8402Zbigniew Jędrzejewski-Szmek - refuses to boot containers without /etc/machine-id (OK?), and with empty /etc/machine-id (not OK).
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - introduce machines.target to order after all nspawn instances
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - systemd-nspawn@.service should fail if some nspawn arg is invalid, with Type=notify
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - PID 1 doesn't apply nspawns devices cgroup policy
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* cryptsetup:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - cryptsetup-generator: allow specification of passwords in crypttab itself
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - move cryptsetup key caching into kernel keyctl?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54982
5f1dac6bf605871615b35891a3966fa474db5b20Lennart Poettering - support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
f801968466fed39d50d410b30ac828c26722cc95Lennart Poettering
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54712
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* after deserializing sockets in socket.c we should reapply sockopts and things
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering* make timer units go away after they elapsed
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering* move PID 1 segfaults to /var/lib/systemd/coredump?
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering* create /sbin/init symlinks from the build system
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering* allow writing multiple conditions in unit files on one line
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* MountFlags=shared acts as MountFlags=slave right now.
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* drop PID 1 reloading, only do reexecing (difficult: Reload()
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering currently is properly synchronous, Reexec() is weird, because we
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt cannot delay the response properly until we are back, so instead of
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering being properly synchronous we just keep open the fd and close it
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt when done. That means clients do not get a successful method reply,
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering but much rather a disconnect on success.
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering* properly handle loop back mounts via fstab, especially regards to fsck/passno
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering
88a6c5894c9d3f85d63b87b040c130366b4006ceKay Sievers* rename "userspace" to "core-os"
8351ceaea9480d9c2979aa2ff0f4982cfdfef58dLennart Poettering
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering* load-fragment: when loading a unit file via a chain of symlinks
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt verify that it is not masked via any of the names traversed.
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering* introduce Type=pid-file
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering
59cea26a349cfa8db906b520dac72563dd773ff2Lennart Poettering* change Requires=basic.target to RequisiteOverride=basic.target
35eb6b124ebdf82bd77aad6e44962a9a039c4d33Lennart Poettering
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* automount: implement expire:
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - set superblock timeout AUTOFS_DEV_IOCTL_TIMEOUT_CMD
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - periodically run AUTOFS_DEV_IOCTL_EXPIRE_CMD
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - every timeout/4 (original autofs logic)
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - blocking, needs a thread
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - run until -EAGAIN
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - receive expire packet on pipe if kernel tells the timeout is over
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - call umount
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - answer expire packet on pipe with AUTOFS_DEV_IOCTL_{READY,FAIL}_CMD
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - AUTOFS_DEV_IOCTL_EXPIRE_CMD returns
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering
e01a15b71e18bf2008aec7e75041ffa42eb80b80Kay Sievers* ExecOnFailure=/usr/bin/foo
a888b352eb53b07daa24fa859ceeb254336b293dLennart Poettering
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* udev:
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - move to LGPL
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - kill scsi_id
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - add trigger --subsystem-match=usb/usb_device device
e8d842a0d0b39f298e1e7f70d29759e50b2b16d4Tom Gundersen - reimport udev db after MOVE events for devices without dev_t
b8217b7bd5fd171916a095b150fad4c3a37f5a41Kay Sievers
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering* when a service has the same env var set twice we actually store it twice and return that in systemctl show -p... We should only show the last setting
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering
fb0864e7b9c6d26269ccea6ec5c0fd921c029781Lennart Poettering* introduce mix of BindTo and Requisite
fb0864e7b9c6d26269ccea6ec5c0fd921c029781Lennart Poettering
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering* default unix qlen is too small (10). bump sysctl? add sockopt?
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering* save coredump in Windows/Mozilla minidump format
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering
70a44afee385c4afadaab9a002b3f9dd44aedf4aJan Engelhardt* default to actual 32-bit PIDs, via /proc/sys/kernel/pid_max
65c0cf7108ae3537a357c74b4586a783baba82f9Lennart Poettering
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* be able to specify a forced restart of service A where service B depends on, in case B
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers needs to be auto-respawned?
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering* when a bus name of a service disappears from the bus make sure to queue further activation requests
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* tmpfiles:
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - apply "x" on "D" too (see patch from William Douglas)
7d441ddb5ca090b5a97f58ac4b4d97b3e84fa81eLennart Poettering
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* for services: do not set $HOME in services unless requested
14e639ae7a1dbf156273ce697d30fbc6c6594209Lennart Poettering
7f8aa67131cfc03ddcbd31c0420754864fc122f0Lennart Poettering* hide PAM options in fragment parser when compile time disabled
ff01d048b4c1455241c894cf7982662c9d28fd34Lennart Poettering
d3c7d7dd77b2b72315164b672462825cef6c0f9aKay Sievers* when we automatically restart a service, ensure we restart its rdeps, too.
72b9ed828bd22f3ddd74b6853c183eebf006d6d8Lennart Poettering
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering* allow Type=simple with PIDFile=
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=723942
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* move PAM code into its own binary
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering* implement Register= switch in .socket units to enable registration
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering in Avahi, RPC and other socket registration services.
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering
55cdcbacf70f05a40a155af24f6d2da6b478cba6Lennart Poettering* add ReloadSignal= for configuring a reload signal to use
8d0e38a2b966799af884e78a54fd6a2dffa44788Lennart Poettering
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering* verify that the AF_UNIX sockets of a service in the fs still exist
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering when we start a service in order to avoid confusion when a user
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering assumes starting a service is enough to make it accessible
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering* Make it possible to set the keymap independently from the font on
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering the kernel cmdline. Right now setting one resets also the other.
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* and a dbus call to generate target from current state
916abb21d0a6653e0187b91591e492026886b0a4Lennart Poettering
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering* GC unreferenced jobs (such as .device jobs)
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering* write blog stories about:
796b06c21b62d13c9021e2fbd9c58a5c6edb2764Kay Sievers - hwdb: what belongs into it, lsusb
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering - enabling dbus services
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering - status update
7a2a0b907b5cc60f5d9a871997d7d6e7f62bf4d8Lennart Poettering - how to make changes to sysctl and sysfs attributes
253ee27a0c7a410d27d490bb79ea97caed6a2b68Lennart Poettering - remote access
5d0fcd7c8d29340ac9425c309e8ac436a9af699cLennart Poettering - how to pass throw-away units to systemd, or dynamically change properties of existing units
8bbabc447b1d913bd21faf97c7b17d20d315d2b4Lennart Poettering - testing with Harald's awesome test kit
f530371f1f85a070d7d0fb5112146a43533ae00bLennart Poettering - auto-restart
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - how to develop against journal browsing APIs
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering - the journal HTTP iface
a73d88fa024b5668ed7dde681e99547d41e6a864Lennart Poettering - non-cgroup resource management
a74a8793b04de9886b4f6987b9cb86fa02c73520Lennart Poettering - dynamic resource management with cgroups
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering - refreshed, longer missions statement
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - calendar time events
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - init=/bin/sh vs. "emergency" mode, vs. "rescue" mode, vs. "multi-user" mode, vs. "graphical" mode, and the debug shell
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - how to create your own target
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - instantiated apache, dovecot and so on
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - hooking a script into various stages of shutdown/rearly booot
73090dc815390f4fca4e3ed8a7e1d3806605daaaLennart Poettering
44143309dd0b37d61d7d842ca58f01a65646ec71Kay Sievers* allow port=0 in .socket units
3d57c6ab801f4437f12948e29589e3d00c3ad9dbLennart Poettering
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering* recreate systemd's D-Bus private socket file on SIGUSR2
2791a8f8dc8764a9247cdba3562bd4c04010f144Lennart Poettering
a8f11321c209830a35edd0357e8def5d4437d854Lennart Poettering* Support --test based on current system state
a8f11321c209830a35edd0357e8def5d4437d854Lennart Poettering
21bdae12e11ae20460715475d8a0c991f15464ac Error!

 

There was an error!

null

java.lang.NullPointerException