On Mon, Sep 22, 2008 at 7:08 PM, fred smith fredex@fcshome.stoneham.ma.us wrote:
I've had that set up ever since I first added any repositories. I've got it set to a priority of 10, is there a better value to use?
# Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag # URL: http://rpmforge.net/ [rpmforge] name = Red Hat Enterprise $releasever - RPMforge.net - dag #baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge enabled = 1 protect = 0 gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag gpgcheck = 1 priority=10
Since you have "protect=0" in there, I'm guessing you are also using the yum-protect plugin - this should not be used if you have the yum-priorities plugin and are using it - they conflict.
mhr