Updating the HTCrypt Kernel Dependencies
If you update the Linux kernel on the VM, you need to update the kernel-devel
and kernel-headers
packages as well. To do so:
- Log into the VM as
root
. -
If you want to:
- Update the kernel and all dependencies at the same time, enter the
htdrv update
command. - Update just the
kernel-headers
andkernel-devel
packages, enter theyum update kernel kernel-devel kernel-headers
command.
- Update the kernel and all dependencies at the same time, enter the
- Reboot the VM.
What to Do Next
If the HTCrypt Driver still reports kernel errors or that there is a mismatch between the kernel and its dependencies, you can rebuild the driver using the htdrv driver rebuild
command. If this does not fix the issue, use the htdrv update
command.