|
Home > Archive > Red Hat Topics > July 2007 > Yum not working after Fedora Core 7 upgrade
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Yum not working after Fedora Core 7 upgrade
|
|
|
| After upgrading a Fedora Core 6 system to FC7, I can no longer
run yum or pup. Listed below are the errors I receive when
trying to run yum from the command line, and when starting
pup. Any suggestions to help resolve this issue would be
greatly appreciated.
server01:/home/fred> s yum -y update
Loading "installonlyn" plugin
Setting up Update Process
Could not retrieve mirrorlist http://fedora.redhat.com/download/m...es-released-fc7 error was
[Errno 14] HTTP Error 404: Date: Mon, 16 Jul 2007 23:19:43 GMT
Server: Apache/2.2.3 (Red Hat)
Content-Length: 324
Content-Type: text/html; charset=iso-8859-1
updates-released 100% |=========================| 3.6 kB 00:00
http://download.fedora.redhat.com/p...ata/repomd.xml: [Errno -1] Error importing repomd.xml for updates-released: Damaged repomd.xml file
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: updates-released
###################WHEN ATTEMPTING TO USE PUP:
server01:/home/fred> s pup
Loading "installonlyn" plugin
Could not retrieve mirrorlist http://fedora.redhat.com/download/m...es-released-fc7 error was
[Errno 14] HTTP Error 404: Date: Mon, 16 Jul 2007 23:16:57 GMT
Server: Apache/2.2.3 (Red Hat)
Content-Length: 324
Content-Type: text/html; charset=iso-8859-1
| |
| Sandgroper 2007-07-17, 1:14 am |
|
"Fred" <itfred@cdw.com> wrote in message
news:gKKdnSETfOQCYAbbnZ2dnUVZ_tqtnZ2d@co
mcast.com...
> After upgrading a Fedora Core 6 system to FC7, I can no longer
> run yum or pup. Listed below are the errors I receive when
> trying to run yum from the command line, and when starting
> pup. Any suggestions to help resolve this issue would be
> greatly appreciated.
>
>
>
> server01:/home/fred> s yum -y update
> Loading "installonlyn" plugin
> Setting up Update Process
> Could not retrieve mirrorlist
> http://fedora.redhat.com/download/m...es-released-fc7 error was
> [Errno 14] HTTP Error 404: Date: Mon, 16 Jul 2007 23:19:43 GMT
> Server: Apache/2.2.3 (Red Hat)
> Content-Length: 324
> Content-Type: text/html; charset=iso-8859-1
>
> updates-released 100% |=========================| 3.6 kB 00:00
> http://download.fedora.redhat.com/p...ata/repomd.xml:
> [Errno -1] Error importing repomd.xml for updates-released: Damaged
> repomd.xml file
> Trying other mirror.
> Error: Cannot open/read repomd.xml file for repository: updates-released
This error message means that you haven't got the right GPG key for the
repository , you will need to do an import for the Fedora 7 GPG key.
--
------------------------------------------------------------------------------------------------------------------
True Multitasking is having three computers and a chair with wheels.
Sandgroper
------------------------------------
Remove KNICKERS to Email
steveray@KNICKERSiinet.net.au
| |
| Markku Kolkka 2007-07-17, 7:13 am |
| Fred wrote:
> After upgrading a Fedora Core 6 system to FC7, I can no longer
> run yum or pup.
>
> server01:/home/fred> s yum -y update
> Loading "installonlyn" plugin
> Setting up Update Process
> Could not retrieve mirrorlist
> http://fedora.redhat.com/download/m...es-released-fc7 error
> was
> [Errno 14] HTTP Error 404: Date: Mon, 16 Jul 2007 23:19:43 GMT
Your repo files haven't been updated for Fedora 7, the new URLs point to
fedoraproject.org instead of redhat.com. See if the updated files have
been installed with the .rpmnew suffix in /etc/yum.repos.d, or
re-install the fedora-release package
with "rpm -U --replacefiles --oldpackage".
--
Markku Kolkka
markku.kolkka@iki.fi
|
|
|
|
|