Announcement

Collapse
No announcement yet.

Puzzling upgrade info

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

    Puzzling upgrade info

    I'm slightly puzzled....

    When i check for updates/upgrades with Adept i get the following:
    5 packages to upgrade
    firefox (this is to 2.0.0.8 - which i have already installed manually)
    kdelibs
    kdelibs-data
    kdelibs4c2a
    thunderbird (this is to 2.0.0.6 - which is what i'm using, but on the Mozilla site it's: 2.0.0.6 for Linux i686)

    When i check with Synaptic i get ( with all repositories enabled) 0 to upgrade
    but receive the following message:

    http://medibuntu.sos-sts.com/repo/di...6/Packages.gz: 404 Not Found
    http://medibuntu.sos-sts.com/repo/di...6/Packages.gz: 404 Not Found
    http://medibuntu.sos-sts.com/repo/di...ce/Sources.gz: 404 Not Found
    http://medibuntu.sos-sts.com/repo/di...ce/Sources.gz: 404 Not Found

    Maybe i'll just let Adept do it's thing later on, but the inconsistencies between it and Synaptic are what puzzle me.

    #2
    Re: Puzzling upgrade info

    I have heard that the medibuntu repos are currently down, which is why you get the 404 errors.

    All the packages you see are new as of approximately today, so Adept is correct. maybe adept can handle the "missing" repository, while synaptic will not continue with the 'missing " repos.

    Comment


      #3
      Re: Puzzling upgrade info

      Thanks for that, i let Adept get the upgrades -- no problems

      Comment


        #4
        Re: Puzzling upgrade info

        The Medibuntu servers are NOT down. Medibuntu.org has changed their domain names.

        See https://help.ubuntu.com/community/Medibuntu to fix your repositories.
        Kubuntu 11.10<br />KDE 4.7.3<br />Athlon XP 2000<br />512 MB RAM<br />ATI 64MB Video<br />~11 year old system still kicking :&gt

        Comment


          #5
          Re: Puzzling upgrade info

          Yes I read that as well.
          I wish the gods that are would inform us on little things like that before upgrading. Maybe here:
          http://kubuntu.org/announcements/7.1...se.php#upgrade
          HP Pavilion dv6 core i7 (Main)
          4 GB Ram
          Kubuntu 18.10

          Comment


            #6
            Re: Puzzling upgrade info

            @ Marlin - Thank you for that link.

            I just followed the instructions there, but still got the "404 Not Found" for four of the repos. No Problem - i have no doubt that it will soon be fixed.

            Having just tried Adept again, i notice that the "Version Upgrade" button has gone and that there are now 13 upgradable packages, among them are adept itself, with it's -batch, -common, -installer, -manager, -notifier, & -updater.




            Comment


              #7
              Re: Puzzling upgrade info

              Hi hippy, if you just do this as described in adding repostories:


              Ubuntu 7.10 "Gutsy Gibbon":

              Code:
              sudo wget [url]http://www.medibuntu.org/sources.list.d/gutsy.list[/url] -O /etc/apt/sources.list.d/medibuntu.list


              Then, add the GPG Key:

              Code:
              wget -q [url]http://packages.medibuntu.org/medibuntu-key.gpg[/url] -O- | sudo apt-key add - && sudo apt-get update
              You should be okay. No need to edit the sources.lst
              HP Pavilion dv6 core i7 (Main)
              4 GB Ram
              Kubuntu 18.10

              Comment


                #8
                Re: Puzzling upgrade info

                Originally posted by Fintan
                Hi hippy, if you just do this as described in adding repostories:


                Ubuntu 7.10 "Gutsy Gibbon":

                Code:
                sudo wget [url]http://www.medibuntu.org/sources.list.d/gutsy.list[/url] -O /etc/apt/sources.list.d/medibuntu.list


                Then, add the GPG Key:

                Code:
                wget -q [url]http://packages.medibuntu.org/medibuntu-key.gpg[/url] -O- | sudo apt-key add - && sudo apt-get update
                You should be okay. No need to edit the sources.lst
                Yes, that's precisely what (and all ) i did, and then fired up Adept again.


                Edited to add for clarification:
                The "404 Not Found" lines were part of the output in the console.


                Comment


                  #9
                  Re: Puzzling upgrade info

                  That is trange. I don't see that in adept or synaptic. Can you do alt|F2 then:
                  Code:
                  kdesu kate /etc/apt/sources.list
                  and see if your medibuntu lines are commented out or still there?

                  This is what mine looked like before I deleted them:
                  #media
                  # deb http://medibuntu.sos-sts.com/repo/ gutsy free non-free
                  # deb-src http://medibuntu.sos-sts.com/repo/ gutsy free non-free
                  HP Pavilion dv6 core i7 (Main)
                  4 GB Ram
                  Kubuntu 18.10

                  Comment


                    #10
                    Re: Puzzling upgrade info

                    Code:
                    deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release Candidate i386 (20071010.1)]/ gutsy main restricted 
                    # See [url]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to
                    # newer versions of the distribution.
                    
                    deb [url]http://gb.archive.ubuntu.com/ubuntu/[/url] gutsy main restricted 
                    deb-src [url]http://gb.archive.ubuntu.com/ubuntu/[/url] gutsy main restricted 
                    
                    ## Major bug fix updates produced after the final release of the
                    ## distribution.
                    deb [url]http://gb.archive.ubuntu.com/ubuntu/[/url] gutsy-updates main restricted 
                    deb-src [url]http://gb.archive.ubuntu.com/ubuntu/[/url] 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.
                    deb [url]http://gb.archive.ubuntu.com/ubuntu/[/url] gutsy universe 
                    deb-src [url]http://gb.archive.ubuntu.com/ubuntu/[/url] gutsy universe 
                    deb [url]http://gb.archive.ubuntu.com/ubuntu/[/url] gutsy-updates universe 
                    deb-src [url]http://gb.archive.ubuntu.com/ubuntu/[/url] 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.
                    deb [url]http://gb.archive.ubuntu.com/ubuntu/[/url] gutsy multiverse 
                    deb-src [url]http://gb.archive.ubuntu.com/ubuntu/[/url] gutsy multiverse 
                    deb [url]http://gb.archive.ubuntu.com/ubuntu/[/url] gutsy-updates multiverse 
                    deb-src [url]http://gb.archive.ubuntu.com/ubuntu/[/url] 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 [url]http://gb.archive.ubuntu.com/ubuntu/[/url] gutsy-backports main restricted universe multiverse  
                    deb-src [url]http://gb.archive.ubuntu.com/ubuntu/[/url] 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 [url]http://archive.canonical.com/ubuntu/[/url] gutsy partner 
                    deb-src [url]http://archive.canonical.com/ubuntu/[/url] gutsy partner 
                    
                    deb [url]http://security.ubuntu.com/ubuntu/[/url] gutsy-security main restricted 
                    deb-src [url]http://security.ubuntu.com/ubuntu/[/url] gutsy-security main restricted 
                    deb [url]http://security.ubuntu.com/ubuntu/[/url] gutsy-security universe 
                    deb-src [url]http://security.ubuntu.com/ubuntu/[/url] gutsy-security universe 
                    deb [url]http://security.ubuntu.com/ubuntu/[/url] gutsy-security multiverse 
                    deb-src [url]http://security.ubuntu.com/ubuntu/[/url] gutsy-security multiverse 
                    deb [url]http://medibuntu.sos-sts.com/repo/[/url] feisty free non-free 
                    deb-src [url]http://medibuntu.sos-sts.com/repo/[/url] feisty free non-free

                    Comment


                      #11
                      Re: Puzzling upgrade info

                      these guys at the bottom:
                      deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
                      deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free
                      should be:
                      #deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
                      #deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free
                      or deleted.

                      Your medibuntu repos should reside here if you followed the instructions correctly.:
                      /etc/apt/sources.list.d/medibuntu.list
                      so do a: alt+F2
                      Code:
                      kdesu kate /etc/apt/sources.list.d/medibuntu.list
                      and have a look.

                      It should look like this:
                      ## Medibuntu - Ubuntu 7.10 "gutsy gibbon"
                      ## Please report any bug on https://bugs.launchpad.net/medibuntu/
                      deb http://packages.medibuntu.org/ gutsy free non-free
                      # deb-src http://packages.medibuntu.org/ gutsy free non-free



                      HP Pavilion dv6 core i7 (Main)
                      4 GB Ram
                      Kubuntu 18.10

                      Comment


                        #12
                        Re: Puzzling upgrade info

                        It returns:
                        Code:
                        ## Medibuntu - Ubuntu 7.10 "gutsy gibbon"
                        ## Please report any bug on [url]https://bugs.launchpad.net/medibuntu/[/url]
                        deb [url]http://packages.medibuntu.org/[/url] gutsy free non-free
                        #deb-src [url]http://packages.medibuntu.org/[/url] gutsy free non-free

                        Comment


                          #13
                          Re: Puzzling upgrade info

                          That is what it supposed to be.
                          Now you can safely delete these guys at the bottom of your sources.list:

                          deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
                          deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free
                          HP Pavilion dv6 core i7 (Main)
                          4 GB Ram
                          Kubuntu 18.10

                          Comment


                            #14
                            Re: Puzzling upgrade info

                            Done that - it now ends at multiverse.

                            Thank you for all your help and time.


                            Comment

                            Working...
                            X