Opened 3 years ago
Closed 3 years ago
#20964 closed defect (fixed)
Don't use kmodsign in Debian
Reported by: | kieb | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.1.34 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
/usr/lib/virtualbox/vboxdrv.sh refers to kmodsign.
/usr/bin/kmodsign is not available on a Debian install.
(See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939392).
Instead the sign-file tool available at this path should be used: /usr/src/linux-headers-$(uname -r)/scripts/sign-file
The script used to refer to this tool, but this was changed at some point.
Note:
See TracTickets
for help on using tickets.
Hi kieb,
VirtualBox 6.1.40 and 7.0.0 should have both fixed this issue. Fix was applied to both host and guest startup scripts.