Closed aut0 closed 4 years ago
I will note that cryptsetup depends on several kmod-crypto modules. I made this change for size reasons.
I will note that cryptsetup depends on several kmod-crypto modules. I made this change for size reasons.
I have the following installed:
root@OpenWrt:~# opkg list-installed | grep kmod-crypto
kmod-crypto-aead - 4.14.167-1
kmod-crypto-crc32c - 4.14.167-1
kmod-crypto-ecb - 4.14.167-1
kmod-crypto-gf128 - 4.14.167-1
kmod-crypto-hash - 4.14.167-1
kmod-crypto-hmac - 4.14.167-1
kmod-crypto-iv - 4.14.167-1
kmod-crypto-manager - 4.14.167-1
kmod-crypto-misc - 4.14.167-1
kmod-crypto-null - 4.14.167-1
kmod-crypto-pcompress - 4.14.167-1
kmod-crypto-rng - 4.14.167-1
kmod-crypto-sha256 - 4.14.167-1
kmod-crypto-user - 4.14.167-1
kmod-crypto-wq - 4.14.167-1
kmod-crypto-xts - 4.14.167-1
I was missing kmod-crypto-sha1. Thank you for your quick reply.
Maintainer: @dangowrt Environment: mips, TP-Link Archer C7 v4, OpenWrt 19.07.1 r10911-c155900f66 / LuCI openwrt-19.07 branch git-20.029.45734-adbbd5c
Description: I am trying to open an encrypted partition like so:
When i strace the call I see the following:
The DM_TABLE_STATUS ioctl fails with ENXIO.
Additional information:
Maybe something goes wrong when creating the /dev/mapper/ file. I am not sure. I also see the following error when executing lvm commands:
Best regards, Lukas