LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Fast Yum Mirror Settings For Yum ( RH9 ) (https://www.linuxquestions.org/questions/red-hat-31/fast-yum-mirror-settings-for-yum-rh9-146911/)

fortezza 02-16-2004 07:13 PM

Fast Yum Mirror Settings For Yum ( RH9 )
 
I recently learned about Yum when I installed Fedora Core 1 on my workstation, now I want to run it ( yum ) on my RedHat 9.0 File Server. I have the application installed and the default mirrors setup in my yum.conf file ( at bottom of post ). It works, but its slow just like Fedora was until found a yum.conf file using google.com that had much faster ( for me ) package mirrors. Now I am hoping to find the same for Red Hat.

Can a few people share their yum.conf settings for me to try out?

Thanks in advance.


~Fortezza


Start yum.conf
-------------------

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1

[base]
name=Red Hat Linux $releasever - $basearch - Base
baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/$releasever/$basearch/

[updates]
name=Red Hat Linux $releasever - Updates
baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/updates/$releasever/

[freshrpms]
name=Red Hat Linux 9 - Freshrpms
baseurl=http://ayo.freshrpms.net/redhat/9/i386/freshrpms

-------------------------End of yum.conf

MunCH 06-11-2004 04:24 PM

WOw, thanks fortezze, I copied your details into my yum.con and it worked a charm, thanks man, I was getting an error like this beforehand:

# yum -y update
Options Error: Not a boolean: 1

Cheers

MunCH
:p


All times are GMT -5. The time now is 07:39 AM.