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

sign-file: certs/signing_key.pem: No such file or directory #7

Closed
akast opened this issue Oct 22, 2017 · 3 comments
Closed

sign-file: certs/signing_key.pem: No such file or directory #7

akast opened this issue Oct 22, 2017 · 3 comments

Comments

@akast
Copy link

akast commented Oct 22, 2017

akast@ubuntu:~/can-isotp$ sudo make modules_install
make -C /lib/modules/4.10.0-19-generic/build M=/home/akast/can-isotp modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.10.0-19-generic'
INSTALL /home/akast/can-isotp/net/can/can-isotp.ko
At main.c:158:

  • 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.10.0-19-generic
    make[1]: Leaving directory '/usr/src/linux-headers-4.10.0-19-generic'
@hartkopp
Copy link
Owner

This is pretty much like this;
patjak/facetimehd#70 (comment)

Can you still load and run the module?

Don't know about module signing and its effects to out-of-tree modules.

On my machine loading can-isotp only results in:
can_isotp: loading out-of-tree module taints kernel.
can: isotp protocol (rev 20170725 alpha)

@hartkopp
Copy link
Owner

hartkopp commented Nov 6, 2017

Closing due to missing feedback.

@hartkopp hartkopp closed this as completed Nov 6, 2017
@AndySchroder
Copy link

I am running ubuntu 18.04 and had the same problem, except the SSL error lines were slightly different. Generating a signing key and putting it in the appropriate certs folder then allowed the module to be signed. If you don't create the signing key, the module can be run from the compilation folder, but I don't think installed.

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

3 participants