YUM upgrade | No more mirrors to try

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
jusu313
Forum User
Forum User
Posts: 16
Joined: Wed May 24, 2006 12:05 pm

YUM upgrade | No more mirrors to try

Unread post by jusu313 »

I'm trying to do a 'yum upgrade' but I am getting the No more mirrors to try error.

Here is my yum.conf file:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=centos-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=0

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d





### Dag RPM Repository for Red Hat Enterprise Linux
#yum dag http://apt.sw.be/redhat/el4/en/$ARCH/dag
#yum dag http://apt.sw.be/redhat/el3/en/$ARCH/dag



# THIS CHANNEL CONTAINS MY PSA COMPATIBLE RPMS (php, mysql, qmail-scanner, etc)

[asl]
name=Atomicorp - $releasever - Atomic Secured Linux
baseurl=http://****:****@atomicorp.com/channels/asl/4ES/

[asl-testing]
name=Atomicorp - $releasever - Atomic Secured Linux Testing
baseurl=http://****:****@atomicorp.com/channels ... sting/4ES/


[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/4ES/

[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/

# SW-Soft Channels

[psa-8.0]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 8.0 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-8.0/4ES/


I am running Centos 4.3 with Plesk 8.1

I need to update the system and am a current ASL subscriber.
When I run yum upgrade I get
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package squirrelmail.noarch 0:1.4.8-4.el4.centos set to be updated
---> Downloading header for net-tools to pack into transaction set.
http://yum.math.hmc.edu/os/centos/4.4/o ... 8.i386.rpm: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
http://mirrors.easynews.com//linux/cent ... 8.i386.rpm: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
http://dds.gina.alaska.edu/public/mirro ... 8.i386.rpm: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
ftp://ftp.net.usf.edu/pub/centos/4.4/os ... 8.i386.rpm: [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.
Trying other mirror.
http://centos.omnispring.com/4.4/os/i38 ... 8.i386.rpm: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
http://mirror.anl.gov/pub/centos/4.4/os ... 8.i386.rpm: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
http://mirror.trouble-free.net/centos/4 ... 8.i386.rpm: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
http://mirrors.jtlnet.com/centos/4.4/os ... 8.i386.rpm: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
net-tools-1.60-37.EL4.8.i386.rpm 6.1 kB 00:00
http://mirrors.csumb.edu/centos/4.4/os/ ... 8.i386.rpm: [Errno -1] Header is not complete.
Trying other mirror.
http://ftp.osuosl.org/pub/centos/4.4/os ... 8.i386.rpm: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
Error: failure: RPMS/net-tools-1.60-37.EL4.8.i386.rpm from base: [Errno 256] No more mirrors to try.

Does my yum.conf file look up to date?
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

Seems like the problem is not with the ART channels or your /etc/yum.conf, but with one of the files in /etc/yum.repos.d/: the one with your CentOS repositories. http://ftp.osuosl.org/pub/centos/4.4/os/i386/RPMS for instance isn't an existing location (you check that by copying it into your browser), but http://ftp.osuosl.org/pub/centos/4.4/os/i386 is.
Lemonbit Internet Dedicated Server Management
jusu313
Forum User
Forum User
Posts: 16
Joined: Wed May 24, 2006 12:05 pm

Unread post by jusu313 »

I figured it out. Removing the cached files for yum here /var/cache/yum/ seems to have solved the problem.

Thanks
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

shortcut: yum clean all
Post Reply