Open tonyskapunk opened 7 years ago
In the case above the main reason of the error is due to looking for the running kernel:
3.10.0-514.10.2.el7.x86_64
On our latest Grml release, we also get a similar error and we have the following kernel and kernel-packages installed:
root@grml ~ # uname -r
4.19.0-1-grml-amd64
root@grml ~ # dpkg -l | grep linux-image
ii linux-image-4.19.0-1-grml-amd64-unsigned 4.19.8-1+grml.1 amd64 Linux 4.19 for 64-bit PCs
ii linux-image-amd64-grml 4.19.8-1+grml.1 amd64 The newest Linux kernel for amd64, Grml Edition
It has been noted that the problem in the Grml is due to the way kthresher is looking for the kernel package, in which is not expecting the -unsigned
addition to it.
It will take me longer to address this issue since there is another feature in the works.
Thanks.
Right, copy/pasting our conversation: the following might help to identify the running kernel (even with an -unsigned
suffix).
% dpkg -S /boot/vmlinuz-$(uname -r)
linux-image-4.19.0-1-grml-amd64-unsigned: /boot/vmlinuz-4.19.0-1-grml-amd64
Running inside a container will throw this error:
An extra validation would be nice