Announcement

Collapse
No announcement yet.

Problems with Adept in Intrepid [SOLVED]

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

    Problems with Adept in Intrepid [SOLVED]

    I recently upgraded to 8.10 from 8.04, and yesterday I was using Adept to install a couple of pieces of software, it worked just fine. This morning, it crashed, and now it simply won't start. Has anyone else had this problem?

    Thanks for any help you can provide.

    #2
    Re: Problems with Adept in Intrepid

    To fix Adept errors:
    Open a console and type:
    Code:
    sudo dpkg --configure -a
    should fix it, else continue with
    Code:
    sudo apt-get clean
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Problems with Adept in Intrepid

      Thanks much for the tip. Unfortunately, after typing "sudo apt-get update", I get this message:

      "E: Malformed line 84 in source list /etc/apt/sources.list (dist)"

      Any idea what this means?

      Comment


        #4
        Re: Problems with Adept in Intrepid

        Yep, it means that line 84 in your /etc/apt/sources.list is incorrect. Your /etc/apt/sources.list contains all the repositories which your system has access to.

        You can either open it as root and adjust it yourself (type "kdesudo kate" on the command line - once you have opened the file in kate press F11 to display line numbers) or post the output of cat /etc/apt/sources.list here
        Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

        Comment


          #5
          Re: Problems with Adept in Intrepid

          I tried commenting out line 84, and it worked, but at the end of the update I got this message:

          W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://archive.ubuntu.com intrepid Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

          W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/intrepid/Release

          W: Some index files failed to download, they have been ignored, or old ones used instead.
          W: You may want to run apt-get update to correct these problems

          I then did apt-get install, and now Adept seems to be working fine.
          What do the above errors mean?

          Thanks again for your help, I am grateful.

          Comment


            #6
            Re: Problems with Adept in Intrepid

            I am intrigued as to what king of /etc/apt/sources.list you have, could you post it here?
            Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

            Comment


              #7
              Re: Problems with Adept in Intrepid

              Here it is:

              # deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
              # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
              # newer versions of the distribution.

              # Line commented out by installer because it failed to verify:
              # deb http://iq.archive.ubuntu.com/ubuntu/ gutsy main restricted
              # Line commented out by installer because it failed to verify:
              # deb-src http://iq.archive.ubuntu.com/ubuntu/ gutsy main restricted

              ## Major bug fix updates produced after the final release of the
              ## distribution.
              # Line commented out by installer because it failed to verify:
              deb http://iq.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
              # Line commented out by installer because it failed to verify:
              # deb-src http://iq.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

              ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
              ## team, and may not be under a free licence. Please satisfy yourself as to
              ## your rights to use the software. Also, please note that software in
              ## universe WILL NOT receive any review or updates from the Ubuntu security
              ## team.
              # Line commented out by installer because it failed to verify:
              # deb http://iq.archive.ubuntu.com/ubuntu/ gutsy universe
              # Line commented out by installer because it failed to verify:
              # deb-src http://iq.archive.ubuntu.com/ubuntu/ gutsy universe
              # Line commented out by installer because it failed to verify:
              # deb http://iq.archive.ubuntu.com/ubuntu/ gutsy-updates universe
              # Line commented out by installer because it failed to verify:
              # deb-src http://iq.archive.ubuntu.com/ubuntu/ gutsy-updates universe

              ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
              ## team, and may not be under a free licence. Please satisfy yourself as to
              ## your rights to use the software. Also, please note that software in
              ## multiverse WILL NOT receive any review or updates from the Ubuntu
              ## security team.
              # Line commented out by installer because it failed to verify:
              # deb http://iq.archive.ubuntu.com/ubuntu/ gutsy multiverse
              # Line commented out by installer because it failed to verify:
              # deb-src http://iq.archive.ubuntu.com/ubuntu/ gutsy multiverse
              # Line commented out by installer because it failed to verify:
              # deb http://iq.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
              # Line commented out by installer because it failed to verify:
              # deb-src http://iq.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

              ## Uncomment the following two lines to add software from the 'backports'
              ## repository.
              ## N.B. software from this repository may not have been tested as
              ## extensively as that contained in the main release, although it includes
              ## newer versions of some applications which may provide useful features.
              ## Also, please note that software in backports WILL NOT receive any review
              ## or updates from the Ubuntu security team.
              deb http://iq.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
              # deb-src http://iq.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

              ## Uncomment the following two lines to add software from Canonical's
              ## 'partner' repository. This software is not part of Ubuntu, but is
              ## offered by Canonical and the respective vendors as a service to Ubuntu
              ## users.
              deb http://archive.canonical.com/ubuntu intrepid partner
              deb-src http://archive.canonical.com/ubuntu intrepid partner

              # Line commented out by installer because it failed to verify:
              # deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
              # Line commented out by installer because it failed to verify:
              # deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
              # Line commented out by installer because it failed to verify:
              # deb http://security.ubuntu.com/ubuntu gutsy-security universe
              # Line commented out by installer because it failed to verify:
              # deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
              # Line commented out by installer because it failed to verify:
              # deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
              # Line commented out by installer because it failed to verify:
              deb http://archive.ubuntu.com/ubuntu/ intrepid main universe restricted multiverse
              deb-src http://archive.ubuntu.com/ubuntu/ intrepid main universe restricted multiverse #Added by software-properties
              # deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
              # deb http://us.archive.ubuntu.com/ubuntu/ hardy main restricted
              deb http://archive.ubuntu.com/ubuntu/ intrepid-backports universe main multiverse restricted
              deb-src http://archive.ubuntu.com/ubuntu/ intrepid-backports universe main multiverse restricted
              deb http://archive.ubuntu.com/ubuntu/ intrepid-updates universe main multiverse restricted
              deb-src http://archive.ubuntu.com/ubuntu/ intrepid-updates universe main multiverse restricted
              deb http://security.ubuntu.com/ubuntu/ intrepid-security universe main multiverse restricted
              deb-src http://security.ubuntu.com/ubuntu/ intrepid-security universe main multiverse restricted
              deb-src http://us.archive.ubuntu.com/ubuntu/ hardy restricted main multiverse universe
              Thanks.

              Comment


                #8
                Re: Problems with Adept in Intrepid

                Right, you've got a bunch of stuff there from Gutsy still. You may want to consider retiring your version by doing a
                Code:
                mv /etc/apt/sources.list /etc/apt/sources.list~
                Here is my pristine version of a new install, squeaky clean, safe and secure:
                # deb cdrom:[Kubuntu 8.10 _Intrepid Ibex_ - Release Candidate i386 (20081022)]/ intrepid main restricted
                # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
                # newer versions of the distribution.

                deb http://de.archive.ubuntu.com/ubuntu/ intrepid main restricted
                deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid main restricted

                ## Major bug fix updates produced after the final release of the
                ## distribution.
                deb http://de.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
                deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted

                ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
                ## team. Also, please note that software in universe WILL NOT receive any
                ## review or updates from the Ubuntu security team.
                deb http://de.archive.ubuntu.com/ubuntu/ intrepid universe
                deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid universe
                deb http://de.archive.ubuntu.com/ubuntu/ intrepid-updates universe
                deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-updates universe

                ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
                ## team, and may not be under a free licence. Please satisfy yourself as to
                ## your rights to use the software. Also, please note that software in
                ## multiverse WILL NOT receive any review or updates from the Ubuntu
                ## security team.
                deb http://de.archive.ubuntu.com/ubuntu/ intrepid multiverse
                deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid multiverse
                deb http://de.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse
                deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

                ## Uncomment the following two lines to add software from the 'backports'
                ## repository.
                ## N.B. software from this repository may not have been tested as
                ## extensively as that contained in the main release, although it includes
                ## newer versions of some applications which may provide useful features.
                ## Also, please note that software in backports WILL NOT receive any review
                ## or updates from the Ubuntu security team.
                deb http://de.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
                deb-src http://de.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

                ## Uncomment the following two lines to add software from Canonical's
                ## 'partner' repository. This software is not part of Ubuntu, but is
                ## offered by Canonical and the respective vendors as a service to Ubuntu
                ## users.
                deb http://archive.canonical.com/ubuntu intrepid partner
                deb-src http://archive.canonical.com/ubuntu intrepid partner

                deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
                deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
                deb http://security.ubuntu.com/ubuntu intrepid-security universe
                deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
                deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
                deb http://de.archive.ubuntu.com/ubuntu/ intrepid-proposed restricted main multiverse universe
                deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse
                If you try that followed by a
                Code:
                sudo apt-get update
                you should have no problems whatsoever

                PS.: And if you fancy having OpenOffice3 you may want to append the following:

                (I think you have to do a "sudo apt-get upgrade && sudo apt-get dist-upgrade" afterwards)
                Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                Comment


                  #9
                  Re: Problems with Adept in Intrepid

                  mv /etc/apt/sources.list /etc/apt/sources.list~
                  This renames my sources.list so that Kubuntu doesn't use it, but still keeps it around, right? Should I just copy and paste your sources.list for myself, or will the above command generate a new one for me?

                  Thanks so much for all your fast and very helpful responses.

                  Comment


                    #10
                    Re: Problems with Adept in Intrepid

                    The mv command stands for move. You are correct in assuming that it will still be around for you just in case The tilda is the default backup symbol - have a look in konqueror/dolphin and you will find your file with a recycling icon.

                    To make the new one open a root kate (kdesudo kate), select and paste my sources.list and finally save as /etc/apt/sources.list

                    And as for the responses - let's hope they work
                    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                    Comment


                      #11
                      Re: Problems with Adept in Intrepid

                      Great Success!! I am downloading OO3 as I type. Thank you so much.

                      Comment


                        #12
                        Re: Problems with Adept in Intrepid

                        You're welcome - glad it worked.
                        Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                        Comment


                          #13
                          Re: Problems with Adept in Intrepid

                          Oh, and could you mark the subject of your first post as SOLVED so that others can check this thread if they have a similar problem please.
                          Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                          Comment

                          Working...
                          X