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

Kernel module signing on Ubuntu 16.04 #1135

Open
miguelpdl opened this issue Oct 3, 2017 · 0 comments
Open

Kernel module signing on Ubuntu 16.04 #1135

miguelpdl opened this issue Oct 3, 2017 · 0 comments

Comments

@miguelpdl
Copy link
Contributor

It has been confirmed that the build works on a Debian 8 environment.

And in a round about way it builds on Ubuntu 16.04 too (v4.4 kernel). Most things seems to run fine until an error at the end.

INSTALL /home/kodacall/src/irati/stack/plugins/red/red-plugin.ko
At main.c:222:
- SSL error:02001002:system library:fopen:No such file or directory: bss_file.c:175
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: bss_file.c:178
sign-file: certs/signing_key.pem: No such file or directory
  DEPMOD  4.4.0-93-generic

It's an error so as far as I can tell it does not break the build, but it certainly doesn't look right.

Investigating this issue it appears to be caused by a new and stricter method of kernel module signing on Ubuntu 16.04. More can be read here about Ubuntu 16.04, make install leads to ssl error.

The IRATI Stack should consider DKMS installation as being the recommended way on Ubuntu and should cover for this in the Stack build and install.

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

No branches or pull requests

2 participants