Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Debian 13] SSL error using dkms #895

Open
Xdavius opened this issue Mar 4, 2024 · 3 comments
Open

[Debian 13] SSL error using dkms #895

Xdavius opened this issue Mar 4, 2024 · 3 comments

Comments

@Xdavius
Copy link

Xdavius commented Mar 4, 2024

Hi.

1- Compil full kernel 6.7.8 in distrobox archlinux for Debian .deb
2- Installed on Debian with secureboot on (Vbox VM with dkms drivers and additions ON)
3- while signing DKMS : got this error

  • SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
  • SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79

Seems to be related to zstd in .config file.

Maybe the root origin is distrobox cause it don't use .config from Debian ?

I seems neeted to set this in .config to avoid the error :

CONFIG_MODULE_COMPRESS_NONE=y
# CONFIG_MODULE_COMPRESS_ZSTD is not set

But i"m not sure at all.

Thank you for reading.

@AdelKS
Copy link
Collaborator

AdelKS commented Mar 5, 2024

Hello, you can do that .config change either with a "fragment" (see readme of this project) or selecting make menuconfig when prompted by the script.

@Xdavius
Copy link
Author

Xdavius commented Mar 5, 2024

Hi @AdelKS

I will have a look about fragment.

For now, It seems I have solved the issue by installing linux-image-amd64 inside the distrobox, so his .config is used as "model" to build.

But I need to finish all the tests.

@AdelKS
Copy link
Collaborator

AdelKS commented Sep 30, 2024

Hey, any news on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants