Ubuntu 16.04, dahdi 'make install' leads to ssl error












1















 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










share|improve this question





























    1















     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










    share|improve this question



























      1












      1








      1








       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










      share|improve this question
















       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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 3 '17 at 3:07









      muru

      1




      1










      asked Feb 3 '17 at 2:53









      Anto GeorgeAnto George

      613




      613






















          2 Answers
          2






          active

          oldest

          votes


















          0














          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.






          share|improve this answer


























          • Any update on this issue?

            – gtzinos
            Aug 9 '18 at 11:44



















          0














          dkms install pkg/ver


          helps from for me (/usr/src/dahdi/2.11.1)
          was no "SSL error:" more





          1. sudo dkms build dahdi/2.11.1

          2. sudo dkms install dahdi/2.11.1







          share|improve this answer























            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            0














            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.






            share|improve this answer


























            • Any update on this issue?

              – gtzinos
              Aug 9 '18 at 11:44
















            0














            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.






            share|improve this answer


























            • Any update on this issue?

              – gtzinos
              Aug 9 '18 at 11:44














            0












            0








            0







            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.






            share|improve this answer















            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.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            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



















            • 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













            0














            dkms install pkg/ver


            helps from for me (/usr/src/dahdi/2.11.1)
            was no "SSL error:" more





            1. sudo dkms build dahdi/2.11.1

            2. sudo dkms install dahdi/2.11.1







            share|improve this answer




























              0














              dkms install pkg/ver


              helps from for me (/usr/src/dahdi/2.11.1)
              was no "SSL error:" more





              1. sudo dkms build dahdi/2.11.1

              2. sudo dkms install dahdi/2.11.1







              share|improve this answer


























                0












                0








                0







                dkms install pkg/ver


                helps from for me (/usr/src/dahdi/2.11.1)
                was no "SSL error:" more





                1. sudo dkms build dahdi/2.11.1

                2. sudo dkms install dahdi/2.11.1







                share|improve this answer













                dkms install pkg/ver


                helps from for me (/usr/src/dahdi/2.11.1)
                was no "SSL error:" more





                1. sudo dkms build dahdi/2.11.1

                2. sudo dkms install dahdi/2.11.1








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Oct 20 '17 at 15:23









                Dmitry PodyachevDmitry Podyachev

                1




                1






























                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕