TODO revision ccc3e8a104b8ccabb2cde99cc18ed5ac5a8ad883
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
8adaf7bd23baa6e2cd99e9e88e55d0f5f5db29a2Richard Maw* ExecStart with unicode characters fails in strv_split_extract:
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
3e495a6651609d0a45b62aab5c3ed5a3b40e11abZbigniew Jędrzejewski-Szmek* When systemctl --host is used, underlying ssh connection can remain open.
3e495a6651609d0a45b62aab5c3ed5a3b40e11abZbigniew Jędrzejewski-Szmek bus_close does not kill children?
3e495a6651609d0a45b62aab5c3ed5a3b40e11abZbigniew 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
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek* wiki: update journal format documentation for lz4 additions
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek
5e524b404b7b319aa6a24bf21132b1074b206996Lennart PoetteringJanitorial Clean-ups:
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering* code cleanup: retire FOREACH_WORD_QUOTED, port to extract_first_word() loops instead
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering* replace manual readdir() loops with FOREACH_DIRENT or FOREACH_DIRENT_ALL
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering* Get rid of the last strerror() invocations in favour of %m and strerror_r()
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering* Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again
5e524b404b7b319aa6a24bf21132b1074b206996Lennart Poettering
fd6c2363af2cb144bb6a7d6b8bdba9f777440078Lennart PoetteringFeatures:
47ee3ee03483efd271642d5043070cbd171f19d4Lennart Poettering
bd098bceddfe70dc995c0c4f7bac07475fc0fc41Lennart Poettering* PID1: find a way how we can reload unit file configuration for
bd098bceddfe70dc995c0c4f7bac07475fc0fc41Lennart Poettering specific units only, without reloading the whole of systemd
bd098bceddfe70dc995c0c4f7bac07475fc0fc41Lennart Poettering
de7399eb7427da46c5cd355181080274f69567a2Lennart Poettering* add an explicit parser for LimitNICE= and LimitRTPRIO= that verifies
de7399eb7427da46c5cd355181080274f69567a2Lennart Poettering the specified range and generates sane error messages for incorrect
de7399eb7427da46c5cd355181080274f69567a2Lennart Poettering specifications. Also, for LimitNICE= maybe introduce a syntax such
de7399eb7427da46c5cd355181080274f69567a2Lennart Poettering as "+5" or "-7" in order to make the limits more readable as they
de7399eb7427da46c5cd355181080274f69567a2Lennart Poettering are otherwise shifted by 20.
de7399eb7427da46c5cd355181080274f69567a2Lennart Poettering
0d4c4b7141c494fd8db273cf637a17af53674b2fLennart Poettering* do something about "/control" subcgroups in the unified cgroup hierarchy
0d4c4b7141c494fd8db273cf637a17af53674b2fLennart Poettering
3efc8c72f02423ece08b5c4d5c812420092cc10aLennart Poettering* when we detect that there are waiting jobs but no running jobs, do something
3efc8c72f02423ece08b5c4d5c812420092cc10aLennart Poettering
06ce859b5856eacee61a3f47c63c173a4e38c505Lennart Poettering* push CPUAffinity= also into the "cpuset" cgroup controller (only after the cpuset controller got ported to the unified hierarchy)
03364e472bccf64544e3a0d36d09f90c78f9f699Lennart Poettering
03364e472bccf64544e3a0d36d09f90c78f9f699Lennart Poettering* add a new command "systemctl revert" or so, that removes all dropin
03364e472bccf64544e3a0d36d09f90c78f9f699Lennart Poettering snippets in /run and /etc, and all unit files with counterparts in
03364e472bccf64544e3a0d36d09f90c78f9f699Lennart Poettering /usr, and thus undoes what "systemctl set-property" and "systemctl
03364e472bccf64544e3a0d36d09f90c78f9f699Lennart Poettering edit" create. Maybe even add "systemctl revert -a" to do this for
03364e472bccf64544e3a0d36d09f90c78f9f699Lennart Poettering all units.
573831165360e89a880f90627753962ab28c4f37Lennart Poettering
e6a26d8c972d45a0927ad0b7c654c830daa2243eLennart Poettering* PID 1 should send out sd_notify("WATCHDOG=1") messages (for usage in the --user mode, and when run via nspawn)
e6a26d8c972d45a0927ad0b7c654c830daa2243eLennart Poettering
1361205099406d2a19d64547448638a6b665af81Lennart Poettering* consider throwing a warning if a service declares it wants to be "Before=" a .device unit.
1361205099406d2a19d64547448638a6b665af81Lennart Poettering
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering* "systemctl edit" should know a mode to create a new unit file
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering* there's probably something wrong with having user mounts below /sys,
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering as we have for debugfs. for exmaple, src/core/mount.c handles mounts
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering prefixed with /sys generally special.
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2015-June/032962.html
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering
eedb4ac83158bad6f74305612660b4aff6acc6b4Lennart Poettering* man: document that unless you use StandardError=null the shell >/dev/stderr won't work in shell scripts in services
eedb4ac83158bad6f74305612660b4aff6acc6b4Lennart Poettering
203e81db24ccb9b4dcb0b1bad0ba554116267d20Lennart Poettering* "systemctl daemon-reload" should result in /etc/systemd/system.conf being reloaded by systemd
203e81db24ccb9b4dcb0b1bad0ba554116267d20Lennart Poettering
63432f5d9570b76a8efe82702d69611c20645530Lennart Poettering* install: include generator dirs in unit file search paths
63432f5d9570b76a8efe82702d69611c20645530Lennart Poettering
dcd12626734ce81e89c74515eaca601ef9edf785Lennart Poettering* rework C11 utf8.[ch] to use char32_t instead of uint32_t when referring
dcd12626734ce81e89c74515eaca601ef9edf785Lennart Poettering to unicode chars, to make things more expressive.
dcd12626734ce81e89c74515eaca601ef9edf785Lennart Poettering
8aa203819fc7f2a840191f8d9d0e65566c0ce98eLennart Poettering* fstab-generator: default to tmpfs-as-root if only usr= is specified on the kernel cmdline
8aa203819fc7f2a840191f8d9d0e65566c0ce98eLennart Poettering
b18d23d7ac6a53d52b99dbf0b2048d5a946a2e28Lennart Poettering* docs: bring http://www.freedesktop.org/wiki/Software/systemd/MyServiceCantGetRealtime up to date
b18d23d7ac6a53d52b99dbf0b2048d5a946a2e28Lennart Poettering
449a22a58f0fa55d9d0fd2eb597272446e032acdLennart Poettering* mounting and unmounting mount points manually with different source
449a22a58f0fa55d9d0fd2eb597272446e032acdLennart Poettering devices will result in collected collected on all devices used.
449a22a58f0fa55d9d0fd2eb597272446e032acdLennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2015-April/030225.html
449a22a58f0fa55d9d0fd2eb597272446e032acdLennart Poettering
60d17b74d714fa15d68639062dc2932d7b096229Lennart Poettering* add a job mode that will fail if a transaction would mean stopping
60d17b74d714fa15d68639062dc2932d7b096229Lennart Poettering running units. Use this in timedated to manage the NTP service
60d17b74d714fa15d68639062dc2932d7b096229Lennart Poettering state.
60d17b74d714fa15d68639062dc2932d7b096229Lennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2015-April/030229.html
60d17b74d714fa15d68639062dc2932d7b096229Lennart Poettering
2f653bded321fc2271edcda43d54fcc3e6c20dc9Lennart Poettering* Maybe add support for the equivalent of "ethtool advertise" to .link files?
2f653bded321fc2271edcda43d54fcc3e6c20dc9Lennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2015-April/030112.html
2f653bded321fc2271edcda43d54fcc3e6c20dc9Lennart Poettering
477e75ef9ea6bb2e7e8cc76278c442942110f227Lennart Poettering* The udev blkid built-in should expose a property that reflects
477e75ef9ea6bb2e7e8cc76278c442942110f227Lennart Poettering whether media was sensed in USB CF/SD card readers. This should then
477e75ef9ea6bb2e7e8cc76278c442942110f227Lennart Poettering be used to control SYSTEMD_READY=1/0 so that USB card readers aren't
477e75ef9ea6bb2e7e8cc76278c442942110f227Lennart Poettering picked up by systemd unless they contain a medium. This would mirror
477e75ef9ea6bb2e7e8cc76278c442942110f227Lennart Poettering the behaviour we already have for CD drives.
477e75ef9ea6bb2e7e8cc76278c442942110f227Lennart Poettering
2bc39683c0cada86c9dc39e5f3d0ea475cf12e57Lennart Poettering* networkd/udev: implement SR_IOV configuration in .link files:
2bc39683c0cada86c9dc39e5f3d0ea475cf12e57Lennart Poettering http://lists.freedesktop.org/archives/systemd-devel/2015-January/027451.html
2bc39683c0cada86c9dc39e5f3d0ea475cf12e57Lennart Poettering
17fe56148c44dfa5583a8643c1918fd6eccf2aeeLennart Poettering* Rework systemctl's GetAll property parsing to use the generic bus_map_all_properties() API
17fe56148c44dfa5583a8643c1918fd6eccf2aeeLennart Poettering
39609489ca9925f94fdd4ef12a8b3d5ee2e14dddLennart Poettering* implement a per-service firewall based on net_cls
c14db9b32ab90738973071d31f259d1a457d7b4aLennart Poettering
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart Poettering* Port various tools to make use of verbs.[ch], where applicable
c3a0d00d6dd6f5997d673e133ef6f9f856550b0aLennart 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
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
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
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
8514b67754c5ff7fa628929b3d27131010c21842Lennart Poettering* figure out when we can use the coarse timers
8514b67754c5ff7fa628929b3d27131010c21842Lennart 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
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
d48b7bd271b1e70924c8485d2f95c2f5a1ae77cbLennart Poettering* maybe add support for specifier expansion in user.conf, specifically DefaultEnvironment=
d48b7bd271b1e70924c8485d2f95c2f5a1ae77cbLennart 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* consider showing the unit names during boot up in the status output, not just the unit descriptions
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
3bcde97e8502c48b53f7420e2433ca68e601662dLennart Poettering* man: maybe use the word "inspect" rather than "introspect"?
3bcde97e8502c48b53f7420e2433ca68e601662dLennart 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* exponential backoff in timesyncd and resolved when we cannot reach a server
42aeb14a4a0fa7d43da96a8ed0fb0e180a2dd5c8Lennart Poettering
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* timesyncd + resolved: add ugly bus calls to set NTP and DNS servers per-interface, for usage by NM
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann
6868560773ada8ea31d1f86422be6bf026a1f660Richard Maw* extract_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
6bd7941ece602ae9962a103c8d65ecda7d642391Tom Gundersen* add systemd.abort_on_kill or some other such flag to send SIGABRT instead of SIGKILL
6bd7941ece602ae9962a103c8d65ecda7d642391Tom Gundersen (throughout the codebase, not only PID1)
6bd7941ece602ae9962a103c8d65ecda7d642391Tom Gundersen
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 - add display of private key types (http://tools.ietf.org/html/rfc4034#appendix-A.1.1)?
23c4091dc2b85d117512e89233fdeb47d1ff3d92Lennart Poettering - DNS
23c4091dc2b85d117512e89233fdeb47d1ff3d92Lennart Poettering - search paths
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering - mDNS/DNS-SD
ccc3e8a104b8ccabb2cde99cc18ed5ac5a8ad883Lennart Poettering - mDNS RR resolving
ccc3e8a104b8ccabb2cde99cc18ed5ac5a8ad883Lennart Poettering - service registration
ccc3e8a104b8ccabb2cde99cc18ed5ac5a8ad883Lennart Poettering - service/domain/types browsing
0f47ed0a052c0da743404f23ac3532aaabd23655Lennart Poettering - avahi compat
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering - DNS-SD service registration from socket units
bc07548926ec5ed7b13df8d3656654f238e0b9a7Lennart Poettering - edns0
b6b63571ae3eca1741d54172922961af972b8f20Lennart Poettering - cname on PTR (?)
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - resolved should optionally register additional per-interface LLMNR
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann names, so that for the container case we can establish the same name
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann (maybe "host") for referencing the server, everywhere.
ccc3e8a104b8ccabb2cde99cc18ed5ac5a8ad883Lennart Poettering - add API so NM can push DNS server info into resolved
3f77a1b19f5a8ce33566f7f6e28e94c08ea30841Kay Sievers
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* refcounting in sd-resolve is borked
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
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
edb2935c5c5b95c42b8679086f60da5eafad74cbLennart Poettering* add bus api to query unit file's X fields.
edb2935c5c5b95c42b8679086f60da5eafad74cbLennart 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
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 - 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
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:
0d43ffef5ad277183ebaef259b2210bfaf913749Lennart Poettering - EBADSLT handling
fa607802f332e06f4044c3eb38dbea41076c803dLennart Poettering - GetAllProperties() on a non-existing object does not result in a failure currently
d0928791499734e202460d5c027b5d3e0d28e7abLennart Poettering - kdbus: process fd=-1 for incoming msgs
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
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
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - define more intervals where we will shift wakeup intervals around in, 1h, 6h, 24h, ...
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - generate a failure of a default event loop is executed out-of-thread
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - maybe add support for inotify events
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
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
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* 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* 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 - 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
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - maybe allow configuration of the StopTimeout for session scopes
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - rename session scope so that it includes the UID. THat way
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann the session scope can be arranged freely in slices and we don't have
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann make assumptions about their slice anymore.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - follow PropertiesChanged state more closely, to deal with quick logouts and
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann relogins
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 - 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.
038cf33420afa5f913fe5cbf3e7138574c33d97bZbigniew Jędrzejewski-Szmek - journal: store timestamp of journal_file_set_offline() int he header,
038cf33420afa5f913fe5cbf3e7138574c33d97bZbigniew Jędrzejewski-Szmek so it is possible to display when the file was last synced.
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
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.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - journal-or-kmsg is currently broken? See reverted
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - man: document that corrupted journal files is nothing to act on
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - systemd-journal-upload (or a new, related tool): allow pushing out
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann journal messages onto the network in BSD syslog protocol,
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann continuously. Default to some link-local IP mcast group, to make this
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann useful as a one-stop debugging tool.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - rework journald sigbus stuff to use mutex
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - Set RLIMIT_NPROC for systemd-journal-xyz, and all other of our
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann services that run under their own user ids, and use User= (but only
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann in a world where userns is ubiquitous since otherwise we cannot
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann invoke those daemons on the host AND in a container anymore). Also,
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann if LimitNPROC= is used without User= we should warn and refuse
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann operation.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - journalctl --verify: don't show files that are currently being
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann written to as FAIL, but instead show that their are being written to.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - add journalctl -H that talks via ssh to a remote peer and passes through
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann binary logs data
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - change journalctl -M to acquire fd to journal directory via machined, and
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann then operate on that via openat() instead of absolute paths
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - add a version of --merge which also merges /var/log/journal/remote
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - log accumulated resource usage after each service invocation
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - journalctl: -m should access container journals directly by enumerating
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann them via machined, and also watch containers coming and going.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann Benefit: nspawn --ephemeral would start working nicely with the journal.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - assign MESSAGE_ID to log messages about failed services
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: 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
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
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
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:
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - to allow "linking" of nspawn containers, extend --network-bridge= so
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann that it can dynamically create bridge interfaces that are refcounted
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann by the containers on them. For each group of containers to link together
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - refuses to boot containers without /etc/machine-id (OK?), and with empty
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann /etc/machine-id (not OK).
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - nspawn -x should support ephemeral instances of gpt images
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - emulate /dev/kmsg using CUSE and turn off the syslog syscall
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann with seccomp. That should provide us with a useful log buffer that
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann systemd can log to during early boot, and disconnect container logs
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann from the kernel's logs.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - as soon as networkd has a bus interface, hook up --network-interface=,
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann --network-bridge= with networkd, to trigger netdev creation should an
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann interface be missing
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - don't copy /etc/resolv.conf from host into container unless we are in
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann shared-network mode
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - a nice way to boot up without machine id set, so that it is set at boot
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann automatically for supporting --ephemeral. Maybe hash the host machine id
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann together with the machine name to generate the machine id for the container
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - fix logic always print a final newline on output.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann https://github.com/systemd/systemd/pull/272#issuecomment-113153176
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - should optionally support receiving WATCHDOG=1 messages from its payload
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann PID 1...
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - should send out sd_notify("WATCHDOG=1") messages
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - optionally automatically add FORWARD rules to iptables whenever nspawn is
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann running, remove them when shut down.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - add a logic for cleaning up read-only, hidden container images in
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann /var/lib/machines that are not ancestors of any non-hidden containers
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - Improve error message when --bind= is used on a non-existing source
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann directory
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - maybe make copying of /etc/resolv.conf optional, and skip it if --read-only
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann is used
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* machined:
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - "machinectl list" should probably show columns for OS version and IP
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann addresses
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - add an API so that libvirt-lxc can inform us about network interfaces being
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann removed or added to an existing machine
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - "machinectl migrate" or similar to copy a container from or to a
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann difference host, via ssh
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - man: document how update dkr images works with machinectl
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann http://lists.freedesktop.org/archives/systemd-devel/2015-February/028630.html
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - introduce systemd-nspawn-ephemeral@.service, and hook it into
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann "machinectl start" with a new --ephemeral switch
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - "machinectl status" should also show internal logs of the container in
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann question
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - "machinectl list-images" should show os-release data, as well as
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann machine-info data (including deployment level)
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - "machinectl history"
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - "machinectl diff"
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - "machinectl commit" that takes a writable snapshot of a tree, invokes a
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann shell in it, and marks it read-only after use
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* importd:
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - dkr: support tarsum checksum verification, if it becomes reality one day...
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - dkr: convert json bits to nspawn configuration
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - generate a nice warning if mkfs.btrfs is missing
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
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering* create /sbin/init symlinks from the build system
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* MountFlags=shared acts as MountFlags=slave right now.
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
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
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
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann* coredump:
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - save coredump in Windows/Mozilla minidump format
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - move PID 1 segfaults to /var/lib/systemd/coredump?
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - make the handler check /proc/$PID/rlimits for RLIMIT_CORE,
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann and supress coredump if turned off. Then change RLIMIT_CORE to
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann infinity by default for all services. This then allows per-service
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann control of coredumping.
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
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* tmpfiles:
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - apply "x" on "D" too (see patch from William Douglas)
614cc34f3a2a7c64a21c3f5256f2e2b2c1de1d51Zbigniew Jędrzejewski-Szmek - replace F with f+.
614cc34f3a2a7c64a21c3f5256f2e2b2c1de1d51Zbigniew Jędrzejewski-Szmek - instead of ignoring unknown fields, reject them.
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann - creating new directories/subvolumes/fifos/device nodes
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann should not follow symlinks. None of the other adjustment or creation
e25b5a8d7380a86ea717b4038c45a8f882b1a2aeDavid Herrmann calls follow symlinks.
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart 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
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
21bdae12e11ae20460715475d8a0c991f15464acLennart Poettering* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
21bdae12e11ae20460715475d8a0c991f15464ac Error!

 

There was an error!

null

java.lang.NullPointerException