On Wed, 2005-06-22 at 12:58 +0200, thorsten@uni.de wrote:
Are you doing the switch now or are you upgrading CentOS after an already good switch?
I switch sometime ago. With no Problems until this problem with rpm now.
Here is a link with specific info: http://www.centos.org/modules/smartfaq/faq.php?faqid=19
I switch following this instruction.
Now I have this: :-(
# rpm -qa | grep -i rpm- rpm-python-4.2.3-21_nonptl rpm-libs-4.2.3-13.WB2 rpm-python-4.2.3-13.WB2 rpm-4.2.3-21_nonptl rpm-4.2.3-13.WB2 rpm-libs-4.2.3-21_nonptl
OK ... the problem is that .WB2 is seen as newer than the new RPMS.
do this ... download all the rpm-xxxxx-4.2.3-21_ntpl programs and put them in a separate directory ... the try:
rpm -Uvh rpm-xxxx.rpm rpm-libs-xxxx.rpm rpm-python-xxx.rpm
listing each new RPM on the rpm line.
--------------- After you finish this, you might want to run a command like this:
rpm -qa | grep WB
and
rpm -qa | grep -i white
and
update any RPMS that still contain whitebox or .WB with their CentOS equivalent.