Announcement

Collapse
No announcement yet.

Problems with Adept Manager

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problems with Adept Manager

    After upgrading to Feisty I have a problem when I try to install any package using Adept. When I select one or more packages for the installation, after downloading them a dialog box appears with the following message:

    "There was an error committing changes. Possibly there was a problem downloading some packages or the commit would break packages."

    In the terminal there is the following output:

    Errors were encountered while processing:
    konq-kim
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    How can I fix?

    #2
    Re: Problems with Adept Manager

    Have you tried?

    Code:
    $ sudo apt-get -f upgrade
    Javier.

    Comment


      #3
      Re: Problems with Adept Manager

      Yes, but there is the same problem.

      Comment


        #4
        Re: Problems with Adept Manager

        Can you try:

        Code:
        sudo dpkg -i /var/cache/apt/archives/konq-kim
        I don't expect it to work, but it can give us a more useful error.

        You can also try to reinstall konq-kim, and see if it works.

        Code:
        $ sudo apt-get install konq-kim --reinstall
        Javier.

        Comment


          #5
          Re: Problems with Adept Manager

          With
          Code:
          sudo dpkg -i /var/cache/apt/archives/konq-kim
          the output is:

          dpkg: error processing /var/cache/apt/archives/konq-kim (--install):
          cannot access archive: No such file or directory
          Errors were encountered while processing:
          /var/cache/apt/archives/konq-kim

          With
          Code:
          $ sudo apt-get install konq-kim --reinstall
          there is again the same problem.

          Comment


            #6
            Re: Problems with Adept Manager

            How about sudo dpkg --configure --pending and/or sudo dpkg --audit ...?

            Comment


              #7
              Re: Problems with Adept Manager

              Output of
              Code:
              sudo dpkg --configure --pending
              Setting up konq-kim (0.9.4-0ubuntu1) ...
              Adding `local diversion of /usr/share/apps/konqueror/servicemenus/imageconverter.desktop to /usr/share/apps/konqueror/servicemenus/imageconverter.desktop~'
              dpkg-divert: rename involves overwriting `/usr/share/apps/konqueror/servicemenus/imageconverter.desktop~' with
              different file `/usr/share/apps/konqueror/servicemenus/imageconverter.desktop', not allowed
              dpkg: error processing konq-kim (--configure):
              subprocess post-installation script returned error exit status 2
              Errors were encountered while processing:
              konq-kim

              Output of
              Code:
              sudo dpkg --audit
              The following packages are only half configured, probably due to problems
              configuring them the first time. The configuration should be retried using
              dpkg --configure <package> or the configure menu option in dselect:
              konq-kim image service menu for Konqueror

              I think the problem remains.

              Comment


                #8
                Re: Problems with Adept Manager

                Originally posted by dermochelys
                I think the problem remains.
                Maybe ... could you please sudo mv imageconverter.desktop~ imageconverter.desktop.old and then try again ... (?)

                Comment


                  #9
                  Re: Problems with Adept Manager

                  What directory contains that file?

                  Comment


                    #10
                    Re: Problems with Adept Manager

                    Originally posted by dermochelys
                    What directory contains that file?
                    Originally posted by dermochelys
                    `/usr/share/apps/konqueror/servicemenus/imageconverter.desktop~'

                    Comment


                      #11
                      Re: Problems with Adept Manager

                      Thanks for your help, now the problem is solved.

                      Comment

                      Working...
                      X