Stephen John Smoogen wrote:
On Mon, Sep 22, 2008 at 10:15 AM, D G Teed <[EMAIL PROTECTED]> wrote:
There is one feature of yum working:

yum --version
3.2.8


rpm -q yum rpm
rpm -V yum rpm
rhn_check

That might help debug this further


I'd also verify the python rpm and yum's dependencies

$ rpm -q --requires yum|awk '{ print $1 }' |while read line; do rpm -q --whatprovides "$line"; done

python-2.4.3-21.el5.x86_64
yum-3.2.8-9.el5_2.1.noarch
python-2.4.3-21.el5.x86_64
python-2.4.3-21.el5.x86_64
python-elementtree-1.2.6-5.x86_64
python-iniparse-0.2.3-4.el5.noarch
python-sqlite-1.1.7-1.2.1.x86_64
rpm-4.4.2-48.el5.x86_64
rpm-python-4.4.2-48.el5.x86_64
no package provides rpmlib(CompressedFileNames)
no package provides rpmlib(PayloadFilesHavePrefix)
python-urlgrabber-3.1.0-2.noarch
yum-metadata-parser-1.1.2-2.el5.x86_64


So, I'd add those packages to your rpm -V command too.

I'd also double check that there isn't a separate python install that's gumming up the works.

Hugh

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to