From: Lennart Poettering Date: Wed, 21 Mar 2018 11:10:01 +0000 (+0100) Subject: dissect: add dissect_image_and_warn() that unifies error message generation for disse... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=51259d3a10c584eb9025a20f030cea1e2214cacd;p=elogind.git dissect: add dissect_image_and_warn() that unifies error message generation for dissect_image() (#8517) --- diff --git a/TODO b/TODO index 30539a168..b63b1578c 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,9 @@ Features: * add proper dbus APIs for the various sd_notify() commands, such as MAINPID=1 and so on, which would mean we could report errors and such. +* nss-elogind: implement enumeration, that shows all dynamic users plus the + synthesized ones if necessary, so that "getent passwd" shows useful data. + * teach tmpfiles.d q/Q logic something sensible in the context of XFS/ext4 project quota @@ -123,10 +126,6 @@ Features: * In DynamicUser= mode: before selecting a UID, use disk quota APIs on relevant disks to see if the UID is already in use. -* add dissect_image_warn() as a wrapper around dissect_image() that prints - friendly log messages for the returned errors, so that we don't have to - duplicate that in nspawn, elogind-dissect and PID 1. - * add "systemctl wait" or so, which does what "systemd-run --wait" does, but for all units. It should be both a way to pin units into memory as well as a wait to retrieve their exit data.