Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29th May 2009, 01:04 AM
zabolots Offline
Registered User
 
Join Date: Dec 2005
Posts: 38
yum update error

Haven't updated the system (Fedora 9) in a while (~2 months) and now I'm getting errors when I try:

Code:
[zabolots@dvarchive ~]$ sudo yum -y update
Loaded plugins: priorities, refresh-packagekit
Excluding Packages from ATrpms - i386 - Stable
Finished
2430 packages excluded due to repository priority protections
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package BackupPC.noarch 0:3.1.0-4.fc9 set to be updated
--> Processing Dependency: NetworkManager >= 1:0.7.0.99-1 for package: NetworkManager-openvpn
--> Processing Dependency: NetworkManager >= 1:0.7.0.99-1 for package: NetworkManager-vpnc
---> Package NetworkManager-glib.i386 1:0.7.1-1.fc9 set to be updated
---> Package NetworkManager-gnome.i386 1:0.7.1-1.fc9 set to be updated
---> Package PyKDE4.i386 0:4.2.3-2.fc9 set to be updated
<...>
<...bunch of other packages...>
<...>
---> Package libass.i386 0:0.9.6-2.fc9 set to be updated
--> Processing Dependency: libenca.so.0 for package: libass
---> Package lua.i386 0:5.1.4-1.fc9 set to be updated
---> Package poppler-utils.i386 0:0.8.7-1.fc9 set to be updated
--> Running transaction check
---> Package enca.i386 0:1.9-4.fc9 set to be updated
---> Package openjpeg-libs.i386 0:1.3-2.fc9 set to be updated
updates/filelists                                        | 4.1 kB     00:00     
http://mirror.cc.vt.edu/pub/fedora/linux/updates/9/i386/repodata/filelists.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
updates/filelists                                        | 4.1 kB     00:00     
http://mirrors.kernel.org/fedora/updates/9/i386/repodata/filelists.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
<...>
<...bunch of other failed mirrors...>
<...>
Error: failure: repodata/filelists.xml.gz from updates: [Errno 256] No more mirrors to try.
Reply With Quote
  #2  
Old 29th May 2009, 01:09 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,974
yum clean all
yum --disablerepo=atrpms update

Have you installed rpmfusion?

Can you post output of yum repolist?

Just a few things that come to mind.

On a Fedora 9 box that I have these are the repositories:
Code:
glenn@slowhand ~]$ yum repolist
Loaded plugins: fastestmirror, refresh-packagekit
repo id                             repo name                                              status
repof9                              repof9 9 - i386 - RepoF9                               enabled: 9,897
rpmfusion-free                      RPM Fusion for Fedora 9 - Free                         enabled:     0
rpmfusion-free-updates              RPM Fusion for Fedora 9 - Free - Updates               enabled: 1,398
rpmfusion-nonfree                   RPM Fusion for Fedora 9 - Nonfree                      enabled:     0
rpmfusion-nonfree-updates           RPM Fusion for Fedora 9 - Nonfree - Updates            enabled:   829
updates                             Fedora 9 - i386 - Updates                              enabled:    10
updates-newkey                      Fedora 9 - i386 - Updates Newkey                       enabled: 6,671
repolist: 18,805
repof9 is just a local repo that replaces fedora.repo on my computer. You should see Fedora in place of it on your system.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB

Last edited by glennzo; 29th May 2009 at 01:12 AM.
Reply With Quote
  #3  
Old 29th May 2009, 03:42 PM
zabolots Offline
Registered User
 
Join Date: Dec 2005
Posts: 38
Quote:
Originally Posted by glennzo View Post
Can you post output of yum repolist?
Code:
Loaded plugins: priorities, refresh-packagekit
repo id                   repo name                               status
adobe                     Adobe Systems Incorporated              enabled:    17
atrpms                    ATrpms - i386 - Stable                  enabled:   800
fedora                    Fedora 9 - i386                         enabled: 9,897
freshrpms                 RPMForge: Freshrpms                     enabled:   160
jpackage17                JPackage 1.7 (Generic)                  enabled: 2,277
jpackage17-fedora         JPackage 1.7 for Fedora Core 9          enabled:     7
jpackage5                 JPackage 5.0 (Generic)                  enabled: 3,307
jpackage5-fedora          JPackage 5.0 for Fedora Core 9          enabled:     8
jpackage5-nonfree         JPackage 5.0 (Non-Free)                 enabled:    17
kde-redhat                KDE-Redhat: Fedora-Specific             enabled:     2
kde-redhat-all            KDE-Redhat: General Packages            enabled:   290
livna                     rpm.livna.org for 9 - i386              enabled:     3
planetccrma               Planet CCRMA 9 - i386                   enabled:   543
planetcore                Planet CCRMA Core 9 - i386              enabled:    32
rpmfusion-free            RPM Fusion for Fedora 9 - Free          enabled:     0
rpmfusion-free-updates    RPM Fusion for Fedora 9 - Free - Update enabled: 1,398
rpmfusion-nonfree         RPM Fusion for Fedora 9 - Nonfree       enabled:     0
rpmfusion-nonfree-updates RPM Fusion for Fedora 9 - Nonfree - Upd enabled:   829
updates                   Fedora 9 - i386 - Updates               enabled:    13
updates-newkey            Fedora 9 - i386 - Updates Newkey        enabled: 6,699
repolist: 26,299
BTW, either the "yum clean all" did the trick or it was a temporary glitch because it worked this last time I did an update.

Last edited by zabolots; 29th May 2009 at 06:43 PM.
Reply With Quote
  #4  
Old 29th May 2009, 10:52 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,974
OK. Good that it's working.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
Reply

Tags
error, update, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Yum update error: Error: Package tuple (...) not found in packagesack MuadNu EOL (End Of Life) Versions 8 12th January 2011 02:06 PM
Update Error from System\Admin\Update glmarsh Using Fedora 1 12th December 2008 06:11 AM
yum update error swartzism Using Fedora 17 18th July 2008 05:44 PM
yum update error zabolots Using Fedora 2 30th October 2007 10:21 PM
error while update scoo007 Using Fedora 7 7th April 2007 07:42 AM


Current GMT-time: 01:59 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat