Closed ghost closed 3 years ago
Please try following:
/usr/lib/yubikey-luks/yubikey-luks-suspend
file and open in text editormountpoint -q "${INITRAMFS_DIR}${p}" && umount "${INITRAMFS_DIR}${p}"
line.-l
option to umount
call like mountpoint -q "${INITRAMFS_DIR}${p}" && umount -l "${INITRAMFS_DIR}${p}"
It works with that patch, thank you :+1:
Thx for testing. PR opened here: https://github.com/cornelinux/yubikey-luks/pull/69
Im having a similar problem:
umount: /run/initramfs: target is busy.
Press ENTER to continue.
/usr/lib/yubikey-luks/yubikey-luks-suspend: Zeile 64: BIND_MOUNTED ist nicht gesetzt.
umount: /run/initramfs: target is busy.
Press ENTER to continue.
This also doesn't happen if I disable the yubikey-luks-suspend service.. I built the latest git version.
I can only suspend my system once after a reboot. The next time I try to suspend, I get the error:
This doesn't happen if I disable the yubikey-luks-suspend service, so I'm guessing it's something related to that