|
Written by pnyet
|
|
Here is just tips for upgrade CentOS 5.2 to 5.3, i found this solution from centos offical documentations. This tips very usefull and everyone an do that, how to?
When updating from 5.2 to 5.3 you can run into a problem with rpm: "rpmdb: unable to lock mutex: Invalid argument". To avoid this please update glibc before updating the rest of the installation: yum clean all && yum update glibc\* && yum update Thats all.
|