Hello,

The yum.conf is :

[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=9
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1

# Note: yum-RHN-plugin doesn't honor this.
metadata_expire=1h

# Default.
# installonly_limit = 3


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



The rpm -qva|grep -I yum :



yum-security-1.1.16-21.el5
yum-utils-1.1.16-21.el5
yum-metadata-parser-1.1.2-3.el5
yum-3.2.22-39.el5
yum-rhn-plugin-0.5.4-26.el5
yum-updatesd-0.9-2.el5

Thank you,

George Pochiscan
Support Engineer


What does yum.conf look like?


Also:

% sudo rpm -qva|grep -i yum
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://www.redhat.com/archives/rhelv5-list/attachments/20120517/a8efaf19/attachment.html>

------------------------------

Message: 3
Date: Thu, 17 May 2012 10:45:10 -0400
From: Geoffrey Myers <li...@serioustechnology.com>
To: "Red Hat Enterprise Linux 5 (Tikanga) discussion mailing-list"
        <rhelv5-list@redhat.com>
Subject: Re: [rhelv5-list] Yum problems
Message-ID: <4fb50ef6.2070...@serioustechnology.com>
Content-Type: text/plain; charset=windows-1252; format=flowed

On 05/17/2012 08:26 AM, Brian Seklecki wrote:
> What does yum.conf look like?
>
> Also:
>
> % sudo rpm ?qva|grep ?i yum

FYI, sudo is not necessary for this rpm command, it's just listing, thus any 
user may run it.  Further, the '-v' is useless in this context, thus:

rpm -qa|grep -i yum

will produce the same results.


--
Until later, Geoffrey

"I predict future happiness for America if they can prevent the government from 
wasting the labors of the people under the pretense of taking care of them."
- Thomas Jefferson





_______________________________________________
rhelv5-list mailing list
rhelv5-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to