You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by "Gregory P. Ennis" <Po...@PoMec.Net> on 2008/08/17 20:37:28 UTC

Yum Failure with mirrors unavailable

Everyone,

I have an FC8 unit that for some reason has stopped allowing yum
updates.  

unname -a results in :

Linux XXXX.Domain.com 2.6.25.10-47.fc8 #1 SMP Mon Jul 7 18:31:41 EDT
2008 x86_64 x86_64 x86_64 GNU/Linux

When I tried to do so manually with the command :

yum update

I receive the follow error message:

Determining fastest mirrors
Could not retrieve mirrorlist
http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=x86_64
error was
[Errno 14] HTTP Error 503: Service Unavailable

Has this happened to anyone else?

Greg Ennis

Re: Yum Failure with mirrors unavailable

Posted by "Gregory P. Ennis" <Po...@PoMec.Net>.
Sorry... I posted this to the wrong list !!!

On Sun, 2008-08-17 at 13:37 -0500, Gregory P. Ennis wrote:
> Everyone,
> 
> I have an FC8 unit that for some reason has stopped allowing yum
> updates.  
> 
> unname -a results in :
> 
> Linux XXXX.Domain.com 2.6.25.10-47.fc8 #1 SMP Mon Jul 7 18:31:41 EDT
> 2008 x86_64 x86_64 x86_64 GNU/Linux
> 
> When I tried to do so manually with the command :
> 
> yum update
> 
> I receive the follow error message:
> 
> Determining fastest mirrors
> Could not retrieve mirrorlist
> http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=x86_64
> error was
> [Errno 14] HTTP Error 503: Service Unavailable
> 
> Has this happened to anyone else?
> 
> Greg Ennis

Re: Yum Failure with mirrors unavailable

Posted by Raymond Dijkxhoorn <ra...@prolocation.net>.
Hi!

> unname -a results in :
>
> Linux XXXX.Domain.com 2.6.25.10-47.fc8 #1 SMP Mon Jul 7 18:31:41 EDT
> 2008 x86_64 x86_64 x86_64 GNU/Linux
>
> When I tried to do so manually with the command :
>
> yum update
>
> I receive the follow error message:
>
> Determining fastest mirrors
> Could not retrieve mirrorlist
> http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=x86_64
> error was
> [Errno 14] HTTP Error 503: Service Unavailable
>
> Has this happened to anyone else?

I dont know why you post this to the spamassassin list but... try :

yum clean all ; yum update

Bye,
Raymond.