I am getting this error after my university gave an authentication for accessing the internet through proxy....
Before this authentication condition was given by my university ..there was no problem downloading and installing packages from yum ..... these are the contents of my yum.conf file
[main]
cachedir=/var/cache/yum
keepcache=1
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800
installonly_limit=2
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
proxy=http://172.16.1.4:8080/
proxy_username=10810171
proxy_password=123456
This is the output given by yum repolist
[root@localhost etc]# yum repolist
Loading "presto" plugin
Loading "downloadonly" plugin
Loading "priorities" plugin
repo id repo name status
InstallMedia Fedora 8 enabled
adobe Adobe Systems Incorporated enabled
fedora Fedora 8 - i386 enabled
freshrpms RPMForge: Freshrpms enabled
kde-redhat KDE-Redhat: Fedora-Specific enabled
kde-redhat-all KDE-Redhat: General Packages enabled
livna Livna for Fedora Core 8 - i386 - Base enabled
updates Fedora 8 - i386 - Updates enabled
When i try give some command through the following error comes
[root@localhost etc]# yum list available
Loading "presto" plugin
Loading "downloadonly" plugin
Loading "priorities" plugin
Setting up and reading Presto delta metadata
adobe 100% |=========================| 951 B 00:00
No Presto metadata available for adobe
livna 100% |=========================| 2.1 kB 00:00
No Presto metadata available for livna
ftp://fedora.glug-nith.org/linux/rel...ta/repomd.xml: [Errno 14] HTTP Error 502: Bad Gateway
Trying other mirror.
fedora 100% |=========================| 2.1 kB 00:00
No Presto metadata available for fedora
kde-redhat-all 100% |=========================| 951 B 00:00
No Presto metadata available for kde-redhat-all
kde-redhat 100% |=========================| 1.1 kB 00:00
No Presto metadata available for kde-redhat
freshrpms 100% |=========================| 2.1 kB 00:00
No Presto metadata available for freshrpms
ftp://fedora.glug-nith.org/linux/upd...ta/repomd.xml: [Errno 14] HTTP Error 502: Bad Gateway
Trying other mirror.
updates 100% |=========================| 2.3 kB 00:00
No Presto metadata available for updates
primary.sqlite.bz2 2.2 kB 00:00
http://rpm.livna.org/fedora/8/i386/r...ry.sqlite.bz2: [Errno -1] Metadata file does not match checksum
Trying other mirror.
primary.sqlite.bz2 2.1 kB 00:00
http://livna.cat.pdx.edu/fedora/8/i3...ry.sqlite.bz2: [Errno -1] Metadata file does not match checksum
Trying other mirror.
primary.sqlite.bz2 2.2 kB 00:00
http://wftp.tu-chemnitz.de/pub/linux...ry.sqlite.bz2: [Errno -1] Metadata file does not match checksum
Trying other mirror.
primary.sqlite.bz2 2.2 kB 00:00
http://ftp-stud.fht-esslingen.de/pub...ry.sqlite.bz2: [Errno -1] Metadata file does not match checksum
Trying other mirror.
primary.sqlite.bz2 2.2 kB 00:00
http://mirror.atrpms.net/livna/fedor...ry.sqlite.bz2: [Errno -1] Metadata file does not match checksum
Trying other mirror.
primary.sqlite.bz2 2.2 kB 00:00
ftp://mirrors.tummy.com/pub/rpm.livn...ry.sqlite.bz2: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.sqlite.bz2 from livna: [Errno 256] No more mirrors to try.
Please tell me what i can do to sort this out ......
THANKS A LOT!!!!!