No apport report written because the error message indicates its a followup error from a previous failure












0















I was trying to install PDF Acrobat in ubuntu 14.04. I used the following commands:



sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
sudo apt-get update
sudo apt-get install acroread


After that I came with this error:



dpkg: error processing package libapache2-mpm-itk (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-itk:
apache2-mpm-itk depends on libapache2-mpm-itk; however:
Package libapache2-mpm-itk is not configured yet.

dpkg: error processing package apache2-mpm-itk (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of koha-common:
koha-common depends on apache2-mpm-itk; however:
Package apache2-mpm-itk is not configured yet.

dpkg: error processing package koha-common (--configure):
dependency problems - leaving unconfigured
Setting up acroread-bin (9.5.5-1precise1) ...
Setting up acroread (9.5.5-1precise1) ...
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No LSB modules are available.
No LSB modules are available.
Errors were encountered while processing:
libapache2-mpm-itk
apache2-mpm-itk
koha-common
E: Sub-process /usr/bin/dpkg returned an error code (1)









share|improve this question





























    0















    I was trying to install PDF Acrobat in ubuntu 14.04. I used the following commands:



    sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
    sudo apt-get update
    sudo apt-get install acroread


    After that I came with this error:



    dpkg: error processing package libapache2-mpm-itk (--configure):
    subprocess installed post-installation script returned error exit status 1
    dpkg: dependency problems prevent configuration of apache2-mpm-itk:
    apache2-mpm-itk depends on libapache2-mpm-itk; however:
    Package libapache2-mpm-itk is not configured yet.

    dpkg: error processing package apache2-mpm-itk (--configure):
    dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of koha-common:
    koha-common depends on apache2-mpm-itk; however:
    Package apache2-mpm-itk is not configured yet.

    dpkg: error processing package koha-common (--configure):
    dependency problems - leaving unconfigured
    Setting up acroread-bin (9.5.5-1precise1) ...
    Setting up acroread (9.5.5-1precise1) ...
    No apport report written because the error message indicates its a followup error from a previous failure.
    No apport report written because the error message indicates its a followup error from a previous failure.
    No LSB modules are available.
    No LSB modules are available.
    Errors were encountered while processing:
    libapache2-mpm-itk
    apache2-mpm-itk
    koha-common
    E: Sub-process /usr/bin/dpkg returned an error code (1)









    share|improve this question



























      0












      0








      0








      I was trying to install PDF Acrobat in ubuntu 14.04. I used the following commands:



      sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
      sudo apt-get update
      sudo apt-get install acroread


      After that I came with this error:



      dpkg: error processing package libapache2-mpm-itk (--configure):
      subprocess installed post-installation script returned error exit status 1
      dpkg: dependency problems prevent configuration of apache2-mpm-itk:
      apache2-mpm-itk depends on libapache2-mpm-itk; however:
      Package libapache2-mpm-itk is not configured yet.

      dpkg: error processing package apache2-mpm-itk (--configure):
      dependency problems - leaving unconfigured
      dpkg: dependency problems prevent configuration of koha-common:
      koha-common depends on apache2-mpm-itk; however:
      Package apache2-mpm-itk is not configured yet.

      dpkg: error processing package koha-common (--configure):
      dependency problems - leaving unconfigured
      Setting up acroread-bin (9.5.5-1precise1) ...
      Setting up acroread (9.5.5-1precise1) ...
      No apport report written because the error message indicates its a followup error from a previous failure.
      No apport report written because the error message indicates its a followup error from a previous failure.
      No LSB modules are available.
      No LSB modules are available.
      Errors were encountered while processing:
      libapache2-mpm-itk
      apache2-mpm-itk
      koha-common
      E: Sub-process /usr/bin/dpkg returned an error code (1)









      share|improve this question
















      I was trying to install PDF Acrobat in ubuntu 14.04. I used the following commands:



      sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"
      sudo apt-get update
      sudo apt-get install acroread


      After that I came with this error:



      dpkg: error processing package libapache2-mpm-itk (--configure):
      subprocess installed post-installation script returned error exit status 1
      dpkg: dependency problems prevent configuration of apache2-mpm-itk:
      apache2-mpm-itk depends on libapache2-mpm-itk; however:
      Package libapache2-mpm-itk is not configured yet.

      dpkg: error processing package apache2-mpm-itk (--configure):
      dependency problems - leaving unconfigured
      dpkg: dependency problems prevent configuration of koha-common:
      koha-common depends on apache2-mpm-itk; however:
      Package apache2-mpm-itk is not configured yet.

      dpkg: error processing package koha-common (--configure):
      dependency problems - leaving unconfigured
      Setting up acroread-bin (9.5.5-1precise1) ...
      Setting up acroread (9.5.5-1precise1) ...
      No apport report written because the error message indicates its a followup error from a previous failure.
      No apport report written because the error message indicates its a followup error from a previous failure.
      No LSB modules are available.
      No LSB modules are available.
      Errors were encountered while processing:
      libapache2-mpm-itk
      apache2-mpm-itk
      koha-common
      E: Sub-process /usr/bin/dpkg returned an error code (1)






      dpkg






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 25 '15 at 8:12









      Andrea Corbellini

      12.1k24566




      12.1k24566










      asked Aug 25 '15 at 6:06









      D. SenD. Sen

      112




      112






















          1 Answer
          1






          active

          oldest

          votes


















          1














          That's not a problem with the installation of acroread. Check your *.list files with the command below



          grep -Pr '^deb(-src)*.+debian.koha-community.org/koha' /etc/apt/ | awk -F: '{print $1}'


          Example output



          /etc/apt/sources.list.d/koha.list




          1. Remove the shown file via, eg



            sudo rm /etc/apt/sources.list.d/koha.list



          2. Some housekeeping



            sudo apt-get clear



          3. Remove koha-common



            sudo apt-get remove koha-common
            sudo apt-get autoremove



          4. Install acroread



            sudo apt-get update
            sudo apt-get install --reinstall acroread



          5. If you still need koha, add the koha repository again and install



            echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list
            sudo apt-get update
            sudo apt-get install koha-common







          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%2f665488%2fno-apport-report-written-because-the-error-message-indicates-its-a-followup-erro%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            That's not a problem with the installation of acroread. Check your *.list files with the command below



            grep -Pr '^deb(-src)*.+debian.koha-community.org/koha' /etc/apt/ | awk -F: '{print $1}'


            Example output



            /etc/apt/sources.list.d/koha.list




            1. Remove the shown file via, eg



              sudo rm /etc/apt/sources.list.d/koha.list



            2. Some housekeeping



              sudo apt-get clear



            3. Remove koha-common



              sudo apt-get remove koha-common
              sudo apt-get autoremove



            4. Install acroread



              sudo apt-get update
              sudo apt-get install --reinstall acroread



            5. If you still need koha, add the koha repository again and install



              echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list
              sudo apt-get update
              sudo apt-get install koha-common







            share|improve this answer






























              1














              That's not a problem with the installation of acroread. Check your *.list files with the command below



              grep -Pr '^deb(-src)*.+debian.koha-community.org/koha' /etc/apt/ | awk -F: '{print $1}'


              Example output



              /etc/apt/sources.list.d/koha.list




              1. Remove the shown file via, eg



                sudo rm /etc/apt/sources.list.d/koha.list



              2. Some housekeeping



                sudo apt-get clear



              3. Remove koha-common



                sudo apt-get remove koha-common
                sudo apt-get autoremove



              4. Install acroread



                sudo apt-get update
                sudo apt-get install --reinstall acroread



              5. If you still need koha, add the koha repository again and install



                echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list
                sudo apt-get update
                sudo apt-get install koha-common







              share|improve this answer




























                1












                1








                1







                That's not a problem with the installation of acroread. Check your *.list files with the command below



                grep -Pr '^deb(-src)*.+debian.koha-community.org/koha' /etc/apt/ | awk -F: '{print $1}'


                Example output



                /etc/apt/sources.list.d/koha.list




                1. Remove the shown file via, eg



                  sudo rm /etc/apt/sources.list.d/koha.list



                2. Some housekeeping



                  sudo apt-get clear



                3. Remove koha-common



                  sudo apt-get remove koha-common
                  sudo apt-get autoremove



                4. Install acroread



                  sudo apt-get update
                  sudo apt-get install --reinstall acroread



                5. If you still need koha, add the koha repository again and install



                  echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list
                  sudo apt-get update
                  sudo apt-get install koha-common







                share|improve this answer















                That's not a problem with the installation of acroread. Check your *.list files with the command below



                grep -Pr '^deb(-src)*.+debian.koha-community.org/koha' /etc/apt/ | awk -F: '{print $1}'


                Example output



                /etc/apt/sources.list.d/koha.list




                1. Remove the shown file via, eg



                  sudo rm /etc/apt/sources.list.d/koha.list



                2. Some housekeeping



                  sudo apt-get clear



                3. Remove koha-common



                  sudo apt-get remove koha-common
                  sudo apt-get autoremove



                4. Install acroread



                  sudo apt-get update
                  sudo apt-get install --reinstall acroread



                5. If you still need koha, add the koha repository again and install



                  echo deb http://debian.koha-community.org/koha stable main | sudo tee /etc/apt/sources.list.d/koha.list
                  sudo apt-get update
                  sudo apt-get install koha-common








                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jan 24 at 16:24









                hmayag

                2,00031320




                2,00031320










                answered Aug 25 '15 at 8:48









                A.B.A.B.

                68.7k12169260




                68.7k12169260






























                    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%2f665488%2fno-apport-report-written-because-the-error-message-indicates-its-a-followup-erro%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

                    How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                    is 'sed' thread safe

                    How to make a Squid Proxy server?