Daniel Winzen
Daniel Winzen
Promising option, I've just tried adding it to my crypttab. However, it looks like it didn't change anything. At the time crypt-shutdown.sh got run, the encrypted device was still attached.
The latest commit should fix above mentioned udev issues. At this stage, udev has already been shut down, but may have left the control socket behind. Cryptsetup makes use of...
@LaszloGombos agreed, but I did not find any reference on a delayed detaching in `systemd-cryptsetup` as is available in `cryptsetup`. I just checked again and when attempting to detach, it...
No, this is also an issue with systemd-cryptsetup included.
Hi @LaszloGombos , actually there are no checks for these modules that require any files to be present. The modules can currently be included as dependency, without copying any files,...
Hello @JoeandTiva This chat doesn't include a payment system and you can freely download it to run it yourself. It sounds like someone using this chat has asked you to...
Hi @poettering , the idea behind this pull request is to allow delayed detaching, same as can be done with `cryptsetup close --deferred VOLUME` this currently would only allow adding...
In debian installed with encrypted LVM the following happens: ``` [ 28.754912] systemd-shutdown[1]: All filesystems unmounted. [ 28.755411] systemd-shutdown[1]: Deactivating swaps. [ 28.755973] systemd-shutdown[1]: All swaps deactivated. [ 28.756469] systemd-shutdown[1]:...
> I mean exactly that. The exitrd should take care of detaching the DM/MD devices backing rootfs. It feels very weird if the root DM device is (lazily) detached early...