Announcement

Collapse
No announcement yet.

where has the kubuntu 14.10 utopic ppa gone?

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

    where has the kubuntu 14.10 utopic ppa gone?

    I have not been able to update my 14.10 box for a while now, about a week or so.
    Code:
    Err http://ppa.launchpad.net utopic/main amd64 Packages                                                                            
      404  Not Found
    Err http://ppa.launchpad.net utopic/main i386 Packages                                                                             
      404  Not Found
    Have the urls moved or what could be the problem?
    Last edited by anika200; Dec 04, 2014, 08:06 PM. Reason: added time frame

    #2
    PPAs do not house the four standard repository sections (main, restricted, universe, multiverse). PPAs ("personal package archives") are only for third parties and indiviuals who compile builds on Launchpad and make them available for download. The file /etc/apt/sources.list contains the URLs for downloading packages in the standard repository sections, while the various files in the directory /etc/apt/sources.list.d contain URLs for downloading packages in PPAs. The error indicates a malformed URL in one of these files; there should never be just http://ppa.launchpad.net but instead URLs of the format http://ppa.launchpad.net/publisher-name/ppa-name/ubuntu.

    Let's take a look at your files. Please post the output of these commands:
    Code:
    cat /etc/apt/sources.list
    
    tail -n +1 /etc/apt/sources.list.d/*.list

    Comment


      #3
      The error could also mean that a ppa does not have any utopic packages.



      Here is my output, after adding one like this:
      Code:
      Err [URL]http://ppa.launchpad.net[/URL] utopic/main amd64 Packages                                                
        404  Not Found
      Err [URL]http://ppa.launchpad.net[/URL] utopic/main i386 Packages                                                 
        404  Not Found
      Ign [URL]http://ppa.launchpad.net[/URL] utopic/main Translation-en_US                                             
      Ign [URL]http://ppa.launchpad.net[/URL] utopic/main Translation-en                                                
      Fetched 706 kB in 7s (94.5 kB/s)                                                                       
      [B]W: Failed to fetch [URL="http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu/dists/utopic/main/binary-amd64/Packages"]http://ppa.launchpad.net/[COLOR=#ff0000][SIZE=3]kubuntu-ppa/beta[/SIZE][/COLOR]/ubuntu/dists/utopic/main/binary-amd64/Packages[/URL]  404  Not Found[/B]
      
      
      W: Failed to fetch [URL]http://ppa.launchpad.net/kubuntu-ppa/beta/ubuntu/dists/utopic/main/binary-i386/Packages[/URL]  404  Not Found
      
      
      E: Some index files failed to download. They have been ignored, or old ones used instead.
      gus@gus-Latitude-D830:~$
      See line in bold above, the red bit is the ppa that does not have any utopic 14.10 packages in it. The error message you get should provide a similar line (or lines) to help us ween out which ppas are like this.

      Note that this should not prevent you from actually updating (via apt full-upgrade) from the command line, though the graphical package managers can choke on this. ypu still can install and remove packages with this error.

      Comment


        #4
        Right! We would actually need to see the full output of a apt-get update run to determine the problem. Thanks, Claydoh.

        Comment


          #5
          Many lines follow.
          This was an upgrade from 14.04 to 14.10 from the instructions provided on the Kubuntu web site.
          I am aware of the problem at the very bottom (nitrux) and am not concerned about it.

          Code:
          lee@lee-H67N:~$ cat /etc/apt/sources.list
          # deb cdrom:[Kubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main multiverse restricted universe
          
          
          # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
          # newer versions of the distribution.
          deb http://us.archive.ubuntu.com/ubuntu/ utopic main restricted
          deb-src http://us.archive.ubuntu.com/ubuntu/ utopic main restricted
          
          
          ## Major bug fix updates produced after the final release of the
          ## distribution.
          deb http://us.archive.ubuntu.com/ubuntu/ utopic-updates main restricted
          deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-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://us.archive.ubuntu.com/ubuntu/ utopic universe
          deb-src http://us.archive.ubuntu.com/ubuntu/ utopic universe
          deb http://us.archive.ubuntu.com/ubuntu/ utopic-updates universe
          deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-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://us.archive.ubuntu.com/ubuntu/ utopic multiverse
          deb-src http://us.archive.ubuntu.com/ubuntu/ utopic multiverse
          deb http://us.archive.ubuntu.com/ubuntu/ utopic-updates multiverse
          deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-updates multiverse
          
          
          ## 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://us.archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse
          deb-src http://us.archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse
          
          
          deb http://security.ubuntu.com/ubuntu utopic-security main restricted
          deb-src http://security.ubuntu.com/ubuntu utopic-security main restricted
          deb http://security.ubuntu.com/ubuntu utopic-security universe
          deb-src http://security.ubuntu.com/ubuntu utopic-security universe
          deb http://security.ubuntu.com/ubuntu utopic-security multiverse
          deb-src http://security.ubuntu.com/ubuntu utopic-security 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 trusty partner
          # deb-src http://archive.canonical.com/ubuntu trusty partner
          
          
          ## This software is not part of Ubuntu, but is offered by third-party
          ## developers who want to ship their latest software.
          deb http://extras.ubuntu.com/ubuntu utopic main
          deb-src http://extras.ubuntu.com/ubuntu utopic main
          lee@lee-H67N:~$
          Code:
          lee@lee-H67N:~$ tail -n +1 /etc/apt/sources.list.d/*.list==> /etc/apt/sources.list.d/dropbox.list <==
          # deb http://linux.dropbox.com/ubuntu utopic main # disabled on upgrade to utopic
          
          
          ==> /etc/apt/sources.list.d/kubuntu-ppa-backports-trusty.list <==
          # deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu utopic main # disabled on upgrade to utopic
          # deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu trusty main
          
          
          ==> /etc/apt/sources.list.d/nitrux-ubuntu-nitrux-artwork-utopic.list <==
          deb http://ppa.launchpad.net/nitrux/nitrux-artwork/ubuntu utopic main
          # deb-src http://ppa.launchpad.net/nitrux/nitrux-artwork/ubuntu utopic main
          
          
          ==> /etc/apt/sources.list.d/opera-beta.list <==
          # This file makes sure that Opera Browser is kept up-to-date
          # as part of regular system upgrades
          
          
          deb http://deb.opera.com/opera-beta/ stable non-free #Opera Browser (final releases)
          
          
          
          
          
          
          ==> /etc/apt/sources.list.d/spideroak.com.sources.list <==
          # deb http://apt.spideroak.com/ubuntu-spideroak-hardy/ release restricted # disabled on upgrade to utopic
          
          
          
          
          ==> /etc/apt/sources.list.d/webupd8team-ubuntu-java-utopic.list <==
          deb http://ppa.launchpad.net/webupd8team/java/ubuntu utopic main
          # deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu utopic main
          lee@lee-H67N:~$
          Code:
          ee@lee-H67N:~$ sudo apt-get update[sudo] password for lee: 
          Ign http://security.ubuntu.com utopic-security InRelease
          Ign http://us.archive.ubuntu.com utopic InRelease                                                                    
          Get:1 http://security.ubuntu.com utopic-security Release.gpg [933 B]                                                 
          Ign http://us.archive.ubuntu.com utopic-updates InRelease                                                            
          Get:2 http://security.ubuntu.com utopic-security Release [62.0 kB]                         
          Ign http://us.archive.ubuntu.com utopic-backports InRelease                                                          
          Hit http://us.archive.ubuntu.com utopic Release.gpg                                                                  
          Ign http://ppa.launchpad.net utopic InRelease                                                        
          Hit http://deb.opera.com stable InRelease                                                            
          Ign http://extras.ubuntu.com utopic InRelease                                                        
          Get:3 http://us.archive.ubuntu.com utopic-updates Release.gpg [933 B]                                                
          Hit http://us.archive.ubuntu.com utopic-backports Release.gpg                                             
          Ign http://ppa.launchpad.net utopic InRelease                                                  
          Hit http://us.archive.ubuntu.com utopic Release                                             
          Get:4 http://security.ubuntu.com utopic-security/main Sources [24.1 kB]                                              
          Hit http://extras.ubuntu.com utopic Release.gpg                                                                      
          Get:5 http://us.archive.ubuntu.com utopic-updates Release [62.0 kB]                                               
          Get:6 http://security.ubuntu.com utopic-security/restricted Sources [14 B]                                           
          Ign http://ppa.launchpad.net utopic Release.gpg                                                                      
          Get:7 http://security.ubuntu.com utopic-security/universe Sources [6,286 B]                          
          Hit http://extras.ubuntu.com utopic Release                                                                          
          Get:8 http://security.ubuntu.com utopic-security/multiverse Sources [703 B]                                          
          Get:9 http://security.ubuntu.com utopic-security/main amd64 Packages [77.8 kB]                                       
          Hit http://us.archive.ubuntu.com utopic-backports Release                                                            
          Hit http://ppa.launchpad.net utopic Release.gpg                                                                      
          Get:10 http://us.archive.ubuntu.com utopic/main Sources [1,046 kB]                                                   
          Hit http://extras.ubuntu.com utopic/main Sources                                                                     
          Get:11 http://security.ubuntu.com utopic-security/restricted amd64 Packages [14 B]                                   
          Ign http://ppa.launchpad.net utopic Release                                                                          
          Get:12 http://security.ubuntu.com utopic-security/universe amd64 Packages [30.7 kB]                                  
          Get:13 http://security.ubuntu.com utopic-security/multiverse amd64 Packages [1,143 B]                                
          Hit http://extras.ubuntu.com utopic/main amd64 Packages                                                              
          Get:14 http://security.ubuntu.com utopic-security/main i386 Packages [77.3 kB]                                       
          Hit http://ppa.launchpad.net utopic Release                                                                          
          Get:15 http://security.ubuntu.com utopic-security/restricted i386 Packages [14 B]                                    
          Get:16 http://security.ubuntu.com utopic-security/universe i386 Packages [30.6 kB]                                   
          Hit http://extras.ubuntu.com utopic/main i386 Packages                                                               
          Ign http://ppa.launchpad.net utopic/main amd64 Packages/DiffIndex                                                    
          Get:17 http://security.ubuntu.com utopic-security/multiverse i386 Packages [1,394 B]                                  
          Hit http://deb.opera.com stable/non-free amd64 Packages                                                               
          Ign http://ppa.launchpad.net utopic/main i386 Packages/DiffIndex                                                      
          Hit http://deb.opera.com stable/non-free i386 Packages                                                
          Hit http://security.ubuntu.com utopic-security/restricted Translation-en                                             
          Hit http://security.ubuntu.com utopic-security/main Translation-en                                                   
          Hit http://security.ubuntu.com utopic-security/multiverse Translation-en                                             
          Hit http://security.ubuntu.com utopic-security/universe Translation-en                                               
          Get:18 http://us.archive.ubuntu.com utopic/restricted Sources [5,115 B]                                              
          Get:19 http://us.archive.ubuntu.com utopic/universe Sources [6,736 kB]                                               
          Ign http://extras.ubuntu.com utopic/main Translation-en_US                                                           
          Ign http://deb.opera.com stable/non-free Translation-en_US                                                           
          Ign http://extras.ubuntu.com utopic/main Translation-en                                                 
          Ign http://deb.opera.com stable/non-free Translation-en                           
          Hit http://ppa.launchpad.net utopic/main amd64 Packages                           
          Hit http://ppa.launchpad.net utopic/main i386 Packages      
          Hit http://ppa.launchpad.net utopic/main Translation-en     
          Get:20 http://us.archive.ubuntu.com utopic/multiverse Sources [171 kB]
          Get:21 http://us.archive.ubuntu.com utopic/main amd64 Packages [1,331 kB]  
          Get:22 http://us.archive.ubuntu.com utopic/restricted amd64 Packages [12.2 kB]
          Get:23 http://us.archive.ubuntu.com utopic/universe amd64 Packages [6,175 kB]     
          Ign http://ppa.launchpad.net utopic/main Translation-en_US                       
          Ign http://ppa.launchpad.net utopic/main Translation-en                          
          Err http://ppa.launchpad.net utopic/main amd64 Packages       
            404  Not Found
          Err http://ppa.launchpad.net utopic/main i386 Packages        
            404  Not Found
          Get:24 http://us.archive.ubuntu.com utopic/multiverse amd64 Packages [131 kB]
          Get:25 http://us.archive.ubuntu.com utopic/main i386 Packages [1,325 kB]
          Get:26 http://us.archive.ubuntu.com utopic/restricted i386 Packages [12.6 kB]
          Get:27 http://us.archive.ubuntu.com utopic/universe i386 Packages [6,183 kB]                                         
          Get:28 http://us.archive.ubuntu.com utopic/multiverse i386 Packages [133 kB]                                         
          Get:29 http://us.archive.ubuntu.com utopic-updates/main Sources [30.9 kB]                                            
          Get:30 http://us.archive.ubuntu.com utopic-updates/restricted Sources [14 B]                                         
          Get:31 http://us.archive.ubuntu.com utopic-updates/universe Sources [9,320 B]                                        
          Get:32 http://us.archive.ubuntu.com utopic-updates/multiverse Sources [703 B]                                        
          Get:33 http://us.archive.ubuntu.com utopic-updates/main amd64 Packages [90.0 kB]                                     
          Get:34 http://us.archive.ubuntu.com utopic-updates/restricted amd64 Packages [14 B]                                  
          Get:35 http://us.archive.ubuntu.com utopic-updates/universe amd64 Packages [37.9 kB]                                 
          Get:36 http://us.archive.ubuntu.com utopic-updates/multiverse amd64 Packages [1,143 B]                               
          Get:37 http://us.archive.ubuntu.com utopic-updates/main i386 Packages [89.1 kB]                                      
          Get:38 http://us.archive.ubuntu.com utopic-updates/restricted i386 Packages [14 B]                                   
          Get:39 http://us.archive.ubuntu.com utopic-updates/universe i386 Packages [37.9 kB]                                  
          Get:40 http://us.archive.ubuntu.com utopic-updates/multiverse i386 Packages [1,394 B]                                
          Hit http://us.archive.ubuntu.com utopic-updates/restricted Translation-en                                            
          Hit http://us.archive.ubuntu.com utopic-backports/main Sources                                                       
          Hit http://us.archive.ubuntu.com utopic-backports/restricted Sources                                                 
          Hit http://us.archive.ubuntu.com utopic-backports/multiverse Sources                                                 
          Hit http://us.archive.ubuntu.com utopic-backports/main amd64 Packages                                                
          Hit http://us.archive.ubuntu.com utopic-backports/restricted amd64 Packages                                          
          Hit http://us.archive.ubuntu.com utopic-backports/multiverse amd64 Packages                                          
          Hit http://us.archive.ubuntu.com utopic-backports/main i386 Packages                                                 
          Hit http://us.archive.ubuntu.com utopic-backports/restricted i386 Packages                                           
          Hit http://us.archive.ubuntu.com utopic-backports/multiverse i386 Packages                                           
          Hit http://us.archive.ubuntu.com utopic-backports/main Translation-en                                                
          Hit http://us.archive.ubuntu.com utopic-backports/multiverse Translation-en                                          
          Hit http://us.archive.ubuntu.com utopic-backports/restricted Translation-en                                          
          Hit http://us.archive.ubuntu.com utopic/main Translation-en                                                          
          Hit http://us.archive.ubuntu.com utopic/multiverse Translation-en                                                    
          Hit http://us.archive.ubuntu.com utopic/restricted Translation-en                                                    
          Hit http://us.archive.ubuntu.com utopic/universe Translation-en                                                      
          Hit http://us.archive.ubuntu.com utopic-updates/main Translation-en                                                  
          Hit http://us.archive.ubuntu.com utopic-updates/multiverse Translation-en                                            
          Hit http://us.archive.ubuntu.com utopic-updates/universe Translation-en                                              
          Hit http://us.archive.ubuntu.com utopic-backports/universe Sources                                                   
          Hit http://us.archive.ubuntu.com utopic-backports/universe amd64 Packages                                            
          Hit http://us.archive.ubuntu.com utopic-backports/universe i386 Packages                                             
          Hit http://us.archive.ubuntu.com utopic-backports/universe Translation-en                                            
          Fetched 23.9 MB in 14s (1,683 kB/s)                                                                                  
          W: Failed to fetch http://ppa.launchpad.net/nitrux/nitrux-artwork/ubuntu/dists/utopic/main/binary-amd64/Packages  404  Not Found
          
          
          W: Failed to fetch http://ppa.launchpad.net/nitrux/nitrux-artwork/ubuntu/dists/utopic/main/binary-i386/Packages  404  Not Found
          
          
          E: Some index files failed to download. They have been ignored, or old ones used instead.
          lee@lee-H67N:~$

          Comment


            #6
            Code:
            Err http://ppa.launchpad.net utopic/main amd64 Packages       
              404  Not Found
            Err http://ppa.launchpad.net utopic/main i386 Packages        
              404  Not Found
            This is not a problem. As Utopic is no longer in alpha/beta/RC status, this ppa is no longer required, so was removed, as is the norm for all ubuntu releases once they go "final".
            Using Kubuntu Linux since March 23, 2007
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Originally posted by Snowhog View Post
              [CODE]
              This is not a problem.
              lol, I guess not a problem in some sense or another. For me it is problem because I get worried and that bothers me, now that I know more I can lower my alert level a little.
              I will look over the mentioned files and remove anything not really needed.

              Comment


                #8
                Here's the clue:
                Code:
                W: Failed to fetch http://ppa.launchpad.net/nitrux/nitrux-artwork/ubuntu/dists/utopic/main/binary-amd64/Packages  404  Not Found
                
                W: Failed to fetch http://ppa.launchpad.net/nitrux/nitrux-artwork/ubuntu/dists/utopic/main/binary-i386/Packages  404  Not Found
                This PPA doesn't exist anymore. Nitrux appears to have broken out into several separate PPAs. https://launchpad.net/~nitrux-team

                Comment

                Working...
                X