linux-modules for -kvm does not include dm-crypt
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-kvm (Ubuntu) |
Triaged
|
Undecided
|
Unassigned | ||
Focal |
Confirmed
|
Undecided
|
Unassigned | ||
Jammy |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I was playing with an lxc virtual machine today and attempted some use of luks. a cryptseutp open fails with strange error message:
$ printf %s foobar | cryptsetup open --type=luks --key-file=- /dev/atom0/
device-mapper: reload ioctl on failed: Invalid argument
$ echo $?
1
The reason is that the '-kvm' variant does not include dm-crypt.ko kernel module.
That by itself doens't seem like all that crazy of a thing, but if you notice the following 4 all do have dm-crypt, -kvm seems like it should not be an outlier.
linux-modules-
linux-modules-
linux-modules-
linux-modules-
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-modules-
ProcVersionSign
Uname: Linux 5.15.0-1010-kvm x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckR
Date: Mon Jul 25 16:01:09 2022
ProcEnviron:
TERM=screen.
PATH=(custom, no user)
LANG=C.UTF-8
SourcePackage: linux-kvm
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in linux-kvm (Ubuntu): | |
status: | New → Triaged |
Status changed to 'Confirmed' because the bug affects multiple users.