Ubuntu 16.04, dahdi 'make install' leads to ssl error
INSTALL /usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/dahdi.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
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Please let me know a fix
16.04 drivers software-installation kernel ssl
add a comment |
INSTALL /usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/dahdi.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
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Please let me know a fix
16.04 drivers software-installation kernel ssl
add a comment |
INSTALL /usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/dahdi.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
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Please let me know a fix
16.04 drivers software-installation kernel ssl
INSTALL /usr/src/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/dahdi.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
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Please let me know a fix
16.04 drivers software-installation kernel ssl
16.04 drivers software-installation kernel ssl
edited Feb 3 '17 at 3:07
muru
1
1
asked Feb 3 '17 at 2:53
Anto GeorgeAnto George
613
613
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The problem is caused by the new and stricter method of kernel module signing.
There are a request open in Github:
braykov commented on 28 Oct 2016
$ sudo make modules_install
make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-46-generic'
INSTALL /home/bob/gm12u320/gm12u320.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-46-generic
This is actually open without solution yet.
Any update on this issue?
– gtzinos
Aug 9 '18 at 11:44
add a comment |
dkms install pkg/ver
helps from for me (/usr/src/dahdi/2.11.1)
was no "SSL error:" more
- sudo dkms build dahdi/2.11.1
- sudo dkms install dahdi/2.11.1
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f879275%2fubuntu-16-04-dahdi-make-install-leads-to-ssl-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem is caused by the new and stricter method of kernel module signing.
There are a request open in Github:
braykov commented on 28 Oct 2016
$ sudo make modules_install
make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-46-generic'
INSTALL /home/bob/gm12u320/gm12u320.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-46-generic
This is actually open without solution yet.
Any update on this issue?
– gtzinos
Aug 9 '18 at 11:44
add a comment |
The problem is caused by the new and stricter method of kernel module signing.
There are a request open in Github:
braykov commented on 28 Oct 2016
$ sudo make modules_install
make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-46-generic'
INSTALL /home/bob/gm12u320/gm12u320.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-46-generic
This is actually open without solution yet.
Any update on this issue?
– gtzinos
Aug 9 '18 at 11:44
add a comment |
The problem is caused by the new and stricter method of kernel module signing.
There are a request open in Github:
braykov commented on 28 Oct 2016
$ sudo make modules_install
make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-46-generic'
INSTALL /home/bob/gm12u320/gm12u320.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-46-generic
This is actually open without solution yet.
The problem is caused by the new and stricter method of kernel module signing.
There are a request open in Github:
braykov commented on 28 Oct 2016
$ sudo make modules_install
make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
make[1]: Entering directory '/usr/src/linux-headers-4.4.0-46-generic'
INSTALL /home/bob/gm12u320/gm12u320.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-46-generic
This is actually open without solution yet.
edited Feb 3 '17 at 3:08
muru
1
1
answered Feb 3 '17 at 3:05
Jhovanny UribeJhovanny Uribe
1012
1012
Any update on this issue?
– gtzinos
Aug 9 '18 at 11:44
add a comment |
Any update on this issue?
– gtzinos
Aug 9 '18 at 11:44
Any update on this issue?
– gtzinos
Aug 9 '18 at 11:44
Any update on this issue?
– gtzinos
Aug 9 '18 at 11:44
add a comment |
dkms install pkg/ver
helps from for me (/usr/src/dahdi/2.11.1)
was no "SSL error:" more
- sudo dkms build dahdi/2.11.1
- sudo dkms install dahdi/2.11.1
add a comment |
dkms install pkg/ver
helps from for me (/usr/src/dahdi/2.11.1)
was no "SSL error:" more
- sudo dkms build dahdi/2.11.1
- sudo dkms install dahdi/2.11.1
add a comment |
dkms install pkg/ver
helps from for me (/usr/src/dahdi/2.11.1)
was no "SSL error:" more
- sudo dkms build dahdi/2.11.1
- sudo dkms install dahdi/2.11.1
dkms install pkg/ver
helps from for me (/usr/src/dahdi/2.11.1)
was no "SSL error:" more
- sudo dkms build dahdi/2.11.1
- sudo dkms install dahdi/2.11.1
answered Oct 20 '17 at 15:23
Dmitry PodyachevDmitry Podyachev
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f879275%2fubuntu-16-04-dahdi-make-install-leads-to-ssl-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown